Register for your free account! | Forgot your password?

You last visited: Today at 19:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



PHP :D Thanks

Discussion on PHP :D Thanks within the Facebook forum part of the Browsergames category.

Closed Thread
 
Old   #1
 
anubis1997's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 395
Received Thanks: 120
Exclamation PHP :D Thanks

Hello someone passes me the PHP OF The Hack On Social Social wars Empires Dragon city
anubis1997 is offline  
Thanks
2 Users
Old 07/17/2013, 19:17   #2
 
lolnames's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 49
Received Thanks: 89
PHP of fakirlik.cloudapp.net

<?php
//die("will be updated soon");
ini_set('magic_quotes_gpc', 'off');
ini_set('display_errors', 'on');
$hcx = '';

function fakeip()
{
return long2ip(mt_rand(0, 65537) * mt_rand(0, 65535));
}

function arasi($a, $b, $data)
{
$x = explode($a, $data);
$z = explode($b, $x[1]);
$oh = $z[0];
if ($x && $z) {
return $oh;
} else {
return false;
}
}

function komut($komut, $num)
{
$data = komutyolla($komut, $num);

if (stristr($data, 'bad command number: expected')) {
$yeninum = arasi('bad command number: expected ', ',', $data);
$data = komutyolla($komut, $yeninum);
return substr($data, 65);
} else {
return substr($data, 65);
}
}

function komutyolla($komut, $num)
{
global $fbid, $user;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://dynamicdc.socialpointgames.com/dragoncity/web/srv/packet.php?USERID=$fbid&user_key=$user&language=tr ");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query(array(
"id" => "$fbid",
"data" => hashla($komut, $num)
)));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
//curl_setopt($ch, CURLOPT_HTTPHEADER, array("REMOTE_ADDR: ".fakeip(),"X-Client-IP: ".fakeip(),"Client-IP: ".fakeip(),"HTTP_X_FORWARDED_FOR: ".fakeip(),"X-Forwarded-For: ".fakeip()));
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
//curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888");
$data = curl_exec($ch);
curl_close($ch);
return $data;
}

function userkey($fbid)
{

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_user_session.php?secret=zoltan3287&id=" . $fbid);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER, false);
//curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888");
curl_setopt($ch, CURLOPT_NOBODY, false);
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$userkey = curl_exec($ch);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_game_config.php?USERID=' . $fbid . '&user_key=' . $userkey . "&language=tr");
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
curl_setopt($ch, CURLOPT_NOBODY, false);
//curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$result = curl_exec($ch);
curl_setopt($ch, CURLOPT_URL, 'http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_player_info.php?USERID=' . $fbid . '&user_key=' . $userkey . "&language=tr");
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_NOBODY, false);
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
//curl_setopt ( $ch, CURLOPT_PROXY, "127.0.0.1:8888");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$result = curl_exec($ch);
return $userkey;
}

function hashla($komut, $n)
{
$ar = array(
"first_number" => $n,
"publishActions" => 0,
"tries" => 1,
"flashVersion" => "0.5.19",
"ts" => time()
);
$x = 'RGhXbiy4xEeDnSNX1oBG';
$sonkod = str_replace(" ", "", str_replace('}', ',' . $komut . '}', json_encode($ar)));
return hash_hmac('sha256', $sonkod, $x) . ';' . $sonkod;
}

if (isset($_POST["fbid"]) && (isset($_POST["recaptcha_response_field"]))) {

require_once('recaptchalib.php');
$publickey = "6LeMfOQSAAAAAOMKScABjPEjfpCxTDCsXWkVofPF";
$privatekey = "6LeMfOQSAAAAAL17ckxW9DMzBg7LVXxBZEOkNC3y";
$resp = null;
$error = null;
$resp = recaptcha_check_answer($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]);

if ($resp->is_valid) {
$fbid = $_POST['fbid'];
$user = userkey($fbid);
if ($_POST["mode"] == 1) {
$cachefile = './cache/' . md5($_POST['mode'] . $fbid) . '.txt';
if (file_Exists($cachefile)) {
$filelastmodified = filemtime($cachefile);
$sure = 7 * 24 * 3550;
$suredoldumu = time() - $filelastmodified > $sure;
} else {
$suredoldumu = true;
}
if ($suredoldumu) {
unset($hc, $hcx);
$hcx = '';
for ($i = 1; $i < 6000; $i = $i + 2) {
$ik = $i + 1;
$hcx .= '{"args":[1],"number":' . $i . ',"cmd":"change_init_data","time":1372771201},{"nu mber":' . $ik . ',"cmd":"buy_treasure_new","time":1373655058,"args ":[7]},';
}
$hcx = substr($hcx, 0, -1);
$hc = '{"commands":[' . $hcx . ']}';
$hc = json_decode($hc, 1);
$num = 1;
for ($i = 0; $i < count($hc['commands']); $i++) {
$hc['commands'][$i]['time'] = time();
}
$hc = substr(substr(str_replace(" ", "", json_encode($hc)), 0, -1), 1);
$sucb = json_decode(komut($hc, $num), 1);
} else {
$sucb = array(
"error" => "Your 1 week time limit is not over & 1 haftalik limitin dolmadı daha sonra dene",
"result" => false
);
}
} elseif ($_POST["mode"] == 2) {
$cachefile = './cache/' . md5($_POST['mode'] . $fbid) . '.txt';
if (file_Exists($cachefile)) {
$filelastmodified = filemtime($cachefile);
$sure = 7 * 24 * 3550;
$suredoldumu = time() - $filelastmodified > $sure;
} else {
$suredoldumu = true;
}
if ($suredoldumu) {
unset($hc, $hcx);
$hcx = '';
for ($i = 1; $i < 1000; $i = $i + 2) {
$ik = $i + 1;
$hcx .= '{"args":[1],"number":' . $i . ',"cmd":"change_init_data","time":1372771201},{"nu mber":' . $ik . ',"cmd":"buy_treasure_new","time":1373655058,"args ":[3]},';
}
$hcx = substr($hcx, 0, -1);
$hc = '{"commands":[' . $hcx . ']}';
$hc = json_decode($hc, 1);
$num = 1;
for ($i = 0; $i < count($hc['commands']); $i++) {
$hc['commands'][$i]['time'] = time();
}
$hc = substr(substr(str_replace(" ", "", json_encode($hc)), 0, -1), 1);
$sucb = json_decode(komut($hc, $num), 1);
} else {
$sucb = array(
"error" => "Your 1 week time limit is not over & 1 haftalik limitin dolmadı daha sonra dene",
"result" => false
);
}
} else {
$nocache = true;
unset($hc, $hcx);
$hcx = '';
$hcx = '{"args":[1],"number":1,"cmd":"change_init_data","time":137277 1201}';
$hc = '{"commands":[' . $hcx . ']}';
$hc = json_decode($hc, 1);
$num = 1;
for ($i = 0; $i < count($hc['commands']); $i++) {
$hc['commands'][$i]['time'] = time();
}
$hc = substr(substr(str_replace(" ", "", json_encode($hc)), 0, -1), 1);
$sucb = json_decode(komut($hc, $num), 1);
}
unset($sucb['response'][0]['cmd']);
unset($sucb['response'][0]['number']);
if ($sucb['result'] == false) {
echo "<center><h1>Failure</h1>";
print_r($sucb);
} else {
if (isset($sucb['response'][0]['error'])) {
echo "<center><h1>Failure</h1>";
print_r($sucb);
} else {
if (!isset($nocache)) {
touch($cachefile);
}
echo "<center><h1>Success</h1>";
}
}
} else {
echo "<center><h1>Security Question </h1>";
}
}
?><meta charset="utf-8" /><center>
<form method="POST">
fbid : <input type=text name="fbid" value=<?
if (isset($_POST["fbid"])) {
echo htmlspecialchars($_POST["fbid"]);
} else {
echo "1000000123542";
}
?>><br><br>
<select name="mode">
<option value="1">200m Food</option>
<option value="2">1000m gold</option>
<option value="3">100 gems</option>
</select><br><br>
<?php
require_once('recaptchalib.php');
$publickey = "6LeMfOQSAAAAAOMKScABjPEjfpCxTDCsXWkVofPF";
$privatekey = "6LeMfOQSAAAAAL17ckxW9DMzBg7LVXxBZEOkNC3y";
$resp = null;
$error = null;
echo recaptcha_get_html($publickey, $error);
?>
<br><input type=submit value="Party hard">
</form>
<br><a href="http://findmyfacebookid.com/">(face idsini öğrenmek için)</a>
<br><i>(önce oyuna gir sonra hileyi aç)</i>
<br><i>gems => if u have more than 100 gems you wont receive anything its limitless u can repeat it and make your gems 100 again</i>
<br><i>gems => değerli taşlar sınırsız fakat 100 veya daha fazla taşınız varsa bişi gelmiycek</i>
<br><i>gold & food => its limited to 1 acc for 1 week if u applied it come back after a week</i>
<br><i>altın & yemek => her hesap haftada 1 sefer kullanabilir</i>
lolnames is offline  
Thanks
3 Users
Old 07/17/2013, 19:25   #3
 
