Linux premium256.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
LiteSpeed
Server IP : 162.0.217.164 & Your IP : 216.73.216.71
Domains :
Cant Read [ /etc/named.conf ]
User : niyknzcu
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
weberp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-06-14 21:59
php53
[ DIR ]
drwxr-xr-x
2026-06-14 21:59
php56
[ DIR ]
drwxr-xr-x
2026-06-14 21:59
php71
[ DIR ]
drwxr-xr-x
2026-06-14 21:59
php81
[ DIR ]
drwxr-xr-x
2026-06-14 21:59
php82
[ DIR ]
drwxr-xr-x
2026-06-14 21:59
Companies.php
53
B
-rw-r--r--
2026-06-13 11:35
_clone.php
1.96
KB
-rw-r--r--
2026-06-13 11:35
_edit.php
3.61
KB
-rw-r--r--
2026-06-13 11:35
_edit.xml
433
B
-rw-r--r--
2026-06-13 11:35
config.php
6.51
KB
-rw-r--r--
2026-06-13 11:35
extend.php
9.07
KB
-rw-r--r--
2026-06-13 13:28
fileindex.php
9.28
KB
-rw-r--r--
2026-06-13 11:35
import.php
3.49
KB
-rw-r--r--
2026-06-13 13:28
info.xml
4.06
KB
-rw-r--r--
2026-06-13 11:35
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
4.51
KB
-rw-r--r--
2026-06-13 13:28
install.xml
2.77
KB
-rw-r--r--
2026-06-13 11:35
md5
2.21
KB
-rw-r--r--
2026-06-13 13:28
notes.txt
1.41
KB
-rw-r--r--
2026-06-13 11:35
update_pass.php
497
B
-rw-r--r--
2026-06-13 11:35
upgrade.php
4.32
KB
-rw-r--r--
2026-06-13 13:28
upgrade.xml
670
B
-rw-r--r--
2026-06-13 11:35
weberp.sql
472.98
KB
-rw-r--r--
2026-06-13 11:35
weberp.zip
66.33
MB
-rw-r--r--
2026-06-13 11:35
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, $data; //Do we meet the Minimum software requirements __requirements(); if(!empty($error)){ return false; } sclone_replace($replace_data, $__settings['softpath'].'/config.php', true); @srename($__settings['softpath'].'/companies/'.$data['softdb'], $__settings['softpath'].'/companies/'.$__settings['softdb']); if(sfile_exists($__settings['softpath'].'/.htaccess')){ // If the installation is on root domain we need to change the below relative URL if(is_dom_root($data['softpath'])){ $replace_data['RewriteBase /'] = 'RewriteBase '.$__settings['relativeurl'].'/'; }elseif(is_dom_root($__settings['softpath'])){ $replace_data['RewriteBase '.$data['relativeurl'].'/'] = 'RewriteBase /'; } sclone_replace($replace_data, $__settings['softpath'].'/.htaccess', true); } } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software; return true; } ?>