Register for your free account! | Forgot your password?

You last visited: Today at 22:02

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

Advertisement



Facebook Tetris

Discussion on Facebook Tetris within the Facebook forum part of the Browsergames category.

Reply
 
Old   #1
 
Darkmage33's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 78
Received Thanks: 12
Facebook Tetris

How to update this script ?


<?php
session_start();
error_reporting(0);

function file_get_contents_curl($url) {
$ch = curl_init();

curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);

$data = curl_exec($ch);
curl_close($ch);

return $data;
}

if(isset($_POST['source'])){
preg_match_all('/Tetris\.config\.ticket \= (.*)\;/', $_POST['source'], $ticketoutput);
preg_match_all('/\\\'(.*?)\\\'/', $ticketoutput[1][0], $ticketoutput2);
$ticket_tetris = str_replace("\\", "", $ticketoutput2[1][0]);


preg_match_all('/Tetris\.config\.userID = (.*)\;/' , $_POST['source'] , $user);
preg_match_all('/\\\'(.*?)\\\'/', $user[1][0], $user2);
$user_tetris = str_replace("\\", "", $user2[1][0]);

if(!empty($user_tetris) || !empty($ticket_tetris)){
$_SESSION['ticket'] = $ticket_tetris;
$_SESSION['user'] = $user_tetris;
}
else{
$error = "CODE 331 Invalid Source Code";
}
}


if(isset($_POST['getCoin'])){
$cash = $_POST['cash'];

if($cash > 300 || $cash <= 0){
$error = "CODE 131 Invalid CASH Number";
}

if(empty($error)){
$i = 0;
$cash = 300 * $cash;

do{
$i++;
$urls = 'http://tbc.tetrisfb.com/api/purchase?ticket='.$_SESSION['ticket'].'&fbuid='.$_SESSION['user'].'&currencyType=2&currencyValue=1';
$file_content = file_get_contents_curl($urls);
}

while ($i <= $cash);

session_unset();
$done = "Done! Refresh your tetris for Changes";
}
}
?>
Darkmage33 is offline  
Old 04/02/2014, 21:27   #2
 
elite*gold: 10
Join Date: Jan 2012
Posts: 331
Received Thanks: 47
What does not work?

Wrong section!
Bgzocker is offline  
Old 04/03/2014, 11:29   #3


 
Lawliet's Avatar
 
elite*gold: 2
Join Date: Jul 2009
Posts: 14,456
Received Thanks: 4,685
#moved
Lawliet is offline  
Old 04/09/2014, 13:33   #4
 
elite*gold: 0
Join Date: Apr 2014
Posts: 5
Received Thanks: 1
that script from Zulfaqar Malaysia
irwansyahDoank is offline  
Reply


Similar Threads Similar Threads
Preview New TETRIS BATTLE Facebook Hack!!! 20/01/2012
02/24/2012 - Facebook - 18 Replies
New TETRIS BATTLE Facebook Hack!!! 20-01-2012 - YouTube Enjoy peeps :D RELEASE: VideoTutorial :D http://www.youtube.com/watch?v=tmmn_6EwHAQ 1. GOTO httP://www.csie.ntu.edu.tw/~piaip/games/swf/piaipR CHack/ download the first one



All times are GMT +1. The time now is 22:03.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.