Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
.trash /
vendor /
nette /
utils /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
Iterators
[ DIR ]
drwxr-xr-x
2025-09-17 09:18
Utils
[ DIR ]
drwxr-xr-x
2025-09-17 05:43
HtmlStringable.php
335
B
-rw-r--r--
2025-08-07 02:43
SmartObject.php
3.49
KB
-rw-r--r--
2025-08-07 02:43
StaticClass.php
550
B
-rw-r--r--
2025-08-07 02:43
Translator.php
428
B
-rw-r--r--
2025-08-07 02:43
compatibility.php
686
B
-rw-r--r--
2025-08-07 02:43
error_log
650
B
-rw-r--r--
2025-09-16 10:59
exceptions.php
1.69
KB
-rw-r--r--
2025-08-07 02:43
Save
Rename
<?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\Localization; /** * Translator adapter. */ interface Translator { /** * Translates the given string. */ function translate(string|\Stringable $message, mixed ...$parameters): string|\Stringable; } interface_exists(ITranslator::class);