Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.3.4 /
classes /
Delete
Unzip
Name
Size
Permission
Date
Action
ws
[ DIR ]
drwxr-xr-x
2026-02-06 14:44
CValidation.php
26.65
KB
-rwxr-xr-x
2026-02-06 14:44
ConfData.php
860
B
-rwxr-xr-x
2026-02-06 14:44
ConfigFile.php
13.87
KB
-rwxr-xr-x
2026-02-06 14:44
ConfigFileEx.php
4.68
KB
-rwxr-xr-x
2026-02-06 14:44
CustStatusCode.php
2.19
KB
-rwxr-xr-x
2026-02-06 14:44
DATTR_HELP.php
773
B
-rwxr-xr-x
2026-02-06 14:44
DATTR_HELP_ITEM.php
2.53
KB
-rwxr-xr-x
2026-02-06 14:44
DAttrBase.php
12.42
KB
-rwxr-xr-x
2026-02-06 14:44
DFileSect.php
582
B
-rwxr-xr-x
2026-02-06 14:44
DPage.php
3.75
KB
-rwxr-xr-x
2026-02-06 14:44
DTbl.php
17.52
KB
-rwxr-xr-x
2026-02-06 14:44
DUtil.php
4.22
KB
-rwxr-xr-x
2026-02-06 14:44
DispInfo.php
4.36
KB
-rwxr-xr-x
2026-02-06 14:44
GUIBase.php
3.25
KB
-rwxr-xr-x
2026-02-06 14:44
PathTool.php
3.01
KB
-rwxr-xr-x
2026-02-06 14:44
XmlTreeBuilder.php
3.27
KB
-rwxr-xr-x
2026-02-06 14:44
blowfish.php
25.68
KB
-rwxr-xr-x
2026-02-06 14:44
jCryption.php
15.92
KB
-rwxr-xr-x
2026-02-06 14:44
Save
Rename
<?php class DATTR_HELP { private $db; private $edb; private function __construct() { $this->init(); } public static function GetInstance() { if ( !isset($GLOBALS['_DATTR_HELP_']) ) { $GLOBALS['_DATTR_HELP_'] = new DATTR_HELP(); } return $GLOBALS['_DATTR_HELP_']; } public function GetItem($label) { if (isset($this->db[$label])) { return $this->db[$label]; } return null; } public function GetEditTip($labels) { $tips = []; foreach ($labels as $label) { if (isset($this->edb[$label])) { $tips = array_merge($tips, $this->edb[$label]); } } return $tips; } private function init() { // add other customized items here include 'DATTR_HELP_inc.php'; } }