Guest User

Untitled

a guest
Dec 14th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. POST /iptv/post.php HTTP/1.1
  2. Host: iptv.alkaicerteams.com
  3. Connection: keep-alive
  4. Content-Length: 21
  5. Accept: */*
  6. Origin: http://iptv.alkaicerteams.com
  7. X-Requested-With: XMLHttpRequest
  8. User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36
  9. DNT: 1
  10. Content-Type: application/x-www-form-urlencoded; charset=UTF-8
  11. Referer: http://iptv.alkaicerteams.com/iptv/index.php
  12. Accept-Encoding: gzip, deflate
  13. Accept-Language: ar,en-US;q=0.9,en;q=0.8
  14. Cookie: PHPSESSID=q4l3hp1h2cvm1amvaq69uund96
  15. user=1120135520184221
  16.  
  17. HTTP/1.1 200 OK
  18. Date: Sat, 15 Dec 2018 03:22:47 GMT
  19. Server: Apache/2.4.7 (Ubuntu)
  20. X-Powered-By: PHP/5.5.9-1ubuntu4.26
  21. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  22. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  23. Pragma: no-cache
  24. Vary: Accept-Encoding
  25. Content-Encoding: gzip
  26. Content-Length: 89
  27. Keep-Alive: timeout=5, max=100
  28. Connection: Keep-Alive
  29. Content-Type: text/html
  30.  
  31. {"status":"success","username":"Kaicer_J7klnKAP","password":"4qu17iCzKC"}
  32.  
  33. POST /iptv/post.php HTTP/1.0
  34. Host: iptv.alkaicerteams.com
  35. Connection: close
  36. Content-Length: 21
  37. Content-type: application/x-www-form-urlencoded
  38.  
  39. user=2224248965317031
  40. HTTP/1.1 200 OK
  41. Date: Sat, 15 Dec 2018 03:28:44 GMT
  42. Server: Apache/2.4.7 (Ubuntu)
  43. X-Powered-By: PHP/5.5.9-1ubuntu4.26
  44. Set-Cookie: PHPSESSID=9h8hvbfriusnhn7lcf3ns00g85; path=/
  45. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  46. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  47. Pragma: no-cache
  48. Content-Length: 38
  49. Connection: close
  50. Content-Type: application/json; charset=UTF-8
  51.  
  52. {"status":"error","message":"invalid"}
  53.  
  54. <?php
  55.  
  56. $curl_handle=curl_init();
  57. curl_setopt($curl_handle, CURLOPT_URL,'http://iptv.alkaicerteams.com/iptv/index.php');
  58. curl_setopt($curl_handle, CURLOPT_CONNECTTIMEOUT, 2);
  59. curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);
  60. $query = curl_exec($curl_handle);
  61. curl_close($curl_handle);
  62. $lines = explode("n", $query);
  63. $shotline= $lines[257];
  64. $shotline = preg_replace('/s+/', '', $shotline);
  65.  
  66. preg_match('/(http://[^s]+)/', $shotline, $text);
  67. $solit_shor_url =($text[0]);
  68. $end_short_url = substr($solit_shor_url, 0, 19);
  69.  
  70. $pass ='';
  71.  
  72. if ($end_short_url=='http://gsul.me/e4uM') {
  73. $pass ='user=2224248965317031';
  74. } else if ($end_short_url=='http://gsul.me/e4uT') {
  75. $pass ='user=1120135520184221';
  76. }
  77.  
  78. else if ($end_short_url=='http://gsul.me/e4uX') {
  79. $pass ='user=9999600017456111';
  80. }
  81. else if ($end_short_url=='http://gsul.me/e4v0') {
  82. $pass ='user=9441513141365431';
  83. }
  84. else if ($end_short_url=='http://gsul.me/e4un') {
  85. $pass ='user=3354872122101111';
  86. }
  87. else if ($end_short_url=='http://gsul.me/e4uw') {
  88. $pass ='user=798460044567891';
  89. }
  90. else if ($end_short_url=='http://gsul.me/e4us') {
  91. $pass ='user=7513000478963541';
  92. }
  93. else if ($end_short_url=='http://gsul.me/e4vc') {
  94. $pass ='user=4242421596324581';
  95. }
  96. else if ($end_short_url=='http://gsul.me/e4uo') {
  97. $pass ='user=7531596542584301';
  98. }
  99. else if ($end_short_url=='http://gsul.me/e4uG') {
  100. $pass ='user=5303306289156271';
  101. }
  102.  
  103. else {
  104. $pass ='erorr';
  105. }
  106.  
  107. //echo 'url: '.$end_short_url ;
  108. //echo 'pass: '.$pass ;
  109.  
  110.  
  111. $url = 'http://iptv.alkaicerteams.com/iptv/post.php';
  112. //$ID = $_GET['id'];
  113. //pass = http://iptv.alkaicerteams.com/iptv/
  114. $data = $pass ;
  115. $options = array(
  116. 'http' => array(
  117. 'header' => "Content-type: application/x-www-form-urlencodedrn",
  118. "Origin: http://iptv.alkaicerteams.com",
  119. 'method' => 'POST',
  120. 'content' => $data,
  121. ),
  122. );
  123. $context = stream_context_create($options);
  124. $result = file_get_contents($url, false, $context);
  125.  
  126.  
  127. //$XX= $json_a['username'];
  128. echo $result ;
Add Comment
Please, Sign In to add comment