✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium134.web-hosting.com ​🇻​♯➤ 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 162.0.232.104 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.120
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /var/softaculous/presta17//soft_delete.php
<?php

//Remove var/cache directory recursively
rmdir_recursive_fn('[[softpath]]/app/cache/prod/');
rmdir_recursive_fn('[[softpath]]/var/cache/prod/');

function rmdir_recursive_fn($path){
		
	$path = (substr($path, -1) == '/' || substr($path, -1) == '\\' ? $path : $path.'/');
	
	resetfilelist();
	
	$files = filelist($path, 1, 0, 'all');
	$files = (!is_array($files) ? array() : $files);
	
	//First delete the files only
	foreach($files as $k => $v){
			@chmod($k, 0777);
		if(file_exists($k) && is_file($k) && @filetype($k) == "file"){
			@unlink($k);
		}
	}
	
	@clearstatcache();
	
	$folders = filelist($path, 1, 1, 'all');
	$folders = (!is_array($folders) ? array() : $folders);
	@krsort($folders);

	//Now Delete the FOLDERS
	foreach($folders as $k => $v){
			@chmod($k, 0777);
		if(is_dir($k)){
			@rmdir($k);
		}
	}
	
	@rmdir($path);
	
	@clearstatcache();

}

function resetfilelist(){
global $directorylist;
	$directorylist = array();
}

function filelist($startdir="./", $searchSubdirs=1, $directoriesonly=0, $maxlevel="all", $level=1, $reset = 1) {
   //list the directory/file names that you want to ignore
   $ignoredDirectory[] = ".";
   $ignoredDirectory[] = "..";
   $ignoredDirectory[] = "_vti_cnf";
   global $directorylist;    //initialize global array
   
   if(substr($startdir, -1) != '/'){
		$startdir = $startdir.'/';
	}
   
   if (is_dir($startdir)) {
       if ($dh = opendir($startdir)) {
           while (($file = readdir($dh)) !== false) {
               if (!(array_search($file,$ignoredDirectory) > -1)) {
                 if (@filetype($startdir . $file) == "dir") {
                     
					   //build your directory array however you choose;
                       //add other file details that you want.
					   
                       $directorylist[$startdir . $file]['level'] = $level;
                       $directorylist[$startdir . $file]['dir'] = 1;
                       $directorylist[$startdir . $file]['name'] = $file;
                       $directorylist[$startdir . $file]['path'] = $startdir;
                       if ($searchSubdirs) {
                           if ((($maxlevel) == "all") or ($maxlevel > $level)) {
                               filelist($startdir . $file . "/", $searchSubdirs, $directoriesonly, $maxlevel, ($level + 1), 0);
                           }
                       }
					  
					   
                   } else {
                       if (!$directoriesonly) {
					     
					  //  echo substr(strrchr($file, "."), 1);
                           //if you want to include files; build your file array 
                           //however you choose; add other file details that you want.
                         $directorylist[$startdir . $file]['level'] = $level;
                         $directorylist[$startdir . $file]['dir'] = 0;
                         $directorylist[$startdir . $file]['name'] = $file;
                         $directorylist[$startdir . $file]['path'] = $startdir;
						  
					 
     }}}}
           closedir($dh);
}}

if(!empty($reset)){
	$r = $directorylist;
	$directorylist = array();
	return($r);
}
}

@unlink('soft_delete.php');


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
12 Jun 2026 5.21 AM
root / root
0755
bootstrap_old
--
6 Jun 2026 5.20 AM
root / root
0755
images
--
6 Jun 2026 5.20 AM
root / root
0755
php53
--
6 Jun 2026 5.20 AM
root / root
0755
php56
--
6 Jun 2026 5.20 AM
root / root
0755
php71
--
6 Jun 2026 5.20 AM
root / root
0755
php81
--
6 Jun 2026 5.20 AM
root / root
0755
php82
--
6 Jun 2026 5.20 AM
root / root
0755
.htaccess
5.343 KB
4 Nov 2025 5.35 AM
root / root
0644
_bootstrap.php
5.091 KB
3 Apr 2026 1.12 PM
root / root
0644
bootstrap.php
5.013 KB
3 Apr 2026 1.12 PM
root / root
0644
changelog.txt
6.163 KB
5 Jun 2026 9.35 AM
root / root
0644
clone.php
28.359 KB
5 Jun 2026 12.14 PM
root / root
0644
clone_bootstrap.php
5.139 KB
3 Apr 2026 1.12 PM
root / root
0644
edit.php
4.95 KB
5 Jun 2026 12.14 PM
root / root
0644
edit.xml
0.437 KB
3 Jan 2024 9.51 AM
root / root
0644
extend.php
8.484 KB
5 Jun 2026 12.14 PM
root / root
0644
fileindex.php
0.394 KB
3 Apr 2026 1.12 PM
root / root
0644
import.php
6.604 KB
5 Jun 2026 12.14 PM
root / root
0644
info.xml
4.673 KB
5 Jun 2026 9.35 AM
root / root
0644
install.js
1.123 KB
23 Dec 2021 11.54 AM
root / root
0644
install.php
20.888 KB
5 Jun 2026 12.14 PM
root / root
0644
install.xml
1.506 KB
16 Apr 2024 1.24 PM
root / root
0644
md5
1.986 KB
5 Jun 2026 12.14 PM
root / root
0644
new_order.html
56.918 KB
19 Jun 2025 6.46 AM
root / root
0644
notes.txt
2.946 KB
3 Apr 2026 1.12 PM
root / root
0644
order_conf.html
56.125 KB
19 Jun 2025 6.46 AM
root / root
0644
parameters.php
0.811 KB
3 Apr 2026 1.12 PM
root / root
0644
parameters.yml
0.011 KB
23 Dec 2021 11.54 AM
root / root
0644
presta17.sql
706.467 KB
5 Jun 2026 9.35 AM
root / root
0644
presta17.zip
136.68 MB
5 Jun 2026 9.35 AM
root / root
0644
return_slip.html
43.862 KB
19 Jun 2025 6.46 AM
root / root
0644
robots.txt
4.729 KB
19 Jun 2025 6.46 AM
root / root
0644
settings.inc.php
0.022 KB
23 Dec 2021 11.54 AM
root / root
0644
shop1.json
3.157 KB
20 May 2026 10.36 AM
root / root
0644
soft_delete.php
3.078 KB
23 Dec 2021 11.54 AM
root / root
0644
update_appkey.php
0.531 KB
17 Jul 2023 1.33 PM
root / root
0644
update_pass.php
0.485 KB
21 Mar 2023 9.54 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF