CURL LIKE FB -BUFF 10 MINUTUE TIME


SUBMITTED BY: harvey99

DATE: Sept. 24, 2016, 2:03 p.m.

FORMAT: PHP

SIZE: 11.8 kB

HITS: 1572

  1. <meta charset="UTF-8">
  2. <?php
  3. set_time_limit(0);
  4. error_reporting(0);
  5. class bcs
  6. {
  7. public $id;
  8. private function get_html($url) {
  9. $cookies = dirname(__FILE__).'/liker.txt';
  10. $ch = curl_init();
  11. curl_setopt($ch, CURLOPT_RETURNTRANSFER, false);
  12. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  13. curl_setopt($ch, CURLOPT_URL, $url);
  14. curl_setopt($ch, CURLOPT_COOKIEJAR, $cookies);
  15. curl_setopt($ch, CURLOPT_COOKIEFILE, $cookies);
  16. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 2);
  17. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  18. curl_setopt($ch, CURLOPT_FAILONERROR, 0);
  19. $data = trim(curl_exec($ch));
  20. curl_close($ch);
  21. return $data;
  22. }
  23. private function Submit($url,$fields)
  24. {
  25. $random_IP = "".mt_rand(0,255).".".mt_rand(0,255).".".mt_rand(0,255).".".mt_rand(0,255);
  26. $cookies = dirname(__FILE__).'/liker.txt';
  27. $field_string = http_build_query($fields);
  28. $ch = curl_init();
  29. curl_setopt($ch,CURLOPT_URL,$url);
  30. curl_setopt($ch,CURLOPT_FOLLOWLOCATION,true);
  31. curl_setopt($ch,CURLOPT_FRESH_CONNECT,true);
  32. curl_setopt($ch,CURLOPT_TCP_NODELAY,true);
  33. curl_setopt($ch,CURLOPT_HTTPHEADER,array("REMOTE_ADDR: $random_IP", "HTTP_X_FORWARDED_FOR: $random_IP"));
  34. curl_setopt($ch,CURLOPT_REFERER,$url);
  35. curl_setopt($ch,CURLOPT_TIMEOUT,5);
  36. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  37. curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (Windows NT 10.0; rv:49.0) Gecko/20100101 Firefox/49.0');
  38. curl_setopt($ch,CURLOPT_COOKIEFILE,$cookies);
  39. curl_setopt($ch,CURLOPT_COOKIEJAR,$cookies);
  40. curl_setopt($ch, CURLOPT_POST, count($field_string));
  41. curl_setopt($ch,CURLOPT_POSTFIELDS,$field_string);
  42. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  43. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
  44. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  45. $body = curl_exec($ch);
  46. if(!curl_errno($ch)){
  47. $info = curl_getinfo($ch);
  48. $redir = $info['redirect_url'];
  49. $code = $info['http_code'];
  50. curl_close($ch);
  51. return "<br>".$redir;
  52. }
  53. }
  54. private function dmm1($tok)
  55. {
  56. echo' Site1-Done-NHT-Dz Nguyễn Hữu Thiện<br>';
  57. $II = "http://hublaalike.com/verify.php";
  58. $III = array(
  59. "user" => $tok,
  60. );
  61. $IIII = "http://hublaalike.com/englishcommenter.php?type=custom";
  62. $IIIII = array(
  63. "id" => $this->id,
  64. "submit" => "Submit",
  65. );
  66. echo $this->Submit($II,$III);
  67. echo $this->Submit($IIII,$IIIII);
  68. }
  69. private function dmm2($tok)
  70. {
  71. echo' Site2-Done-NHT-Dz_Nguyễn Hữu Thiện_ Đợi để nó chạy đủ all site<br>';
  72. $II = "http://likelo.in/login.php?user=".$tok;
  73. $III = array(
  74. "null" => "null",
  75. );
  76. $IIII = "http://likelo.in/commenter.php?type=custom";
  77. $IIIII = array(
  78. "id" => $this->id,
  79. "submit" => "Submit",
  80. );
  81. echo $this->Submit($II,$III);
  82. echo $this->Submit($IIII,$IIIII);
  83. }
  84. private function dmm3($tok)
  85. {
  86. echo' Site3-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  87. $II = "http://postlikes.in/login.php?user=".$tok;
  88. $III = array(
  89. "null" => "null",
  90. );
  91. $IIII = "http://postlikes.in/commenter.php?type=custom";
  92. $IIIII = array(
  93. "id" => $this->id,
  94. "submit" => "Submit",
  95. );
  96. echo $this->Submit($II,$III);
  97. echo $this->Submit($IIII,$IIIII);
  98. }
  99. private function dmm4($tok)
  100. {
  101. echo' Site4-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  102. $II = "http://www.autolikerfb.in/login.php?access_token=".$tok;
  103. $III = array(
  104. "null" => "null",
  105. );
  106. $IIII = "http://www.autolikerfb.in/?type=custom";
  107. $IIIII = array(
  108. "id" => $this->id,
  109. "submit" => "Submit",
  110. );
  111. echo $this->Submit($II,$III);
  112. echo $this->Submit($IIII,$IIIII);
  113. }
  114. private function dmm5($tok)
  115. {
  116. echo' Site5-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  117. $II = "http://www.superlike.net/login.php?user=".$tok;
  118. $III = array(
  119. "null" => "null",
  120. );
  121. $IIII = "http://www.superlike.net/Comments.php?type=custom&lang=";
  122. $IIIII = array(
  123. "id" => $this->id,
  124. "submit" => "Submit",
  125. );
  126. echo $this->Submit($II,$III);
  127. echo $this->Submit($IIII,$IIIII);
  128. }
  129. private function dmm6($tok)
  130. {
  131. echo' Site6-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  132. $II = "http://www.on-liker.com/verify.php?user=".$tok;
  133. $III = array(
  134. "null" => "null",
  135. );
  136. $IIII = "http://www.on-liker.com/ecomment.php?type=custom";
  137. $IIIII = array(
  138. "id" => $this->id,
  139. "submit" => "Submit",
  140. );
  141. echo $this->Submit($II,$III);
  142. echo $this->Submit($IIII,$IIIII);
  143. }
  144. private function dmm7($tok)
  145. {
  146. echo' Site7-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  147. $II = "http://auto-fb-tools.com/verify.php?user=".$tok;
  148. $III = array(
  149. "null" => "null",
  150. );
  151. $IIII = "https://auto-fb-tools.com/englishcommenter.php?type=custom";
  152. $IIIII = array(
  153. "id" => $this->id,
  154. "submit" => "Submit",
  155. );
  156. echo $this->Submit($II,$III);
  157. echo $this->Submit($IIII,$IIIII);
  158. }
  159. private function dmm8($tok)
  160. {
  161. echo' Site8-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  162. $II = "http://autoliker4fb.com/verified.php?user=".$tok;
  163. $III = array(
  164. "null" => "null",
  165. );
  166. $IIII = "http://autoliker4fb.com/dashboard.php?type=custom";
  167. $IIIII = array(
  168. "id" => $this->id,
  169. "submit" => "submit",
  170. );
  171. echo $this->Submit($II,$III);
  172. echo $this->Submit($IIII,$IIIII);
  173. }
  174. private function dmm9($tok)
  175. {
  176. echo' Site9-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  177. $II = "http://www.balkan-autoliker.com/index.php";
  178. $III = array(
  179. "token" => $tok,
  180. );
  181. $IIII = "http://www.balkan-autoliker.com/custom.php";
  182. $IIIII = array(
  183. "postid" => $this->id,
  184. "br_lajkova" => "30",
  185. "submit" => "Like",
  186. );
  187. echo $this->Submit($II,$III);
  188. echo $this->Submit($IIII,$IIIII);
  189. }
  190. private function dmm10($tok)
  191. {
  192. echo' Site10-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  193. $II = "http://www.sexyliker.com/login.php?user=".$tok;
  194. $III = array(
  195. "null" => "null",
  196. );
  197. $IIII = "http://www.sexyliker.com/commenter.php?type=custom";
  198. $IIIII = array(
  199. "id" => $this->id,
  200. "submit" => "Submit",
  201. "count" => "00001,00010000",
  202. );
  203. echo $this->Submit($II,$III);
  204. echo $this->Submit($IIII,$IIIII);
  205. }
  206. private function dmm11($tok)
  207. {
  208. echo' Site11-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  209. $II = "http://postlikes.in/login.php?user=".$tok;
  210. $III = array(
  211. "null" => "null",
  212. );
  213. $IIII = "http://postlikes.in/commenter.php?type=custom";
  214. $IIIII = array(
  215. "id" => $this->id,
  216. "submit" => "Submit",
  217. );
  218. echo $this->Submit($II,$III);
  219. echo $this->Submit($IIII,$IIIII);
  220. }
  221. private function dmm12($tok)
  222. {
  223. echo' Site12-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  224. $II = "http://auto-fb-tools.com/verify.php?user=".$tok;
  225. $III = array(
  226. "null" => "null",
  227. );
  228. $IIII = "https://auto-fb-tools.com/englishcommenter.php?type=custom";
  229. $IIIII = array(
  230. "id" => $this->id,
  231. "submit" => "Submit",
  232. );
  233. echo $this->Submit($II,$III);
  234. echo $this->Submit($IIII,$IIIII);
  235. }
  236. private function dmm13($tok)
  237. {
  238. echo' Site13-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  239. $II = "http://fbautolikerapp.com/verify.php?user=".$tok;
  240. $III = array(
  241. "pass" => $tok,
  242. );
  243. $IIII = "http://fbautolikerapp.com/dashboard.php?type=custom";
  244. $IIIII = array(
  245. "id" => $this->id,
  246. "submit" => "Submit",
  247. );
  248. echo $this->Submit($II,$III);
  249. echo $this->Submit($IIII,$IIIII);
  250. }
  251. private function dmm14($tok)
  252. {
  253. echo' Site14-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  254. $II = "http://fblikeaddicts.com/test2/Go.login.php?user=".$tok;
  255. $III = array(
  256. "null" => "null",
  257. );
  258. $IIII = "http://fblikeaddicts.com/test2/englishcommenter.php?type=custom";
  259. $IIIII = array(
  260. "id" => $this->id,
  261. "submit" => "Submit",
  262. );
  263. echo $this->Submit($II,$III);
  264. echo $this->Submit($IIII,$IIIII);
  265. }
  266. private function dmm15($tok)
  267. {
  268. echo' Site16-Done-NHT-Dz_Nguyễn Hữu Thiện_ <br>';
  269. $II = "http://www.moelikes.net/official/login.php?access_token=".$tok;
  270. $III = array(
  271. "null" => "null",
  272. );
  273. $IIII = "http://www.moelikes.net/official/index.php?type=custom";
  274. $IIIII = array(
  275. "id" => $this->id,
  276. "limit" => "250",
  277. "pancal" => "Submit",
  278. );
  279. echo $this->Submit($II,$III);
  280. echo $this->Submit($IIII,$IIIII);
  281. }
  282. public function vn($tok)
  283. {
  284. ignore_user_abort(true);
  285. while (@ob_end_flush());
  286. ob_implicit_flush(true);
  287. $fp = fopen('liker.txt', 'w ');
  288. fclose($fp);
  289. echo $this-> dmm20($tok);
  290. echo $this-> dmm21($tok);
  291. echo $this-> dmm23($tok);
  292. echo $this-> dmm24($tok);
  293. echo $this-> dmm25($tok);
  294. echo $this-> dmm26($tok);
  295. }
  296. public function all($tok)
  297. {
  298. ignore_user_abort(true);
  299. while (@ob_end_flush());
  300. ob_implicit_flush(true);
  301. $fp = fopen('liker.txt', 'w ');
  302. fclose($fp);
  303. echo $this-> id;
  304. echo $this-> dmm1($tok);
  305. echo $this-> dmm2($tok);
  306. echo $this-> dmm3($tok);
  307. echo $this-> dmm4($tok);
  308. echo $this-> dmm5($tok);
  309. echo $this-> dmm6($tok);
  310. echo $this-> dmm7($tok);
  311. echo $this-> dmm8($tok);
  312. echo $this-> dmm9($tok);
  313. echo $this-> dmm10($tok);
  314. echo $this-> dmm11($tok);
  315. echo $this-> dmm12($tok);
  316. echo $this-> dmm14($tok);
  317. echo $this-> dmm15($tok);
  318. echo $this-> dmm16($tok);
  319. echo $this-> dmm17($tok);
  320. echo $this-> dmm18($tok);
  321. echo $this-> dmm20($tok);
  322. echo $this-> dmm21($tok);
  323. echo $this-> dmm23($tok);
  324. echo $this-> dmm24($tok);
  325. echo $this-> dmm25($tok);
  326. echo $this-> dmm26($tok);
  327. echo $this-> dmm27($tok);
  328. echo $this-> dmm28($tok);
  329. echo $this-> dmm29($tok);
  330. echo $this-> dmm30($tok);
  331. echo $this-> dmm31($tok);
  332. echo $this-> dmm32($tok);
  333. echo $this-> dmm33($tok);
  334. echo $this-> dmm34($tok);
  335. echo $this-> dmm35($tok);
  336. echo $this-> dmm36($tok);
  337. }
  338. }
  339. include'user.php';
  340. $try = new bcs;
  341. $token= file_get_contents('token.txt');
  342. if($type=='1'){
  343. $feed=json_decode(file_get_contents('https://graph.fb.me/'.$UID.'/feed?access_token='.$token.'&limit=1'),true);
  344. for($i=0;$i<count($feed['data']);$i++){ // Parse ID
  345. $id = $feed['data'][$i]['id'];
  346. $sllike = $feed['data'][$i]['likes']['count'];
  347. }
  348. $stt = explode("_", $id);
  349. $iduser= $stt[0];
  350. $post_id= $stt[1];
  351. }elseif($type=='2'){
  352. $post_id = $UID;
  353. }
  354. if(!$post_id){
  355. echo "không lấy được id";
  356. }else{
  357. echo "Status : " .$post_id. "</br>" ;
  358. if(isset($sllike)) echo "Số like: " .$sllike. "<br>" ;
  359. echo "<hr><hr>";
  360. $try->id = $post_id;
  361. if($location=='3'){
  362. $try->vn(file_get_contents('token.txt'));
  363. }else{
  364. $try->all(file_get_contents('token.txt'));
  365. }
  366. }
  367. ?>

comments powered by Disqus