Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.2 /
utility /
build_php /
Delete
Unzip
Name
Size
Permission
Date
Action
buildPHP.php
567
B
-rw-r--r--
2024-02-03 08:57
buildProgress.php
367
B
-rw-r--r--
2024-02-03 08:57
buildStep1.php
1.45
KB
-rw-r--r--
2024-02-03 08:57
buildStep2.php
9.97
KB
-rw-r--r--
2024-02-03 08:57
buildStep3.php
3.46
KB
-rw-r--r--
2024-02-03 08:57
buildStep4.php
4.22
KB
-rw-r--r--
2024-02-03 08:57
build_common.template
565
B
-rw-r--r--
2024-02-03 08:57
build_install.template
4
KB
-rw-r--r--
2024-02-03 08:57
build_install_ext.template
1.72
KB
-rw-r--r--
2024-02-03 08:57
build_manual_run.template
1.05
KB
-rw-r--r--
2024-02-03 08:57
build_prepare.template
5.29
KB
-rw-r--r--
2024-02-03 08:57
build_prepare_ext.template
2.6
KB
-rw-r--r--
2024-02-03 08:57
buildconf.inc.php
2.26
KB
-rw-r--r--
2024-02-03 08:57
buildfunc.inc.php
29.19
KB
-rw-r--r--
2024-02-03 08:57
Save
Rename
<?php require_once('../../includes/auth.php'); include_once( 'buildconf.inc.php' ); if (CLIENT::singleton()->getTimeout() == 0) { $confCenter = ConfCenter::singleton();//will set timeout } echo GUI::header(); echo GUI::top_menu(); $check = new BuildCheck(); switch($check->GetNextStep()) { case "1": include("buildStep1.php"); break; case "2": include("buildStep2.php"); break; case "3": include("buildStep3.php"); break; case "4": include("buildStep4.php"); break; case "0": default: // illegal echo "ERROR"; } echo GUI::footer();