Linux sh52.ich-4.com 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
Server IP : 198.143.147.58 & Your IP : 216.73.217.21
Domains :
Cant Read [ /etc/named.conf ]
User : actualbuzz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
cube /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-05-14 11:45
php53
[ DIR ]
drwxr-xr-x
2026-05-14 11:45
php56
[ DIR ]
drwxr-xr-x
2026-05-14 11:45
php71
[ DIR ]
drwxr-xr-x
2026-05-14 11:45
php81
[ DIR ]
drwxr-xr-x
2026-05-14 11:45
php82
[ DIR ]
drwxr-xr-x
2026-05-14 11:45
.htaccess
1.37
KB
-rw-r--r--
2026-04-09 06:25
_clone.php
1.43
KB
-rw-r--r--
2026-04-09 06:25
edit.php
4.84
KB
-rw-r--r--
2026-05-13 08:43
edit.xml
433
B
-rw-r--r--
2026-05-09 06:05
extend.php
2.34
KB
-rw-r--r--
2026-05-13 08:43
fileindex.php
182
B
-rw-r--r--
2026-05-09 04:46
global.inc.php
568
B
-rw-r--r--
2026-05-13 07:39
import.php
4.43
KB
-rw-r--r--
2026-05-13 08:43
index.php
37.46
KB
-rw-r--r--
2026-05-13 07:39
info.xml
3.39
KB
-rw-r--r--
2026-05-13 07:39
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
7.83
KB
-rw-r--r--
2026-05-13 08:43
install.xml
1.48
KB
-rw-r--r--
2026-05-09 04:46
md5
1.65
KB
-rw-r--r--
2026-05-13 08:43
notes.txt
1.25
KB
-rw-r--r--
2026-05-09 04:46
upgrade.php
12.67
KB
-rw-r--r--
2026-05-13 08:43
upgrade.xml
403
B
-rw-r--r--
2021-12-23 06:54
Save
Rename
<?php ////////////////////////////////////////////////////////////// //=========================================================== // clone.php //=========================================================== // SOFTACULOUS // Version : 4.2.8 // 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'); } //The Install process function __clone(){ global $__settings, $error, $software, $globals, $replace_data; //Do we meet the Minimum software requirements __requirements(); if(!empty($error)){ return false; } @schmod($__settings['softpath'].'/cache/', $globals['odc'], 1); sclone_replace($replace_data, $__settings['softpath'].'/includes/global.inc.php', true); } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software; return true; } ?>