Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
agb /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-06-28 16:01
php53
[ DIR ]
drwxr-xr-x
2017-06-28 16:01
php56
[ DIR ]
drwxr-xr-x
2017-06-28 16:01
clone.php
3.31
KB
-rw-r--r--
2017-01-05 06:39
config.inc.php
2.62
KB
-rw-r--r--
2011-03-11 09:52
edit.php
4.7
KB
-rw-r--r--
2017-01-05 06:39
edit.xml
433
B
-rw-r--r--
2016-05-10 04:30
fileindex.php
127
B
-rw-r--r--
2011-03-11 09:52
import.php
3.24
KB
-rw-r--r--
2017-01-05 06:39
info.xml
1.29
KB
-rw-r--r--
2017-01-05 06:30
install.js
921
B
-rw-r--r--
2013-05-25 04:13
install.php
3.94
KB
-rw-r--r--
2017-01-05 06:39
install.xml
2.05
KB
-rw-r--r--
2016-05-10 04:30
md5
2.37
KB
-rw-r--r--
2017-01-05 06:39
Save
Rename
<?php /* database settings */ $GB_DB = array(); $GB_DB["dbName"] = "[[softdb]]"; $GB_DB["host"] = "[[softdbhost]]"; $GB_DB["user"] = "[[softdbuser]]"; $GB_DB["pass"] = "[[softdbpass]]"; /* tables */ $GB_TBL = array(); $GB_TBL["data"] = "book_data"; $GB_TBL["auth"] = "book_auth"; $GB_TBL["cfg"] = "book_config"; $GB_TBL["com"] = "book_com"; $GB_TBL["ip"] = "book_ip"; $GB_TBL["words"] = "book_words"; $GB_TBL["ban"] = "book_ban"; $GB_TBL["priv"] = "book_private"; $GB_TBL["smile"] = "book_smilies"; $GB_TBL["pics"] = "book_pics"; $GB_TBL["cap"] = "book_captcha"; /* guestbook pages */ $GB_PG = array(); $GB_PG["index"] = "index.php"; $GB_PG["admin"] = "admin.php"; $GB_PG["comment"] = "comment.php"; $GB_PG["addentry"] = "addentry.php"; /* guestbook templates */ $GB_TPL = array(); $GB_TPL["adm_enter"] = "admin_enter.php"; $GB_TPL["body"] = "body.php"; $GB_TPL["entry"] = "entry.php"; $GB_TPL["error"] = "error.php"; $GB_TPL["form"] = "form.php"; $GB_TPL["preview"] = "preview.php"; $GB_TPL["prev_entry"] = "preview_entry.php"; $GB_TPL["header"] = "header.php"; $GB_TPL["footer"] = "footer.php"; $GB_TPL["icq"] = "icq.php"; $GB_TPL["url"] = "url.php"; $GB_TPL["aim"] = "aim.php"; $GB_TPL["com"] = "com.php"; $GB_TPL["email"] = "email.php"; $GB_TPL["success"] = "success.php"; $GB_TPL["frm_icq"] = "form_icq.php"; $GB_TPL["frm_aim"] = "form_aim.php"; $GB_TPL["frm_gender"] = "form_gender.php"; $GB_TPL["frm_image"] = "form_image.php"; $GB_TPL["com_pass"] = "com_pass.php"; $GB_TPL["com_form"] = "comment.php"; $GB_TPL["image"] = "user_pic.php"; $GB_TPL["captcha"] = "captcha.php"; /* misc */ define('USE_CAPTCHA', true); define('IS_MODULE', false); /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ $GB_PG["base_url"] = "[[softurl]]"; /* e.g http://www.yourdomain.com/guestbook */ $DB_CLASS = "mysql.class.php"; $TEC_MAIL = "[[admin_email]]"; $GB_UPLOAD = "public"; $GB_TMP = "tmp"; if ($GB_PG["base_url"] == "") { $inter_type = php_sapi_name(); if ($inter_type == "cgi") { if (isset($_SERVER["PATH_INFO"]) && !empty($_SERVER["PATH_INFO"])) { $GB_PG["base_url"] = dirname($_SERVER["PATH_INFO"]); } elseif (isset($_SERVER["REQUEST_URI"]) && !empty($_SERVER["REQUEST_URI"])) { $GB_PG["base_url"] = dirname($_SERVER["REQUEST_URI"]); } else { $GB_PG["base_url"] = dirname($_SERVER["SCRIPT_NAME"]); } } else { $GB_PG["base_url"] = dirname($_SERVER["PHP_SELF"]); } } ?>