Linux premium256.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.217.164 & Your IP : 216.73.216.26
Domains :
Cant Read [ /etc/named.conf ]
User : niyknzcu
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
whmcs813 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-05-20 22:00
php53
[ DIR ]
drwxr-xr-x
2026-05-20 22:00
php56
[ DIR ]
drwxr-xr-x
2026-05-20 22:00
php71
[ DIR ]
drwxr-xr-x
2026-05-20 22:00
php81
[ DIR ]
drwxr-xr-x
2026-05-20 22:00
php82
[ DIR ]
drwxr-xr-x
2026-05-20 22:00
.htaccess
933
B
-rw-r--r--
2026-01-29 05:35
changelog.txt
4.1
KB
-rw-r--r--
2026-05-15 06:19
clone.php
5.96
KB
-rw-r--r--
2026-05-20 12:30
clone.xml
281
B
-rw-r--r--
2026-01-29 05:35
config.php
779
B
-rw-r--r--
2026-01-29 05:35
configuration.php
589
B
-rw-r--r--
2026-01-29 05:35
data.zip
1.72
KB
-rw-r--r--
2026-05-20 12:22
edit.php
6.13
KB
-rw-r--r--
2026-05-20 12:30
edit.xml
577
B
-rw-r--r--
2026-01-29 05:35
fileindex.php
674
B
-rw-r--r--
2026-05-20 12:22
import.php
5.95
KB
-rw-r--r--
2026-05-20 12:30
info.xml
2.76
KB
-rw-r--r--
2026-05-20 12:22
install.js
924
B
-rw-r--r--
2026-01-29 05:35
install.php
6.54
KB
-rw-r--r--
2026-05-20 12:30
install.xml
3.91
KB
-rw-r--r--
2026-01-29 05:35
md5
1.27
KB
-rw-r--r--
2026-05-20 12:30
notes.txt
2.13
KB
-rw-r--r--
2026-05-20 12:22
upgrade.php
6.7
KB
-rw-r--r--
2026-05-20 12:30
upgrade.xml
654
B
-rw-r--r--
2026-01-29 05:35
whmcs813.sql
265.29
KB
-rw-r--r--
2026-05-20 12:22
whmcs813.zip
145.22
MB
-rw-r--r--
2026-05-20 12:22
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; };