Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
invoice /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php53
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php56
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php71
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php81
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php82
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
.htaccess
459
B
-rw-r--r--
2023-12-31 19:35
changelog.txt
6.35
KB
-rw-r--r--
2025-08-21 00:44
clone.php
5.71
KB
-rw-r--r--
2025-08-25 20:55
edit.php
4.21
KB
-rw-r--r--
2025-08-25 20:55
edit.xml
447
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
386
B
-rw-r--r--
2025-08-21 00:44
import.php
4.27
KB
-rw-r--r--
2025-08-25 20:55
info.xml
3.06
KB
-rw-r--r--
2025-08-21 00:44
install.js
942
B
-rw-r--r--
2021-12-23 00:54
install.php
6.11
KB
-rw-r--r--
2025-08-25 20:55
install.xml
2.47
KB
-rw-r--r--
2025-08-21 00:44
invoice.sql
27.83
KB
-rw-r--r--
2025-08-21 00:44
invoice.zip
25.33
MB
-rw-r--r--
2025-08-21 00:44
ipconfig.php
3
KB
-rw-r--r--
2025-08-21 00:44
md5
1.09
KB
-rw-r--r--
2025-08-25 20:55
notes.txt
651
B
-rw-r--r--
2025-08-21 00:44
upgrade.php
6.27
KB
-rw-r--r--
2025-08-25 20:55
upgrade.xml
646
B
-rw-r--r--
2021-12-23 00:54
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(!(/^([a-zA-Z0-9])+([a-zA-Z0-9\._-])*@([a-zA-Z0-9_-])+([.])+([a-zA-Z0-9\._-]+)+$/.test($('admin_email').value))){ alert('{{err_ademail}}'); return false; } return true; };