Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.0.8 /
classes /
Delete
Unzip
Name
Size
Permission
Date
Action
ws
[ DIR ]
drwxr-xr-x
2021-09-20 07:28
CHART.php
3.16
KB
-rw-r--r--
2021-09-20 07:28
CValidation.php
27.09
KB
-rw-r--r--
2021-09-20 07:28
ConfData.php
853
B
-rw-r--r--
2021-09-20 07:28
ConfigFile.php
13.96
KB
-rw-r--r--
2021-09-20 07:28
ConfigFileEx.php
4.96
KB
-rw-r--r--
2021-09-20 07:28
CustStatusCode.php
2.22
KB
-rw-r--r--
2021-09-20 07:28
DATTR_HELP.php
767
B
-rw-r--r--
2021-09-20 07:28
DATTR_HELP_ITEM.php
2.53
KB
-rw-r--r--
2021-09-20 07:28
DAttrBase.php
13.19
KB
-rw-r--r--
2021-09-20 07:28
DFileSect.php
582
B
-rw-r--r--
2021-09-20 07:28
DPage.php
3.72
KB
-rw-r--r--
2021-09-20 07:28
DTbl.php
16.7
KB
-rw-r--r--
2021-09-20 07:28
DUtil.php
4.71
KB
-rw-r--r--
2021-09-20 07:28
DispInfo.php
4.3
KB
-rw-r--r--
2021-09-20 07:28
GUIBase.php
3.25
KB
-rw-r--r--
2021-09-20 07:28
PathTool.php
3.28
KB
-rw-r--r--
2021-09-20 07:28
XmlTreeBuilder.php
3.37
KB
-rw-r--r--
2021-09-20 07:28
blowfish.php
26.82
KB
-rw-r--r--
2021-09-20 07:28
jCryption.php
15.73
KB
-rw-r--r--
2021-09-20 07:28
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; } }