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.5.4.11 /
classes /
Delete
Unzip
Name
Size
Permission
Date
Action
ws
[ DIR ]
drwxr-xr-x
2021-03-23 03:38
CHART.php
3.16
KB
-rw-r--r--
2021-03-23 03:38
CValidation.php
25.06
KB
-rw-r--r--
2021-03-23 03:38
ConfData.php
853
B
-rw-r--r--
2021-03-23 03:38
ConfigFile.php
13.69
KB
-rw-r--r--
2021-03-23 03:38
ConfigFileEx.php
4.96
KB
-rw-r--r--
2021-03-23 03:38
CustStatusCode.php
2.16
KB
-rw-r--r--
2021-03-23 03:38
DATTR_HELP.php
767
B
-rw-r--r--
2021-03-23 03:38
DATTR_HELP_ITEM.php
2.53
KB
-rw-r--r--
2021-03-23 03:38
DAttrBase.php
12.82
KB
-rw-r--r--
2021-03-23 03:38
DFileSect.php
582
B
-rw-r--r--
2021-03-23 03:38
DPage.php
3.72
KB
-rw-r--r--
2021-03-23 03:38
DTbl.php
16.67
KB
-rw-r--r--
2021-03-23 03:38
DUtil.php
4.71
KB
-rw-r--r--
2021-03-23 03:38
DispInfo.php
4.3
KB
-rw-r--r--
2021-03-23 03:38
GUIBase.php
3.25
KB
-rw-r--r--
2021-03-23 03:38
PathTool.php
2.81
KB
-rw-r--r--
2021-03-23 03:38
XmlTreeBuilder.php
3.37
KB
-rw-r--r--
2021-03-23 03:38
blowfish.php
26.82
KB
-rw-r--r--
2021-03-23 03:38
jCryption.php
15.73
KB
-rw-r--r--
2021-03-23 03:38
Save
Rename
<?php class CustStatusCode { public static function &Get() { $status = array ( 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 305 => 'Use Proxy', 307 => 'Temporary Redirect', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Time-out', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Large', 415 => 'Unsupported Media Type', 416 => 'Requested range not satisfiable', 417 => 'Expectation Failed', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Time-out', 505 => 'HTTP Version not supported' ); $options = array(); foreach ( $status as $key => $value ) { $options[$key] = "$key $value"; } return $options; } public static function &GetRedirect() { $status = array ( 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 305 => 'Use Proxy', 307 => 'Temporary Redirect', 410 => 'Gone', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Time-out', 409 => 'Conflict', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Large', 415 => 'Unsupported Media Type', 416 => 'Requested range not satisfiable', 417 => 'Expectation Failed', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Time-out', 505 => 'HTTP Version not supported' ); $options = array(); foreach ( $status as $key => $value ) { $options[$key] = "$key $value"; } return $options; } }