Current Path: > > usr > local > lsws > > admin > html > > classes
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
ws | Directory | - | - | |
CValidation.php | File | 27286 bytes | August 02 2025 14:49:07. | |
ConfData.php | File | 860 bytes | August 02 2025 14:49:07. | |
ConfigFile.php | File | 14204 bytes | August 02 2025 14:49:07. | |
ConfigFileEx.php | File | 4794 bytes | August 02 2025 14:49:07. | |
CustStatusCode.php | File | 2238 bytes | August 02 2025 14:49:07. | |
DATTR_HELP.php | File | 773 bytes | August 02 2025 14:49:07. | |
DATTR_HELP_ITEM.php | File | 2595 bytes | August 02 2025 14:49:07. | |
DAttrBase.php | File | 12722 bytes | August 02 2025 14:49:07. | |
DFileSect.php | File | 582 bytes | August 02 2025 14:49:07. | |
DPage.php | File | 3842 bytes | August 02 2025 14:49:07. | |
DTbl.php | File | 17945 bytes | August 02 2025 14:49:07. | |
DUtil.php | File | 4319 bytes | August 02 2025 14:49:07. | |
DispInfo.php | File | 4463 bytes | August 02 2025 14:49:07. | |
GUIBase.php | File | 3333 bytes | August 02 2025 14:49:07. | |
PathTool.php | File | 3087 bytes | August 02 2025 14:49:07. | |
XmlTreeBuilder.php | File | 3344 bytes | August 02 2025 14:49:07. | |
blowfish.php | File | 26293 bytes | August 02 2025 14:49:07. | |
jCryption.php | File | 16299 bytes | August 02 2025 14:49:07. |
<?php class CustStatusCode { public static function &Get() { $status = [ 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', 520 => 'Unknown Error from the origin web server', ]; $options = []; foreach ($status as $key => $value) { $options[$key] = "$key $value"; } return $options; } public static function &GetRedirect() { $status = [ 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 = []; foreach ($status as $key => $value) { $options[$key] = "$key $value"; } return $options; } }
SILENT KILLER Tool