ale12

Auto dump / daily cc :P

May 6th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <?php
  2. //Coded by Ale Nur Hijaz aka Bl4ckM1nd5et aka 41enurh174z
  3. //grab content cc
  4. //Secret url and script to get cookie pm me => https://facebook.com/ale.gautama
  5. //demo => http://youtube-download.id/41e
  6. $ch = curl_init();
  7. curl_setopt($ch, CURLOPT_URL, "secret URL");
  8. curl_setopt($ch, CURLOPT_HEADER, 0);
  9. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
  10. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  11. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  12. curl_setopt($ch, CURLOPT_COOKIEFILE, "cookies_log.txt");
  13. curl_setopt($ch, CURLOPT_COOKIEJAR, "cookies_log.txt");
  14. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/36.0.1985.125");
  15. $dUmp = curl_exec($ch);
  16. curl_close($ch);
  17. $form0 = explode('<td class="unread" id="td_threadtitle_', $dUmp);
  18. $form1 = explode ('" title="', $form0[1]);
  19. $num = $form1[0];
  20. flush(); ob_flush();
  21. for($x = 0; $x < 10; $x++){
  22. flush(); ob_flush();
  23. echo ($x + 1).' => ';
  24. $form0 = explode('<td class="unread" id="td_threadtitle_'.($num - $x).'" title="', $dUmp);
  25. $form1 = explode ('">', $form0[1]);
  26. if($form1[0]){
  27. echo $form1[0];
  28. }else{
  29. echo "Zonk";
  30. }
  31. echo '<BR /><BR />';
  32. }
Add Comment
Please, Sign In to add comment