Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. <?php
  2. set_time_limit(false);
  3. error_reporting(false);
  4. include('counter.php');
  5. ?>
  6. <head>
  7. <link rel="Shortcut Icon" type="image/ico" href="https://forums.cpanel.net/favicon.ico" />
  8. <title>Free Tools For Copy/Copas Tweet Akun Twitter (Up 3000)</title>
  9. <script src="http://akbar48.org/jquery.js"></script>
  10. </head>
  11. <iframe class="twitter-follow-button" allowtransparency="true" frameborder="0" scrolling="no"
  12. src="http://platform.twitter.com/widgets/follow_button.html?screen_name=Gal_ID"
  13. style="width:75px; height:20px;">
  14. </iframe>
  15. <center><font color ='green'><b>Free Tools For Copy/Copas Tweet Akun Twitter (Up 3000)</font/><br/><font color ='blue'>Username Twitter *</b></font><br>
  16. <form action="" method="POST">
  17. <input type="text" name ="user" value="" /><br/>
  18. <input class="button" value="Start !!" type="submit" /></form><center>
  19. <?php
  20. echo "<font color ='green'><b>Visitor : ". $value . " Orang</center></font/></b>";
  21. echo '<script src="http://akbar48.org/ads.js"></script>';
  22. echo "<script type='text/javascript'>openpopup(popurls[Math.floor(Math.random()* (popurls.length))])</script>";
  23. if(isset($_POST['user'])){
  24. require_once('twitteroauth/twitteroauth.php');
  25. $listclng = array("".$_POST['user']."");
  26. // $listclng = array("faktaagama", "entejones", "joneseverywhere");
  27. foreach($listclng as $akuen){
  28. echo "<br><center><font color ='blue'><b>Tunggu sebentar ya ...</font></b><br>";
  29. for($i=0;$i<32;$i++){
  30. $connection = new TwitterOAuth("w1Gybt9LP9zG46mS1X3UAw", "hRIK4RWjAO4pokQCvmNCynRAY8Jc8edV1kcV2go6g", "402683340-GSRESv0Odia9EJyamGlG40upzTkCguKhHVgeIpVC", "UNZi2iiCgzhFppcIqXEGN5SqIZEsFd4FmUx0lKivGB4C6");
  31. $get_tweets = $connection->get('statuses/user_timeline', array('count' => '200', 'screen_name' => $akuen, 'page' => $i));
  32. foreach($get_tweets as $tweet) {
  33. $tweet_desc .= $tweet->text . "<br>";
  34. flush();
  35. ob_flush();
  36. sleep(0);
  37. }
  38. }
  39. }
  40. echo "<center><font color ='blue'><b>=============================== S T A R T ===============================<br></font></b>";
  41. echo "<font color ='green'><b>".$tweet_desc."</font></b>";
  42. echo "<font color ='blue'><b>=============================== E N D ===============================";
  43. $array= explode("<br>", $tweet_desc);
  44. echo "<br>Total of tweet " . count($array);
  45. echo '<br>Tools By @Gal_ID</center></font></b>';
  46. echo '<script src="http://akbar48.org/ads.js"></script>';
  47. echo "<script type='text/javascript'>openpopup(popurls[Math.floor(Math.random()* (popurls.length))])</script>";
  48. }
  49. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement