Linux server165.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 68.65.122.53 & Your IP : 216.73.217.46
Domains :
Cant Read [ /etc/named.conf ]
User : vacazsti
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 02:44
php53
[ DIR ]
drwxr-xr-x
2026-05-14 02:44
php56
[ DIR ]
drwxr-xr-x
2026-05-14 02:44
php71
[ DIR ]
drwxr-xr-x
2026-05-14 02:44
php81
[ DIR ]
drwxr-xr-x
2026-05-14 02:44
php82
[ DIR ]
drwxr-xr-x
2026-05-14 02:44
.htaccess
1.37
KB
-rw-r--r--
2026-04-09 10:25
_clone.php
1.43
KB
-rw-r--r--
2026-04-09 10:25
cube.sql
135.86
KB
-rw-r--r--
2026-05-13 11:39
cube.zip
15.69
MB
-rw-r--r--
2026-05-13 11:39
edit.php
4.84
KB
-rw-r--r--
2026-05-13 12:43
edit.xml
433
B
-rw-r--r--
2026-05-09 10:05
extend.php
2.34
KB
-rw-r--r--
2026-05-13 12:43
fileindex.php
182
B
-rw-r--r--
2026-05-09 08:46
global.inc.php
568
B
-rw-r--r--
2026-05-13 11:39
import.php
4.43
KB
-rw-r--r--
2026-05-13 12:43
index.php
37.46
KB
-rw-r--r--
2026-05-13 11:39
info.xml
3.39
KB
-rw-r--r--
2026-05-13 11:39
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
7.83
KB
-rw-r--r--
2026-05-13 12:43
install.xml
1.48
KB
-rw-r--r--
2026-05-09 08:46
md5
1.65
KB
-rw-r--r--
2026-05-13 12:43
notes.txt
1.25
KB
-rw-r--r--
2026-05-09 08:46
upgrade.php
12.67
KB
-rw-r--r--
2026-05-13 12:43
upgrade.xml
403
B
-rw-r--r--
2021-12-23 11: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; } ?>