Linux ams-business-5.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 23.254.231.17 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : uxvsuhne
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
suitecrm7 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-05 04:38
php53
[ DIR ]
drwxr-xr-x
2026-08-05 04:38
php56
[ DIR ]
drwxr-xr-x
2026-08-05 04:38
php71
[ DIR ]
drwxr-xr-x
2026-08-05 04:38
php81
[ DIR ]
drwxr-xr-x
2026-08-05 04:38
php82
[ DIR ]
drwxr-xr-x
2026-08-05 04:38
_.htaccess
4.13
KB
-rw-r--r--
2025-12-22 10:06
clone.php
16.42
KB
-rw-r--r--
2026-08-04 15:23
config.php
11.93
KB
-rw-r--r--
2026-08-04 09:28
config_override.php
132
B
-rw-r--r--
2024-11-06 15:05
edit.php
4.7
KB
-rw-r--r--
2026-08-04 15:23
edit.xml
433
B
-rw-r--r--
2023-11-23 14:31
extend.php
9.41
KB
-rw-r--r--
2026-08-04 15:23
fileindex.php
673
B
-rw-r--r--
2023-11-23 14:31
get_user.php
947
B
-rw-r--r--
2023-11-23 14:31
import.php
3.33
KB
-rw-r--r--
2026-08-04 15:23
info.xml
3.62
KB
-rw-r--r--
2026-08-04 09:28
install.js
924
B
-rw-r--r--
2023-11-23 14:31
install.php
11.09
KB
-rw-r--r--
2026-08-04 15:23
install.xml
1.12
KB
-rw-r--r--
2024-02-07 10:59
md5
2
KB
-rw-r--r--
2026-08-04 15:23
notes.txt
1.11
KB
-rw-r--r--
2026-03-23 09:45
status.json
305
B
-rw-r--r--
2023-11-23 14:31
update_pass.php
558
B
-rw-r--r--
2023-11-23 14:31
Save
Rename
////////////////////////////////////////////////////////////// // install.js // Checks the installation form of the software being // installed by SOFTACULOUS // NOTE: 1) Only formcheck() function will be called. // 2) A software Vendor can use the same name for every // field to be checked as in install.xml . It can be // called using $('fieldname').value or any property // 3) Must Return true or false // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- // (c)Softaculous Inc. ////////////////////////////////////////////////////////////// function formcheck(){ //Check the Admin Email if(window.check_punycode){ if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; };