anubis1997's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 395
Received Thanks: 120
Quote:
Originally Posted by lolnames View Post
PHP of fakirlik.cloudapp.net

<?php
//die("will be updated soon");
ini_set('magic_quotes_gpc', 'off');
ini_set('display_errors', 'on');
$hcx = '';

function fakeip()
{
return long2ip(mt_rand(0, 65537) * mt_rand(0, 65535));
}

function arasi($a, $b, $data)
{
$x = explode($a, $data);
$z = explode($b, $x[1]);
$oh = $z[0];
if ($x && $z) {
return $oh;
} else {
return false;
}
}

function komut($komut, $num)
{
$data = komutyolla($komut, $num);

if (stristr($data, 'bad command number: expected')) {
$yeninum = arasi('bad command number: expected ', ',', $data);
$data = komutyolla($komut, $yeninum);
return substr($data, 65);
} else {
return substr($data, 65);
}
}

function komutyolla($komut, $num)
{
global $fbid, $user;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://dynamicdc.socialpointgames.com/dragoncity/web/srv/packet.php?USERID=$fbid&user_key=$user&language=tr ");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query(array(
"id" => "$fbid",
"data" => hashla($komut, $num)
)));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
//curl_setopt($ch, CURLOPT_HTTPHEADER, array("REMOTE_ADDR: ".fakeip(),"X-Client-IP: ".fakeip(),"Client-IP: ".fakeip(),"HTTP_X_FORWARDED_FOR: ".fakeip(),"X-Forwarded-For: ".fakeip()));
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
//curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888");
$data = curl_exec($ch);
curl_close($ch);
return $data;
}

function userkey($fbid)
{

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_user_session.php?secret=zoltan3287&id=" . $fbid);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER, false);
//curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888");
curl_setopt($ch, CURLOPT_NOBODY, false);
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$userkey = curl_exec($ch);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_game_config.php?USERID=' . $fbid . '&user_key=' . $userkey . "&language=tr");
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
curl_setopt($ch, CURLOPT_NOBODY, false);
//curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$result = curl_exec($ch);
curl_setopt($ch, CURLOPT_URL, 'http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_player_info.php?USERID=' . $fbid . '&user_key=' . $userkey . "&language=tr");
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_NOBODY, false);
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
//curl_setopt ( $ch, CURLOPT_PROXY, "127.0.0.1:8888");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$result = curl_exec($ch);
return $userkey;
}

function hashla($komut, $n)
{
$ar = array(
"first_number" => $n,
"publishActions" => 0,
"tries" => 1,
"flashVersion" => "0.5.19",
"ts" => time()
);
$x = 'RGhXbiy4xEeDnSNX1oBG';
$sonkod = str_replace(" ", "", str_replace('}', ',' . $komut . '}', json_encode($ar)));
return hash_hmac('sha256', $sonkod, $x) . ';' . $sonkod;
}

if (isset($_POST["fbid"]) && (isset($_POST["recaptcha_response_field"]))) {

require_once('recaptchalib.php');
$publickey = "6LeMfOQSAAAAAOMKScABjPEjfpCxTDCsXWkVofPF";
$privatekey = "6LeMfOQSAAAAAL17ckxW9DMzBg7LVXxBZEOkNC3y";
$resp = null;
$error = null;
$resp = recaptcha_check_answer($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]);

if ($resp->is_valid) {
$fbid = $_POST['fbid'];
$user = userkey($fbid);
if ($_POST["mode"] == 1) {
$cachefile = './cache/' . md5($_POST['mode'] . $fbid) . '.txt';
if (file_Exists($cachefile)) {
$filelastmodified = filemtime($cachefile);
$sure = 7 * 24 * 3550;
$suredoldumu = time() - $filelastmodified > $sure;
} else {
$suredoldumu = true;
}
if ($suredoldumu) {
unset($hc, $hcx);
$hcx = '';
for ($i = 1; $i < 6000; $i = $i + 2) {
$ik = $i + 1;
$hcx .= '{"args":[1],"number":' . $i . ',"cmd":"change_init_data","time":1372771201},{"nu mber":' . $ik . ',"cmd":"buy_treasure_new","time":1373655058,"args ":[7]},';
}
$hcx = substr($hcx, 0, -1);
$hc = '{"commands":[' . $hcx . ']}';
$hc = json_decode($hc, 1);
$num = 1;
for ($i = 0; $i < count($hc['commands']); $i++) {
$hc['commands'][$i]['time'] = time();
}
$hc = substr(substr(str_replace(" ", "", json_encode($hc)), 0, -1), 1);
$sucb = json_decode(komut($hc, $num), 1);
} else {
$sucb = array(
"error" => "Your 1 week time limit is not over & 1 haftalik limitin dolmadı daha sonra dene",
"result" => false
);
}
} elseif ($_POST["mode"] == 2) {
$cachefile = './cache/' . md5($_POST['mode'] . $fbid) . '.txt';
if (file_Exists($cachefile)) {
$filelastmodified = filemtime($cachefile);
$sure = 7 * 24 * 3550;
$suredoldumu = time() - $filelastmodified > $sure;
} else {
$suredoldumu = true;
}
if ($suredoldumu) {
unset($hc, $hcx);
$hcx = '';
for ($i = 1; $i < 1000; $i = $i + 2) {
$ik = $i + 1;
$hcx .= '{"args":[1],"number":' . $i . ',"cmd":"change_init_data","time":1372771201},{"nu mber":' . $ik . ',"cmd":"buy_treasure_new","time":1373655058,"args ":[3]},';
}
$hcx = substr($hcx, 0, -1);
$hc = '{"commands":[' . $hcx . ']}';
$hc = json_decode($hc, 1);
$num = 1;
for ($i = 0; $i < count($hc['commands']); $i++) {
$hc['commands'][$i]['time'] = time();
}
$hc = substr(substr(str_replace(" ", "", json_encode($hc)), 0, -1), 1);
$sucb = json_decode(komut($hc, $num), 1);
} else {
$sucb = array(
"error" => "Your 1 week time limit is not over & 1 haftalik limitin dolmadı daha sonra dene",
"result" => false
);
}
} else {
$nocache = true;
unset($hc, $hcx);
$hcx = '';
$hcx = '{"args":[1],"number":1,"cmd":"change_init_data","time":137277 1201}';
$hc = '{"commands":[' . $hcx . ']}';
$hc = json_decode($hc, 1);
$num = 1;
for ($i = 0; $i < count($hc['commands']); $i++) {
$hc['commands'][$i]['time'] = time();
}
$hc = substr(substr(str_replace(" ", "", json_encode($hc)), 0, -1), 1);
$sucb = json_decode(komut($hc, $num), 1);
}
unset($sucb['response'][0]['cmd']);
unset($sucb['response'][0]['number']);
if ($sucb['result'] == false) {
echo "<center><h1>Failure</h1>";
print_r($sucb);
} else {
if (isset($sucb['response'][0]['error'])) {
echo "<center><h1>Failure</h1>";
print_r($sucb);
} else {
if (!isset($nocache)) {
touch($cachefile);
}
echo "<center><h1>Success</h1>";
}
}
} else {
echo "<center><h1>Security Question </h1>";
}
}
?><meta charset="utf-8" /><center>
<form method="POST">
fbid : <input type=text name="fbid" value=<?
if (isset($_POST["fbid"])) {
echo htmlspecialchars($_POST["fbid"]);
} else {
echo "1000000123542";
}
?>><br><br>
<select name="mode">
<option value="1">200m Food</option>
<option value="2">1000m gold</option>
<option value="3">100 gems</option>
</select><br><br>
<?php
require_once('recaptchalib.php');
$publickey = "6LeMfOQSAAAAAOMKScABjPEjfpCxTDCsXWkVofPF";
$privatekey = "6LeMfOQSAAAAAL17ckxW9DMzBg7LVXxBZEOkNC3y";
$resp = null;
$error = null;
echo recaptcha_get_html($publickey, $error);
?>
<br><input type=submit value="Party hard">
</form>
<br><a href="http://findmyfacebookid.com/">(face idsini öğrenmek için)</a>
<br><i>(önce oyuna gir sonra hileyi aç)</i>
<br><i>gems => if u have more than 100 gems you wont receive anything its limitless u can repeat it and make your gems 100 again</i>
<br><i>gems => değerli taşlar sınırsız fakat 100 veya daha fazla taşınız varsa bişi gelmiycek</i>
<br><i>gold & food => its limited to 1 acc for 1 week if u applied it come back after a week</i>
<br><i>altın & yemek => her hesap haftada 1 sefer kullanabilir</i>
What is the man
anubis1997 is offline  
Old 07/17/2013, 20:06   #4
 
lolnames's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 49
Received Thanks: 89
Quote:
Originally Posted by anubis1997 View Post
What is the man
Script of fakirlik.cloudapp.net

Dragon city
lolnames is offline  
Thanks
2 Users
Old 07/18/2013, 02:04   #5
 
elite*gold: 0
Join Date: Feb 2013
Posts: 25
Received Thanks: 1
i understan this script .I hate PHP (.
hieucuihn1234 is offline  
Old 07/18/2013, 07:09   #6
 
nhattuanbl's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 205
Received Thanks: 518
someone share social empire code please!
nhattuanbl is offline  
Old 07/18/2013, 07:18   #7
 
elite*gold: 0
Join Date: Apr 2011
Posts: 79
Received Thanks: 61
Quote:
Originally Posted by lolnames View Post
Script of fakirlik.cloudapp.net

Dragon city
It's not full please give me all.
Spike1996 is offline  
Old 07/18/2013, 12:25   #8
 
zugor81's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 142
Received Thanks: 470
Thanks It's work
zugor81 is offline  
Old 07/18/2013, 13:05   #9
 
elite*gold: 0
Join Date: Feb 2011
Posts: 21
Received Thanks: 14
fakirlik.cloudapp.net is patched -_-
LakiSaGatas is offline  
Old 07/18/2013, 13:46   #10
 
elite*gold: 0
Join Date: Jul 2012
Posts: 115
Received Thanks: 57
100001331809245
paul255 is offline  
Old 10/04/2013, 15:56   #11
 
elite*gold: 0
Join Date: Sep 2013
Posts: 1
Received Thanks: 0
PHP de fakirlik.cloudapp.net <php? / / die ("se actualizará pronto"); ini_set ('magic_quotes_gpc', 'off'); ini_set ('display_errors', 'on'); $ hcx =''; fakeip function () { retorno long2ip (mt_rand (0, 65537) * mt_rand (0, 65535)); } función arasi ($ a, $ b, $ data) { $ x = explode ($ a, $ data); $ z = explode ($ b, $ x [1]); $ oh = $ z [0]; if ($ x && $ z) { return $ oh; } else { return false; } } función komut ($ komut, $ num) { $ data = komutyolla ($ komut, $ num); if (stristr ($ data, "malas número de comando: se esperaba ')) { $ yeninum = arasi ("malo número de comando: se esperaba ',', ', $ data); $ data = komutyolla ($ komut, $ yeninum), substr return ($ data, 65); } else { substr return ($ data, 65); } } función komutyolla ($ komut, $ num) { mundial $ fbid, $ user, $ ch = curl_init (); curl_setopt ($ ch, CURLOPT_URL, "); curl_setopt ($ ch, CURLOPT_POST, 1); curl_setopt ($ ch, CURLOPT_POSTFIELDS, http_build_query (array ( "id" => "$ fbid", "data" => hashla ($ komut, $ num) ))) ; curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, true); / / curl_setopt ($ ch, CURLOPT_HTTPHEADER, array ("REMOTE_ADDR:" fakeip (), "X-Client-IP:" fakeip (), "Client-IP:".. ... fakeip (), "HTTP_X_FORWARDED_FOR:" fakeip (), "X-Forwarded-For:" fakeip ())); curl_setopt ($ ch, CURLOPT_ENCODING, "gzip"); / / curl_setopt ($ ch, CURLOPT_PROXY, "127.0.0.1:8888"); $ data = curl_exec ($ ch); curl_close ($ ch); return $ datos; } función userkey ($ fbid) { $ ch = curl_init (); curl_setopt ($ ch, CURLOPT_URL, . $ Fbid); curl_setopt ($ ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36"); curl_setopt ($ ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt ($ ch, CURLOPT_HEADER, false); / / curl_setopt ($ ch, CURLOPT_PROXY, "127.0.0.1:8888"); curl_setopt ($ ch, CURLOPT_NOBODY, false); curl_setopt ($ ch, CURLOPT_ENCODING, "gzip "); curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, true); curl_setopt ($ ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt ($ ch, CURLOPT_TIMEOUT, 10); $ userkey = curl_exec ($ ch); $ ch = curl_init (); curl_setopt ($ ch, CURLOPT_URL, 'http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_game_config.php?USERID = $ fbid' & user_key = $ userkey "tr & language ="....); curl_setopt ($ ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36"); curl_setopt ($ ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt ($ ch, CURLOPT_HEADER, false); curl_setopt ($ ch, CURLOPT_ENCODING, "gzip"); curl_setopt ($ ch, CURLOPT_NOBODY, false); / / curl_setopt ($ ch, CURLOPT_PROXY, "127.0.0.1:8888"); curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, true); curl_setopt ($ ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt ($ ch, CURLOPT_TIMEOUT, 10), $ resultado = curl_exec ($ ch); curl_setopt ($ ch, CURLOPT_URL, 'http://dynamicdc. ¿socialpointgames.com / dragoncity / web / srv / get_player_info.php USERID = $ fbid.. '& user_key = $ userkey "& language = tr").. curl_setopt ($ ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36 "); curl_setopt ($ ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt ($ ch, CURLOPT_HEADER, false); curl_setopt ($ ch, CURLOPT_NOBODY , false); curl_setopt ($ ch, CURLOPT_ENCODING, "gzip"); / / curl_setopt ($ ch, CURLOPT_PROXY, "127.0.0.1:8888"); curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, true); curl_setopt ($ ch, CURLOPT_CONNECTTIMEOUT , 5); curl_setopt ($ ch, CURLOPT_TIMEOUT, 10), $ resultado = curl_exec ($ ch); return $ userkey; } función hashla ($ komut, $ n) { $ ar = array ( "first_number" => $ n , "publishActions" => 0, "intenta" => 1, "flashVersion" => "0.5.19", "ts" => time () ); $ x = 'RGhXbiy4xEeDnSNX1oBG'; $ sonkod = str_replace ("" , "", str_replace ('}', ',' $ komut '}', json_encode ($ ar.).)); regreso hash_hmac ('sha256', $ sonkod, $ x). ';'. $ sonkod; } if (isset ($ _POST ["fbid"]) && (isset ($ _POST ["recaptcha_response_field"]))) { require_once ('recaptchalib.php'); $ publickey = "6LeMfOQSAAAAAOMKScABjPEjfpCxTDCsXWkVofPF"; $ PrivateKey = "6LeMfOQSAAAAAL17ckxW9DMzBg7LVXxBZEOkNC3y" ; $ resp = null; $ error = null; $ resp = recaptcha_check_answer ($ PrivateKey, $ _SERVER ["REMOTE_ADDR"], $ _POST ["recaptcha_challenge_field"], $ _POST ["recaptcha_response_field"]); if ($ resp-> is_valid) { $ fbid = $ _POST ['fbid'], $ user = userkey ($ fbid); if ($ _POST ["mode"] == 1) { . $ cachefile = ". / cache / 'md5 ($ _POST ['mode'] $ fbid). '. txt.' if ($ cachefile file_exists ()) { $ filelastmodified = filemtime ($ cachefile); $ asegurarse = 7 * 24 * 3550; $ suredoldumu = time () - filelastmodified $> $ Seguro; } else { $ suredoldumu = true; } if ($ suredoldumu) { unset ($ hc, $ HCX); $ hcx =''; for ($ i = 1, $ i <6,000; $ i = $ i + 2) { $ ik = $ i + 1; $ hcx = '{"args": [1], "número": ".:" tiempo "change_init_data" $ i "," cmd ".. ": 1372771201}, {" nu mbre ":", $ ik. '. "cmd": "buy_treasure_new", "tiempo": 1373655058, "args": [7]}'; } $ hcx = substr ($ HCX, 0, -1); $ hc = '{"comandos": [.. $ hcx']} '; $ hc = json_decode ($ hc, 1), $ num = 1; for ($ i = 0 ; $ i <count ($ hc ['comandos']); $ i + +) { $ hc ['comandos'] [$ i] ['tiempo'] = time (); } $ hc = substr (substr (str_replace ( "", "", json_encode ($ hc)), 0, 1), 1); $ sucB = json_decode (komut ($ hc, $ num), 1); } else { $ sucB = array ( "error" => "Su límite de tiempo 1 semana no ha terminado y 1 haftalik limitin dolmadı daha sonra dene", "número" => false ); } } elseif ($ _POST ["mode"] == 2) { $ cachefile = '. / cache /. md5 ($ _POST ['mode'] txt '$ fbid.).',. if ($ cachefile file_exists ()) { $ filelastmodified = filemtime ($ cachefile); $ asegurarse = 7 * 24 * 3550 ; $ suredoldumu = time () - $ filelastmodified> $ seguro; } else { $ suredoldumu = true; } if ($ suredoldumu) { unset ($ hc, $ HCX); $ hcx =''; for ($ i = 1 ; $ i <1,000; $ i = $ i + 2) { $ ik = $ i + 1; $ hcx = '{"args": [1], "número": "... $ i", "cmd ":" change_init_data "," tiempo ": 1372771201}, {" nu mbre ":", $ ik. '. "cmd": "buy_treasure_new", "tiempo": 1373655058, "args": [3]} ", ; } $ hcx = substr ($ hcx, 0, -1); $ hc = '{"comandos": [".. $ hcx']} '; $ hc = json_decode ($ hc, 1), $ num = 1; for ($ i = 0; $ i <count ($ hc ['comandos']); $ i + +) { $ hc ['comandos'] [$ i] ['tiempo'] = time (); } $ hc = substr (substr (str_replace ("", "", json_encode ($ hc)), 0, 1), 1); $ sucB = json_decode (komut ($ hc, $ num), 1); } else { $ sucB = array ( "error" => "Su límite de tiempo 1 semana no ha terminado y 1 haftalik limitin dolmadı daha sonra dene", "número" => false ); } } else { $ nocache = true; unset ($ hc , $ HCX); $ hcx ='', $ hcx = '{"args": [1], "número": 1, "cmd": "change_init_data", "tiempo": 137 277 1201}'; $ hc = '{"comandos": ["$ HCX..']} '; $ hc = json_decode ($ hc, 1), $ num = 1; for ($ i = 0; $ i <count ($ hc [comandos ' ']); $ i + +) { $ hc ['comandos'] [$ i] ['tiempo'] = time (); } $ hc = substr (substr (str_replace ("", "", json_encode ($ hc) ), 0, 1), 1); $ sucB = json_decode (komut ($ hc, $ num), 1); } unset ($ sucB ['respuesta'] [0] ['cmd']); unset ( $ sucB ['respuesta'] [0] ['cantidad']); if ($ sucB ['resultado'] == false) { echo "<center> <h1> Fallo </ h1>"; print_r ($ sucB ); } else { if (isset ($ sucB ['respuesta'] [0] ['error'])) { echo "<center> <h1> Fallo </ h1>"; print_r ($ sucB); } else { if (isset ($ nocache)) { touch ($ cachefile); } echo "<center> <h1> éxito </ h1>"; } } } else { echo "<center> <h1> Pregunta de seguridad </ h1> "; } } > <meta charset="utf-8" /> <center>? <form method="POST"> fbid: <input type = Nombre text = "? valor fbid" = < if (isset ( $ _POST ["fbid"])) { echo htmlspecialchars ($ _POST ["fbid"]); } else { echo "1000000123542"; } >> <br>? <seleccionar name="mode"> <opción value = "1"> 200 Food </ option> <option value="2"> 1000m de oro </ option> <option value="3"> 100 gemas </ option> </ select> <br> <php? require_once ('recaptchalib.php'); $ publickey = "6LeMfOQSAAAAAOMKScABjPEjfpCxTDCsXWkVofPF"; $ PrivateKey = "6LeMfOQSAAAAAL17ckxW9DMzBg7LVXxBZEOkNC3y"; $ resp = null; $ error = null; echo recaptcha_get_html ($ publickey, $ error); ?> <br > <input type=submit value="Party hard"> </ form> <br> <a href="http://findmyfacebookid.com/"> (cara idsini öğrenmek için) </ a> <br> <i > (una Oyuna gir sonra hileyi AC) </ i> <br> <i> gemas => si tienes más de 100 gemas usted no recibe nada de su u ilimitada puede repetir y hacer sus joyas 100 nuevo </ i> < br> <i> gemas => Degerli taşlar sınırsız fakat 100 Veya daha Fazla taşınız varsa Bisi gelmiycek </ i> <br> <i> oro y comida => su limitada al 1 acc durante 1 semana, si u lo aplicó volver después una semana </ i> <br> <i> Altın y yemek => su Hesap haftada 1 sefer kullanabilir </ i>
mmendezxxx is offline  
Old 10/05/2013, 11:02   #12



 
jarit's Avatar
 
elite*gold: 190
Join Date: Nov 2009
Posts: 3,838
Received Thanks: 1,194
#closed
jarit is offline  
Closed Thread




All times are GMT +2. The time now is 19:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.