Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.217.62
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
rosariosis /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-22 03:17
lang
[ DIR ]
drwxr-xr-x
2026-07-22 03:17
php53
[ DIR ]
drwxr-xr-x
2026-07-22 03:17
php56
[ DIR ]
drwxr-xr-x
2026-07-22 03:17
php71
[ DIR ]
drwxr-xr-x
2026-07-22 03:17
php81
[ DIR ]
drwxr-xr-x
2026-07-22 03:17
php82
[ DIR ]
drwxr-xr-x
2026-07-22 03:17
changelog.txt
31.01
KB
-rw-r--r--
2026-07-21 02:44
clone.php
3.75
KB
-rw-r--r--
2026-07-21 06:15
config.inc.php
1.72
KB
-rw-r--r--
2026-06-08 04:04
edit.php
5.07
KB
-rw-r--r--
2026-07-21 06:15
edit.xml
433
B
-rw-r--r--
2023-09-15 05:37
fileindex.php
602
B
-rw-r--r--
2025-07-14 05:48
import.php
3.06
KB
-rw-r--r--
2026-07-21 06:15
info.xml
1.96
KB
-rw-r--r--
2026-07-21 02:44
install.js
921
B
-rw-r--r--
2023-01-20 00:55
install.php
8.14
KB
-rw-r--r--
2026-07-21 06:15
install.xml
1.39
KB
-rw-r--r--
2026-06-08 04:04
md5
3.82
KB
-rw-r--r--
2026-07-21 06:15
notes.txt
1.29
KB
-rw-r--r--
2025-05-26 03:48
rosariosis.sql
151.46
KB
-rw-r--r--
2026-07-21 02:44
rosariosis.zip
9.97
MB
-rw-r--r--
2026-07-21 02:44
update_pass.php
228
B
-rw-r--r--
2023-01-24 00:26
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; };