Linux gir02.nhanhoa.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC 2023 x86_64
LiteSpeed
Server IP : 103.124.95.33 & Your IP : 216.73.217.104
Domains :
Cant Read [ /etc/named.conf ]
User : nhsacmvr
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.3.5 /
classes /
Delete
Unzip
Name
Size
Permission
Date
Action
ws
[ DIR ]
drwxr-xr-x
2026-05-20 03:07
CValidation.php
29.81
KB
-rw-r--r--
2026-05-20 03:07
ConfData.php
860
B
-rw-r--r--
2026-05-20 03:07
ConfigFile.php
13.87
KB
-rw-r--r--
2026-05-20 03:07
ConfigFileEx.php
4.68
KB
-rw-r--r--
2026-05-20 03:07
CustStatusCode.php
2.19
KB
-rw-r--r--
2026-05-20 03:07
DATTR_HELP.php
773
B
-rw-r--r--
2026-05-20 03:07
DATTR_HELP_ITEM.php
2.53
KB
-rw-r--r--
2026-05-20 03:07
DAttrBase.php
12.42
KB
-rw-r--r--
2026-05-20 03:07
DFileSect.php
582
B
-rw-r--r--
2026-05-20 03:07
DPage.php
3.75
KB
-rw-r--r--
2026-05-20 03:07
DTbl.php
17.52
KB
-rw-r--r--
2026-05-20 03:07
DUtil.php
4.22
KB
-rw-r--r--
2026-05-20 03:07
DispInfo.php
4.36
KB
-rw-r--r--
2026-05-20 03:07
GUIBase.php
3.25
KB
-rw-r--r--
2026-05-20 03:07
PathTool.php
3.01
KB
-rw-r--r--
2026-05-20 03:07
XmlTreeBuilder.php
3.27
KB
-rw-r--r--
2026-05-20 03:07
blowfish.php
25.68
KB
-rw-r--r--
2026-05-20 03:07
jCryption.php
15.92
KB
-rw-r--r--
2026-05-20 03:07
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'; } }