uawdijnntqw1x1x1
IP : 216.73.217.6
Hostname : webm002.cluster111.gra.hosting.ovh.net
Kernel : Linux webm002.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
atelierpru
/
provence
/
prive
/
rss
/
a_suivre_fonctions.php
/
/
<?php if (!defined('_ECRIRE_INC_VERSION')) { return; } function trier_rss($texte) { if (preg_match_all(',<item.*</item>\s*?,Uims', $texte, $matches, PREG_SET_ORDER)) { $placeholder = '<!--REINSERT-->'; $items = array(); foreach ($matches as $match) { if (preg_match(',<dc:date>(.*)</dc:date>,Uims', $match[0], $r)) { $items[strtotime($r[1])] = trim($match[0]); $texte = str_replace($match[0], unique($placeholder), $texte); } } krsort($items); $texte = str_replace($placeholder, implode("\n\t", $items) . "\n", $texte); } return $texte; }
/home/atelierpru/provence/prive/rss/a_suivre_fonctions.php