Hackfut Security File Manager
Current Path:
/var/softaculous/cube
var
/
softaculous
/
cube
/
📁
..
📄
.htaccess
(1.37 KB)
📄
_clone.php
(1.43 KB)
📄
edit.php
(4.45 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(165 B)
📄
global.inc.php
(488 B)
📁
images
📄
import.php
(4.42 KB)
📄
index.php
(29.79 KB)
📄
info.xml
(2.85 KB)
📄
install.js
(921 B)
📄
install.php
(7.45 KB)
📄
install.xml
(1.47 KB)
📄
md5
(3.07 KB)
📄
notes.txt
(1.14 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
upgrade.php
(12.48 KB)
📄
upgrade.xml
(403 B)
Editing: _clone.php
<?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; } ?>
Upload File
Create Folder