Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.255
Domains : 74 Domain
User : georgeto
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-16 05:43
php53
[ DIR ]
drwxr-xr-x
2026-05-16 05:43
php56
[ DIR ]
drwxr-xr-x
2026-05-16 05:43
php71
[ DIR ]
drwxr-xr-x
2026-05-16 05:43
php81
[ DIR ]
drwxr-xr-x
2026-05-16 05:43
php82
[ DIR ]
drwxr-xr-x
2026-05-16 05:43
.htaccess
1.37
KB
-rw-r--r--
2026-04-09 11:25
_clone.php
1.43
KB
-rw-r--r--
2026-04-09 11:25
edit.php
4.84
KB
-rw-r--r--
2026-05-13 13:43
edit.xml
433
B
-rw-r--r--
2026-05-09 11:05
extend.php
2.34
KB
-rw-r--r--
2026-05-13 13:43
fileindex.php
182
B
-rw-r--r--
2026-05-09 09:46
global.inc.php
568
B
-rw-r--r--
2026-05-13 12:39
import.php
4.43
KB
-rw-r--r--
2026-05-13 13:43
index.php
37.46
KB
-rw-r--r--
2026-05-13 12:39
info.xml
3.39
KB
-rw-r--r--
2026-05-13 12:39
install.js
921
B
-rw-r--r--
2021-12-23 12:54
install.php
7.83
KB
-rw-r--r--
2026-05-13 13:43
install.xml
1.48
KB
-rw-r--r--
2026-05-09 09:46
md5
1.65
KB
-rw-r--r--
2026-05-13 13:43
notes.txt
1.25
KB
-rw-r--r--
2026-05-09 09:46
upgrade.php
12.67
KB
-rw-r--r--
2026-05-13 13:43
upgrade.xml
403
B
-rw-r--r--
2021-12-23 12: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; } ?>