Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.1 /
classes /
Delete
Unzip
Name
Size
Permission
Date
Action
ws
[ DIR ]
drwxr-xr-x
2023-03-22 02:26
CValidation.php
26.65
KB
-rw-r--r--
2023-03-22 02:26
ConfData.php
860
B
-rw-r--r--
2023-03-22 02:26
ConfigFile.php
13.78
KB
-rw-r--r--
2023-03-22 02:26
ConfigFileEx.php
4.68
KB
-rw-r--r--
2023-03-22 02:26
CustStatusCode.php
2.19
KB
-rw-r--r--
2023-03-22 02:26
DATTR_HELP.php
773
B
-rw-r--r--
2023-03-22 02:26
DATTR_HELP_ITEM.php
2.53
KB
-rw-r--r--
2023-03-22 02:26
DAttrBase.php
12.42
KB
-rw-r--r--
2023-03-22 02:26
DFileSect.php
582
B
-rw-r--r--
2023-03-22 02:26
DPage.php
3.75
KB
-rw-r--r--
2023-03-22 02:26
DTbl.php
16.86
KB
-rw-r--r--
2023-03-22 02:26
DUtil.php
4.22
KB
-rw-r--r--
2023-03-22 02:26
DispInfo.php
4.36
KB
-rw-r--r--
2023-03-22 02:26
GUIBase.php
3.25
KB
-rw-r--r--
2023-03-22 02:26
PathTool.php
3.02
KB
-rw-r--r--
2023-03-22 02:26
XmlTreeBuilder.php
3.27
KB
-rw-r--r--
2023-03-22 02:26
blowfish.php
25.68
KB
-rw-r--r--
2023-03-22 02:26
jCryption.php
15.92
KB
-rw-r--r--
2023-03-22 02:26
Save
Rename
<?php class DFileSect { private $_tids; private $_layerId; private $_dataLoc; private $_holderIndex; public function __construct($tids, $layerId=NULL, $dataLoc=NULL, $holderIndex=NULL) { $this->_tids = $tids; $this->_layerId = $layerId; $this->_dataLoc = $dataLoc; $this->_holderIndex = $holderIndex; } public function GetTids() { return $this->_tids; } public function GetLayerId() { return $this->_layerId; } public function GetDataLoc() { return $this->_dataLoc; } public function GetHolderIndex() { return $this->_holderIndex; } }