Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.5.4.11 /
classes /
Delete
Unzip
Name
Size
Permission
Date
Action
ws
[ DIR ]
drwxr-xr-x
2021-01-30 12:33
CHART.php
3.16
KB
-rw-r--r--
2021-01-30 12:33
CValidation.php
25.06
KB
-rw-r--r--
2021-01-30 12:33
ConfData.php
853
B
-rw-r--r--
2021-01-30 12:33
ConfigFile.php
13.69
KB
-rw-r--r--
2021-01-30 12:33
ConfigFileEx.php
4.96
KB
-rw-r--r--
2021-01-30 12:33
CustStatusCode.php
2.16
KB
-rw-r--r--
2021-01-30 12:33
DATTR_HELP.php
767
B
-rw-r--r--
2021-01-30 12:33
DATTR_HELP_ITEM.php
2.53
KB
-rw-r--r--
2021-01-30 12:33
DAttrBase.php
12.82
KB
-rw-r--r--
2021-01-30 12:33
DFileSect.php
582
B
-rw-r--r--
2021-01-30 12:33
DPage.php
3.72
KB
-rw-r--r--
2021-01-30 12:33
DTbl.php
16.67
KB
-rw-r--r--
2021-01-30 12:33
DUtil.php
4.71
KB
-rw-r--r--
2021-01-30 12:33
DispInfo.php
4.3
KB
-rw-r--r--
2021-01-30 12:33
GUIBase.php
3.25
KB
-rw-r--r--
2021-01-30 12:33
PathTool.php
2.81
KB
-rw-r--r--
2021-01-30 12:33
XmlTreeBuilder.php
3.37
KB
-rw-r--r--
2021-01-30 12:33
blowfish.php
26.82
KB
-rw-r--r--
2021-01-30 12:33
jCryption.php
15.73
KB
-rw-r--r--
2021-01-30 12:33
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]; else return NULL; } public function GetEditTip($labels) { $tips = array(); 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'; } }