This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
seenthissq_fonctions.php
770 lines (610 loc) · 20.6 KB
/
seenthissq_fonctions.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
<?php
if (!defined('_ECRIRE_INC_VERSION')) return;
defined('_HOST')||define('_HOST', $_SERVER['HTTP_HOST']);
defined('_STATIC_HOST')||define('_STATIC_HOST', _HOST);
if (!defined('_SEENTHIS_REG_SPAM')) {
define('_SEENTHIS_REG_SPAM', "case|.*doll.*|pharmacy|laser|.*astrolo.*|iphone|batter.*|vpn|wedding|marriage|manager|management|seo|weed|dating|insurance|marketing|cleaning|vashikaran|jammer|streaming");
}
if (!defined('_SEENTHIS_SPAM_BINGO_MIN_ID')) {
define('_SEENTHIS_SPAM_BINGO_MIN_ID', 8604);
}
if (!defined('_SEENTHIS_SPAM_MUETS_MIN_ID')) {
define('_SEENTHIS_SPAM_MUETS_MIN_ID', 10648);
}
include_spip("php/traduire_texte");
include_spip('inc/seenthis_data');
function unichr($u) {
return html_entity_decode('&#x' . intval($u) . ';', ENT_NOQUOTES, "UTF-8");
}
function decodeUchar ($text) {
return preg_replace('/%u([a-fA-F0-9]{4})/e', "unichr('\\1')", $text);
}
function share_tw_url($id_me) {
$me = _HTTPS."://"._SHORT_HOST."/".base_convert($id_me, 10,36);
return $me;
}
function calculer_enfants_syndic($id_syndic, $url_racine = '', $afficher_url = '', $ret = array(), $nolimit = false) {
$ret[] = $id_syndic;
// si on a la même url en http & https, ajouter le doublon au tableau de retour
$lien_flou = preg_replace(',/$,', '', preg_replace(',^(https?://)?,i', '', $url_racine));
if ($doublon = sql_getfetsel('id_syndic', 'spip_syndic', "id_syndic != $id_syndic and (url_site = ".sql_quote('http://' . $lien_flou)." or url_site = ".sql_quote('https://' . $lien_flou).")")) {
$ret[] = $doublon;
}
$query = sql_select("*", "spip_syndic", "id_parent=$id_syndic", /* group by */ '', /* order by*/ 'date desc', /* limit */ $nolimit ? '' : '0,100');
$total = sql_count($query);
if ($afficher_url) {
include_spip('inc/urls');
$u = generer_url_entite($id_syndic,'site');
if ($total > 0) $GLOBALS["afficher_enfants_syndic"] .= "<li><span class='lien_lien'><span class='lien_lien_total'><a href='$u'>►</a></span><a href='$u'><strong>$afficher_url</strong></a></span>";
else $GLOBALS["afficher_enfants_syndic"] .= "<li><span class='lien_lien'><span class='lien_lien_total'><a href='$u'>►</a></span><a href='$u'>$afficher_url</a></span>";
}
if ($total > 0) {
$GLOBALS["afficher_enfants_syndic"] .= "<ul>";
while ($row = sql_fetch($query)) {
$url_site = $row["url_site"];
$id_enfant = $row["id_syndic"];
$afficher_url = substr($url_site, strlen($url_racine), 10000);
$ret = calculer_enfants_syndic($id_enfant, $url_site, $afficher_url, $ret);
}
$GLOBALS["afficher_enfants_syndic"] .= "</ul>";
}
$GLOBALS["afficher_enfants_syndic"] .= "</li>";
return $ret;
}
function afficher_enfants_syndic($rien) {
return $GLOBALS["afficher_enfants_syndic"];
}
function mot_chemin($rien) {
if (_request('recherche')) return _request('recherche'); // si on a ?recherche=xxx, chercher xxx
$url = parse_url($_SERVER["REQUEST_URI"]);
$url = $url["path"];
$url = substr($url, strrpos($url, "/")+1, 1000);
return $url;
}
function filtrer_rediriger_images($reg) {
//return $reg[0];
$lien = $reg[1];
if ( ! preg_match(",^http,", $lien)) {
$code = substr(md5($lien), 0, 1);
$code = hexdec($code) % 4;
$lien = _HTTPS."://".str_replace('%s', $code, _STATIC_HOST).'/'.$lien;
}
return " src='$lien'" ;
}
function filtrer_rediriger_css($reg) {
$lien = $reg[2];
$media = $reg[1];
$lien_ar = direction_css($lien, "rtl");
if ( ! preg_match(",^http,", $lien)) {
$code = substr(md5($lien), 0, 1);
$code = hexdec($code) % 4;
$lien = _HTTPS."://".str_replace('%s', $code, _STATIC_HOST).'/'.$lien;
if ( ! preg_match(",^http,", $lien_ar)) {
$code = substr(md5($lien_ar), 0, 1);
$code = hexdec($code) % 4;
$lien_ar = _HTTPS."://".str_replace('%s', $code, _STATIC_HOST).'/'.$lien_ar;
// De cette façon, ne créer l'alternative RTL qu'une fois
$ret = "<link rel='alternate stylesheet' media='$media' href='$lien_ar' type='text/css' id='css_rtl'>\n" ;
}
}
$ret .= "<link rel='stylesheet' media='$media' href='$lien' type='text/css' id='css_default'>\n" ;
return $ret;
}
function filtrer_rediriger_background($reg) {
$lien = $reg[1];
if ( ! preg_match(",^http|data,", $lien)) {
$code = substr(md5($lien), 0, 1);
$code = hexdec($code) % 4;
$lien = _HTTPS."://".str_replace('%s', $code, _STATIC_HOST).'/'.$lien;
}
return "url($lien)" ;
}
function filtrer_background_css($flux) {
$flux = preg_replace_callback(",url\((.*)\),", "filtrer_rediriger_background", $flux );
return $flux;
}
function filtrer_images_page($flux) {
if ($_SERVER["HTTP_HOST"] == "localhost:8888") return $flux;
$flux = preg_replace_callback(",[[:space:]]src=[\"\']([^\"\']*)[\"\'],", "filtrer_rediriger_images", $flux );
$flux = preg_replace_callback(",<link[[:space:]]+rel='stylesheet'[[:space:]]+media='(.*)'[[:space:]]+href='([^\']*)'.*>,", "filtrer_rediriger_css", $flux );
$flux = filtrer_background_css($flux);
return $flux;
}
function mini_html($texte) {
// return $texte;
$texte = filtrer_images_page($texte);
$texte = preg_replace(",\n[\t\ ]*,", "\n", $texte);
$texte = preg_replace(",\n+,", "\n", $texte);
return $texte;
}
function logo_auteur_vide ($couleur, $taille) {
include_spip("filtres/couleurs");
include_spip("filtres/images_transforme");
$img = find_in_path("imgs/logo-auteur.png");
$couleur = couleur_luminance($couleur, 0.57);
$img = image_sepia($img, $couleur);
$img = image_graver($img);
$img = image_reduire($img, $taille);
$img = image_aplatir($img, "gif");
$img = extraire_attribut($img, "src");
return $img;
}
function couleur_chroma ($coul, $num) {
include_spip("filtres/images_lib");
$pos = substr($num, 0, strpos($num, "/")) - 1;
$tot = substr($num, strpos($num, "/")+1, strlen($num));
$couleurs = _couleur_hex_to_dec($coul);
$r= $couleurs["red"];
$g= $couleurs["green"];
$b= $couleurs["blue"];
$hsv = _couleur_rgb2hsv($r,$g,$b);
$h = $hsv["h"];
$s = $hsv["s"];
$v = $hsv["v"];
$h = $h + (1/$tot)*$pos;
if ($h > 1) $h = $h - 1;
$rgb = _couleur_hsv2rgb($h,$s,$v);
$r = $rgb["r"];
$g = $rgb["g"];
$b = $rgb["b"];
$couleurs = _couleur_dec_to_hex($r, $g, $b);
return $couleurs;
}
function copie_locale_safe($source, $mode='auto') {
if (!cache_exists($source)) {
cache_set($source, 1);
if (!copie_locale($source, 'test')
AND $u = parametre_url($source, 'var_hasard', rand(0,10000000), '&')
AND $a = copie_locale($u, $mode)) {
rename($a, _DIR_RACINE.fichier_copie_locale($source));
}
cache_del($source);
return copie_locale($source, $mode);
} else {
return false;
}
}
function afficher_miniature($img, $maxw = 600, $maxh = 700) {
include_spip('inc/distant');
if (preg_match(',\.svg$,i', $img)) {
if (defined('_SVG2PNG_SERVER')) {
$cvt = parametre_url(_SVG2PNG_SERVER,'url',$img);
$box = " target='_blank'";
} else {
return false;
}
} else {
$cvt = $img;
$box = "";
}
//
// chargement asynchrone ?
//
include_spip('inc/session');
if (!$vignette = copie_locale_safe($cvt, 'test')
AND session_get('id_auteur') > 0 # eviter sur l'API
) {
include_spip('inc/acces');
$i = 1; #$GLOBALS['visiteur_session']['id_auteur'];
$sec = afficher_low_sec($i, "miniature $maxw $maxh $cvt");
$url = generer_url_action('creer_miniature');
$url = parametre_url($url, 'id_auteur', $i);
$url = parametre_url($url, 'img', $cvt);
$url = parametre_url($url, 'maxw', $maxw);
$url = parametre_url($url, 'maxh', $maxh);
$url = parametre_url($url, 'sec', $sec, '\\x26');
$selecteur = md5($img);
$vignette = "<span class='$selecteur'><img src='".find_in_path('imgs/image-loading.gif')."' alt=\"". attribut_html($img)."\" style=\"max-width:${maxw}px; max-height:${maxh}px;\" />"
."<script>\$.get('".$url."', function(data){\$('." . $selecteur . "').replaceWith(data);calculer_portfolio_ligne();})
</script></span>";
// $('." . $selecteur . "').load('".$url."');
// preparer l'image pour photoswipe (mais on n'en connait pas les dimensions)
return "$vignette";
}
return calculer_miniature($img, $maxw, $maxh);
}
function calculer_miniature($img, $maxw = 600, $maxh = 700) {
include_spip('inc/distant');
if (preg_match(',\.svg$,i', $img)) {
if (defined('_SVG2PNG_SERVER')) {
$cvt = parametre_url(_SVG2PNG_SERVER,'url',$img);
$box = " target='_blank'";
} else {
return false;
}
} else {
$cvt = $img;
$box = "";
}
//
// chargement synchrone
//
$vignette = copie_locale_safe($cvt);
if ($srcsize = @getimagesize($vignette)) {
$width = $srcsize[0];
$height = $srcsize[1];
/*
if (($width * $height) < 300) {
return;
}
*/
include_spip("inc/filtres_images_mini");
$vignetter = image_reduire($vignette, $maxw, $maxh);
/*
if ($vignetter == $vignette) {
return $vignette;
}
*/
$vignette = inserer_attribut($vignetter, "alt", "");
// preparer l'image pour photoswipe
$vignette = inserer_attribut($vignette, "data-photo", $img);
$vignette = inserer_attribut($vignette, "data-photo-h", $height);
$vignette = inserer_attribut($vignette, "data-photo-w", $width);
$vignette = vider_attribut($vignette, "width");
$vignette = vider_attribut($vignette, "height");
$vignette = vider_attribut($vignette, "style");
$prop = $height / $width * 100;
// on veut avoir le lien (pour pouvoir "copier le lien")
// mais faut-il toujours ouvrir l'image ? la box s'en charge
// quand c'est nécessaire (pour zoomer)
$onclick = " onclick='return false;'";
return "<a$onclick href='$img' class='display_box'$box><span class='image' style='padding-bottom:$prop%'>$vignette</span></a>";
} else {
return '';
}
}
function stocker_id_me($id_me) {
$GLOBALS["liste_id_me"][$id_me] = $id_me;
}
function retour_id_me($rien) {
return $GLOBALS["liste_id_me"];
}
function stocker_id_me_date($id_me, $date) {
if (!$GLOBALS["liste_id_me"][$id_me]) $GLOBALS["liste_id_me"][$id_me] = $date;
}
function retour_id_me_date($rien) {
if ($ret = $GLOBALS["liste_id_me"]) {
// Un peu complexe, car plusieurs messages peuvent avoir exactement la meme date
// 1. On partout le tableau pour refaire une liste inversée, avec potentiellement plusieurs id_me par date
foreach($ret as $id=>$date) {
$liste[$date][] = $id;
}
// 2. On inverse le tableau selon la date
krsort($liste);
// 3. On recolle les id_me
foreach($liste as $date => $arr) {
foreach ($arr as $val) {
$l[] = $val;
}
}
return($l);
} else return 0;
}
$GLOBALS["mots_lies"] = array();
$GLOBALS["mots_lies_titre"] = array();
function compter_mots_lies($id_mot) {
$GLOBALS["mots_lies"]["$id_mot"] ++;
}
function compter_mots_titre ($id_mot, $titre) {
$titre = str_replace( "_", " ", $titre);
$titre = preg_replace( "/^.*:/", "", $titre); # "position:Economist"
$titre = preg_replace( "/^#/", "", $titre); # "#hashtag"
$GLOBALS["mots_lies_titre"]["$id_mot"] = $titre;
//echo "$id_mot - $titre";
}
function retour_mots_lies($rien) {
arsort($GLOBALS["mots_lies"]);
foreach($GLOBALS["mots_lies"] as $id_mot => $k) {
if ($k > 1) {
$ret[] = $id_mot;
}
}
return $ret;
}
$GLOBALS["stocker_type"] = array();
function stocker_type($id, $type) {
$GLOBALS["stocker_type"]["$type"][] = $id;
}
function sortir_type($rem, $type) {
return $GLOBALS["stocker_type"]["$type"];
}
$GLOBALS["compter_auteurs"] = array();
function compter_auteurs($id_auteur) {
$GLOBALS["compter_auteurs"]["$id_auteur"] ++;
}
function retour_compteur_auteurs($rien) {
arsort($GLOBALS["compter_auteurs"]);
foreach($GLOBALS["compter_auteurs"] as $id_auteur => $k) {
if ($k > 0) {
$ret[] = $id_auteur;
}
}
$GLOBALS["compter_auteurs"] = array();
return $ret;
}
function stocker_auteur($id_auteur, $troll, $total) {
if ($total > 30) $total = 30;
$res = round($troll * ((100 + 3*$total) / 100));
if ($total < 3) $res = ceil($res / 2);
$res ++;
$GLOBALS["compter_auteurs"]["$id_auteur"] = $res;
}
function decaler_date ($age) {
global $stocker_date;
if ($stocker_date["$age"]) return $stocker_date["$age"];
$now = date("U");
$thePHPDate = getdate($now);
$thePHPDate['mday'] = $thePHPDate['mday'] - $age;
$timeStamp = mktime($thePHPDate['hours'], $thePHPDate['minutes'], $thePHPDate['seconds'], $thePHPDate['mon'], $thePHPDate['mday'], $thePHPDate['year']);
$date = date("Y-m-d H:i:s",$timeStamp);
$stocker_date["$age"] = $date;
return $date;
}
function afficher_cc($cc) {
if (preg_match("/^BY/", $cc)) {
$lien = strtolower($cc);
return "<a href='https://creativecommons.org/licenses/$lien/3.0/' class='spip_out by_cc'>CC $cc</a>";
}
else if ($cc == "CC0") {
return "<a href='https://creativecommons.org/publicdomain/zero/1.0/' class='spip_out by_cc by_zero'>PUBLIC DOMAIN</a>";
}
else if ($cc == "LAL") {
return "<a href='http://artlibre.org/' class='spip_out by_cc by_lal'>ART LIBRE</a>";
}
}
function langue_visiteur($id_auteur) {
$query = sql_select("lang", "spip_auteurs", "id_auteur=$id_auteur");
if ($row = sql_fetch($query)) {
$lang = $row["lang"];
}
// si pas de langue stockée, détecter et stocker!
if (strlen($lang) < 2) {
$lang = detecter_langue_visiteur(0);
sql_updateq("spip_auteurs",
array("lang" => $lang),
"id_auteur=$id_auteur"
);
}
return $lang;
}
function detecter_langue_visiteur($rien) {
if (isset($HTTP_ACCEPT_LANGUAGE)) {
$langues = $HTTP_ACCEPT_LANGUAGE;
} else if (isset($_SERVER["HTTP_ACCEPT_LANGUAGE"])) {
$langues = $_SERVER["HTTP_ACCEPT_LANGUAGE"];
} else {
return;
}
if (strlen ($langues) < 1) {
return;
}
$langues = explode(",", $langues);
$i = 0;
$choix = false;
while ($i < count($langues) && !$choix) {
$langue = $langues[$i];
if (preg_match("/^fr_tu/", $langue) > 0) $choix = "fr_tu";
else if (preg_match("/^fr/", $langue) > 0) $choix = "fr";
else if (preg_match("/^en/", $langue) > 0) $choix = "en";
else if (preg_match("/^de/", $langue) > 0) $choix = "de";
else if (preg_match("/^ar/", $langue) > 0) $choix = "ar";
else if (preg_match("/^es/", $langue) > 0) $choix = "es";
else if (preg_match("/^nl/", $langue) > 0) $choix = "nl";
// if (preg_match("/it/", $langue) > 0) $choix = "it";
// if (preg_match("/ar/", $langue) > 0) $choix = "ar";
// if (preg_match("/es/", $langue) > 0) $choix = "es";
// if (preg_match("/de/", $langue) > 0) $choix = "de";
$i++;
}
// Par défaut: angliche
if (!$choix) {
$choix = "en";
}
return $choix;
}
function critere_follow_sites($idb, &$boucles, $crit) {
$boucle = &$boucles[$idb];
$quoi = calculer_liste($crit->param[0], array(), $boucles, $boucles[$idb]->id_parent);
$env_follow = (calculer_argument_precedent($idb, 'follow', $boucles));
$boucle->where[] = 'liste_me_follow_sites('.$quoi.', '.$env_follow.')';
}
function precurseurs($mot) {
$l = mb_strlen($mot,'UTF-8');
$a = array();
for($i=1; $i<$l; $i++)
$a[] = mb_substr($mot,0,$i,'UTF-8');
return $a;
}
function elaguer_arbre_successeurs($x) {
$l = array();
foreach($x as $k => $xx) {
if (empty($xx))
$l[] = $k;
else {
if (count($xx) > 4)
$l[] = $k;
else
foreach(elaguer_arbre_successeurs($xx) as $a) {
$l[] = $k.$a;
}
}
}
return $l;
}
// escape pour like
function likeq($m) {
return str_replace(array('&', '_','%',"'"), array('&', '\\_', '\\%','\\\''), $m);
}
function successeurs($mot) {
if (strlen($mot) < 2) return array();
$a = array();
$d = mb_strlen($mot);
$motq = likeq($mot);
$s = sql_query("SELECT DISTINCT(tag)
FROM spip_me_tags
WHERE class='#' AND tag LIKE '${motq}_%'
ORDER BY CHAR_LENGTH(tag)
LIMIT 200");
$tous = array();
while ($m = sql_fetch($s)) {
$tag = $m['tag'];
$l = mb_strlen($tag);
$h = &$tous;
for ($i=$d; $i<$l; $i++) {
$c = mb_strtolower(mb_substr($tag,$i,1, 'UTF-8'), 'UTF-8');
if (!isset($h[$c]))
$h[$c] = array();
$h = &$h[$c];
}
}
$tous = elaguer_arbre_successeurs($tous);
foreach ($tous as &$t)
$t = proteger_amp(substr($mot,1).$t);
return $tous;
}
function liste_me_follow_sites($quoi, $env_follow) {
$me = $GLOBALS['visiteur_session']['id_auteur'];
if ($me > 0) {
$sites = array_map('array_pop', sql_allfetsel('id_syndic', 'spip_me_follow_url', 'id_follow='.$me));
$parents = $sites;
while ( $enfants = array_map('array_pop', sql_allfetsel('id_syndic', 'spip_syndic', sql_in('id_parent', $parents))) ) {
$parents = $enfants;
$sites = array_merge($sites, $enfants);
}
return '('.sql_in('id_syndic', $sites).')';
}
}
// follow implique #SESSION
function critere_follow_dist($idb, &$boucles, $crit) {
$boucle = &$boucles[$idb];
$quoi = calculer_liste($crit->param[0], array(), $boucles, $boucles[$idb]->id_parent);
$env_follow = (calculer_argument_precedent($idb, 'follow', $boucles));
$boucle->where[] = 'liste_me_follow('.$quoi.', '.$env_follow.')';
}
//
// critere {follow} ou {follow xxx}
// {follow} ou {follow follow} :
// - mes messages,
// - mes favoris
// - les msgs des auteurs que je suis
// - les favoris des auteurs que je suis
// {follow me} : mes messages + mes favoris
// {follow all} : tous les messages de la base
// {follow LOGIN} : tous les messages de ce login + ses favoris
// [A noter les login "me", "follow" et "all" sont niques]
function liste_me_follow($quoi, $env_follow) {
// si le mode n'est pas precisé explicitement dans le critere,
// se baser sur l'env
if (!$quoi) $quoi = $env_follow;
$me = isset($GLOBALS['visiteur_session']['id_auteur']) ? $GLOBALS['visiteur_session']['id_auteur'] : 0;
// critère {follow #ID_AUTEUR}
if (is_numeric($quoi)) {
$val = floor($quoi);
if ($val > 0) {
$me = $val;
$quoi = "me";
}
}
switch ($quoi) {
case 'all':
return;
case 'me':
if ($me > 0) {
return '(id_auteur='.$me.' OR '.sql_in('id_me', array_map('array_pop', sql_allfetsel('id_me', 'spip_me_share', 'id_auteur='.$me))).')';
} else
return '0=1';
case 'follow':
case '':
$id_auteur = isset($GLOBALS['visiteur_session']['id_auteur']) ? $GLOBALS['visiteur_session']['id_auteur'] : 0;
if ($id_auteur > 0) {
$suivi = liste_follow($id_auteur);
$suivi[] = $id_auteur;
# optimisation:
# ne retenir que les auteurs ayant poste au moins un message
$suivi = array_map('array_pop',
sql_allfetsel('DISTINCT(id_auteur)',
'spip_me', 'statut="publi" AND '.sql_in('id_auteur',$suivi)
)
);
$auteurs = sql_in('id_auteur',$suivi);
return '('.$auteurs
.' OR '.sql_in('id_me',
array_map('array_pop', sql_allfetsel('id_me', 'spip_me_share', $auteurs))
).')';
} else
return '0=1';
default:
if ($auteur = sql_fetsel('id_auteur', 'spip_auteurs', 'login='.sql_quote($quoi))) {
$me = $auteur['id_auteur'];
return '(id_auteur='.$me.' OR '.sql_in('id_me', array_map('array_pop', sql_allfetsel('id_me', 'spip_me_share', 'id_auteur='.$me))).')';
} else
return '0=1';
}
}
// liste des auteurs que je follow ;
// avec un static car ca peut revenir souvent sur une meme page
function liste_follow($id_auteur) {
static $cache = array();
if (!isset($cache[$id_auteur])) {
$suivi = sql_allfetsel('id_auteur', 'spip_me_follow', 'id_follow='.$id_auteur);
if (is_array($suivi))
$suivi = array_map('array_pop', $suivi);
else
$suivi = array();
$cache[$id_auteur] = $suivi;
}
return $cache[$id_auteur];
}
// stocker une chaine dans un CDATA
// a noter qu'il faut "echapper" un eventuel "]]>"
// http://www.w3.org/TR/xml/#charsets
function filtre_cdata($t) {
if (preg_match(',[<>&\x0-\x8\xb-\xc\xe-\x1f],u', $t)) {
$t = preg_replace_callback('/[\x0-\x8\xb-\xc\xe-\x1f]/u',
create_function('$x','return "&#x".bin2hex(\'$x[0]\').";";'), $t);
return "<![CDATA[" . str_replace(']]>', ']]]]><![CDATA[>', $t).']]>';
} else
return $t;
}
# tag/[(#TAG|replace{#}|mb_strtolower{UTF-8}|urlencode_1738_plus
function balise_URL_TAG_dist($p) {
$_tag = champ_sql('tag', $p);
$_class = champ_sql('class', $p);
$p->code = "((\$class=$_class) == '#' OR (\$class==''))
? 'tag/'.urlencode_1738_plus(mb_strtolower(str_replace('#', '', $_tag),'UTF-8'))
: ((\$class=='oc')
? 'tag/'.urlencode_1738_plus(mb_strtolower($_tag,'UTF-8'))
: ((\$class=='url')
? 'sites/'.md5($_tag)
: ''))";
$p->interdire_scripts = true;
return $p;
}
function url_tag($tag) {
if (preg_match(',^http,i', $tag))
return 'sites/' . md5($tag);
$tag = str_replace('#', '', $tag);
return 'tag/'.urlencode_1738_plus(mb_strtolower($tag, 'UTF-8'));
}
function compte_twitter($id_auteur) {
global $comptes_twitter;
if ($comptes_twitter["$id_auteur"]) return $comptes_twitter["$id_auteur"];
else {
$query = sql_select("twitter", "spip_auteurs", "id_auteur=$id_auteur");
if ($row = sql_fetch($query)) {
$twitter = $row["twitter"];
if (strlen($twitter) > 0) {
if (!preg_match(",^@,", $twitter)) $twitter = "@".$twitter;
}
$comptes_twitter["$id_auteur"] = $twitter;
return $twitter;
}
}
}
function filtre_bookmarklet($texte) {
return preg_replace(array("/\r|\n/", '~\s~'), array('', '%20'), $texte);
}
function filtre_date_seenthis($date) {
return journum($date) . '/' . mois($date) . '/' . annee($date);
}
?>