Advertisement
janter13

Untitled

Jun 30th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.01 KB | None | 0 0
  1. <?php
  2.  
  3. if($_POST["buka1"] == " AMBIL ") {
  4.  
  5. $file = "ids.txt"; // ganti tempat kamu nyimpen ids
  6.  
  7. if(file_exists($file)) {
  8.  
  9. $filex = htmlentities(file_get_contents($file));
  10.  
  11. }
  12.  
  13. if(!$filex) {
  14.  
  15. $filex = "Error Cuk :P";
  16.  
  17. }
  18.  
  19. }
  20.  
  21. ?>
  22.  
  23. <center>
  24.  
  25. <form method='POST' action=''>
  26.  
  27. <font color='red'>Username : <br>
  28.  
  29. @ <input name='perfil' id='follow' type='text' value='janter_damn' style='background:black;color:red'>
  30.  
  31. <br>
  32.  
  33. <textarea name='logins' id='logins' rows='15' cols='30' onKeyDown='countFakes()' onChange='countFakes()' style='background:black;color:red'>
  34.  
  35. <? echo $filex; ?></textarea>
  36.  
  37. <br>
  38.  
  39. <br>
  40.  
  41. Jumlah :</font>
  42.  
  43. <font id='count'>0</font>
  44.  
  45. <font color='red'>
  46.  
  47. &nbsp;Twitter Ids</font>
  48.  
  49. <br>
  50.  
  51. <br>
  52.  
  53. <div align='center'>
  54.  
  55. <nobr>
  56.  
  57. <input type='submit' name='buka1' value=' AMBIL ' size='40' style='background:black;color:red'>
  58.  
  59. <input type='submit' value='START FOLLOW' id='btn' size='50' style='background:black;color:red'></font></nobr>
  60.  
  61. </form>
  62.  
  63. </div>
  64.  
  65. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement