Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
1,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.73 KB | None | 0 0
  1. <?
  2. $values = array("email" => "YOUR USERNAME", "password" => "YOUR PASSWORD");
  3.  
  4. $names = "MrPeng - Flump - nonleadedbear - Junis - TheGreatGigInTheSky - Parados - Intriguing - DeadPrez - Mechanist - Albus - FireSpread - Heratic - Tempestuous - Saunter - gearsofwar3 - RodionMalinovsky - Verbosity - Useyour - Dezza123 - Rychi - PerMertesacker - TRE5PA55ER5 - PEqualsNP - HyperThermia - Cymbellea - Gasern - Crolla - Derisery - MirrrrisMyMate - L8 - Cataclismic - MidnightSun - Keylows - LordSauron - xAngelx - BigTitties - Frisson - DemonicErection - UgxHunterzz - m1ntaero - Platoon23 - psytrancient - horrock - PrincessRapunzel - PerfectDream - MINICAR977 - BarneyRoss - ShiaLabeouf - pureirishluck - Gadidae - StoryShort - balapan - Lisianthus - TastefulGamer - MargotRobbie - IlluminatiDoritos - Stillrolling - MakkeLISBoreDAgain - CrownJwl - berserkbatch666 - KnolPower - ambk - AnaCheri - InvalidUser - GigiHadid - 2XU - Prezident - iTYRANT - DrKill911 - Pavonine - Menhir - K1LL4K1LL - GrandEntrance - RuthlessRobbieLawler - LaGentleman - Ph3nom1nal - 381531125ThirtyThree - serbro4 - FurnulumPaniNolo - Saravetti - DR34M3R - RachelGreen - Bloodborne - ExToSee - Starget1 - Jerkin - DeChampion - Acerta - DaRealMVP - Isonomic - brownie2015 - OAIA - skengmandoods - Fractulent - HBStre - Nn - Malaketh - Rolection - Narcosz - Smoothie - FALDotM - Arno - Darksun - Alexandrite - WeCanShakeShakeShake - KJBROOKS - iCrazyy - ChimiFT - ObraX - LordMaxWell - TheBuccaneer - Fessup - Interstella - Kandx - GarlicAndChips - RomeoMontaguee - RedSpirit - pogchamp - fhuss - Apologentic - Elstak - CropTopBabe - PetesTonged - Lucipher - 90s19 - DamNat - Kool920 - SafTheRipper - shopkin - Raije - Zandator - lauraloo - Cupofrice - Draneor - Mournful - ejeca - Vikingpower - Ellcrys - Angelite - DimitriPayet - Cinayet - proppen - ContrastingV5 - HowToRankv2 - shadering - ZQuad - FAMEOUS - RealGrown - Axton - RoundTwo - PureInsanity - SoFly - ViolentOffender - Wunsch - 16Chapels - DingyDongy - Sfnhutchinson - TheGreatHairySack - Glendor - T0MHARDYDA2ND - Cytokine - RobertSwift3 - AdonisCreed - Sabali - Newtonj1996 - Mitrovic - DANGERDOOM - holmesyBoy - LaceyBanghard - XivE - duhduhypoohead - JPSKing - HumanCentipede - MRtubsy - Criptix - Ani - TurboCapone - MrSnapchat - POTUS - LittleLionMan - Smii1987 - SliMJimZ - Mexicanstaringfrog - Transist - AlexanderMahone - JohnXCV - BeingMyTrueLove - Effbb - sonny9 - thebeast666 - wubcid - TheGreatGodBomba - jack93 - Gstar100993 - sloaneyrobz - lolly2348 - sunflora - Astarte - achillezz - Receipt - spencer08 - goofadino - Jinggo - ng8boy135 - lfc4lyf - twister2 - sikojoef - wickedH - Oengus - alphamale - BedtimeStory - XxclownxX - gigzer - FeckIsis - Emt5 - rouge1978 - venueee - spas2k222 - janneke0640 - ddsiscool - lagint - burg3rbum - FinallyMario - BeejMeOff - DeathShadowz - silentkiller55 - pacifire - ImStillAbout - johnny10 - 11jesse4 - orry - Inkbiggelke - chissel - appeltjuh1 - madchristiaan - Chong2008 - killa2008 - vatoloconr1 - Hmqrsh - Pilot - SilentJack - NaCl2 - NaII - Genius66 - kirk850 - fredevans - MASONISDABEST - Lollypop5 - MaFiaBaBy - MattyB12 - Robertson101 - Rucka101 - arch11 - iconiceman - Infinia - frooty123 - 123ownage123 - jjoonnoo1 - TheCockney - st1ch3d - BillyBarnes - Cheema - j3x1 - lax4life - alicia161296 - pabloscarface2 - S4L4DFING4ZZ - IGvoid - Alcantaraa - TankDotCOM - fletcher09 - akabobaka - picklea - kakabrabra - boxedin - Trigz6 - manfred1990 - HellOrHeaven - bobbyboss - BleedingSlowly - Concision - randles123 - trojanv3 - 20visonkill - Dylane95 - but470 - Rammi - Miyazaki - PointBreak - TrooperMan - showergell - 6OD - cita - mightyJ - NonsensicaL - zepequeno - warlad - JeNoX - SexoS - Madrid98 - Ryan00x1 - Treska - DirtyFarts - BasherBailey - MassiveRubber - RSM - Dragxn - gerge4 - LevelUpX - Lsnkickbak - D94 - PaypalPAY - Novembre - Illmind8 - imbasick - CobyShaapman710 - RevenantRobert - CobyEikel - EscoSpirit - WinterChill - Hungryhorsee - RevenantRobert12"; //Put list of names here
  5.  
  6. $nameArray = explode("-", $names);
  7.  
  8. $username = trim($values["email"]);
  9. $password = trim($values["password"]);
  10.  
  11. $url="https://infamousgangsters.com/checkuser.php";
  12. $postinfo = "sublogin=Register&username=".$username."&password=".$password;
  13.  
  14. $cookie_file_path = getcwd()."/cookie.txt";
  15.  
  16. $ch = curl_init();
  17. curl_setopt($ch, CURLOPT_HEADER, false);
  18. curl_setopt($ch, CURLOPT_NOBODY, false);
  19. curl_setopt($ch, CURLOPT_URL, $url);
  20. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  21.  
  22. curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_file_path);
  23. //set the cookie the site has for certain features, this is optional
  24. curl_setopt($ch, CURLOPT_COOKIE, "cookiename=0");
  25. curl_setopt($ch, CURLOPT_USERAGENT,
  26.     "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7");
  27. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  28. curl_setopt($ch, CURLOPT_REFERER, $_SERVER['REQUEST_URI']);
  29. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  30. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  31.  
  32. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  33. curl_setopt($ch, CURLOPT_POST, 1);
  34. curl_setopt($ch, CURLOPT_POSTFIELDS, $postinfo);
  35. curl_exec($ch);
  36.  
  37. foreach($nameArray as $name){
  38.     $name = trim($name);
  39.     curl_setopt($ch, CURLOPT_URL, "https://infamousgangsters.com/site.php?page=viewprofile&user=" . $name);
  40.     $html = curl_exec($ch);
  41.    
  42.     if (strpos($html,'Status: Alive (') !== false) {
  43.         $aliveUsers[] = $name;
  44.     }else{
  45.         $deadUsers[] = $name;
  46.     }
  47. }
  48.  
  49.     curl_close($ch);
  50.    
  51.     echo "<table style='width: 300px;float:left;'>";
  52.     echo "<tr><th>Alive</th></tr>";
  53.     foreach($aliveUsers as $alive){
  54.         echo "<tr><td>" . $alive . "</td></tr>";
  55.     }
  56.     echo "</table>";
  57.    
  58.     echo "<table style='width: 300px;float:left;'>";
  59.     echo "<tr><th>Dead</th></tr>";
  60.     foreach($deadUsers as $dead){
  61.         echo "<tr><td>" . $dead . "</td></tr>";
  62.     }
  63.     echo "</table>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement