$settings=array(); include 'inc/functions.inc.php'; include 'inc/db_functions.inc.php'; $settings=get_settings(); $db_conn=db_open(); if (file_exists ('install.php')) { print 'Delete install.php file for security reason please!'; exit (); } if ($_GET['ref'] != '') { setcookie ('Referer', $_GET['ref'], time () + 630720000); } $total = 0; $total_head = 0; $total_tail = 0; $sql="select count(*) from game_ht"; $res = mysql_query($sql); if (mysql_num_rows($res)>0) { $total = mysql_result($res,0,0); $res = mysql_query("select count(*) from game_ht where ((guess='heads' and status='won') or (guess='tails' and status='lose'))"); if (mysql_num_rows($res)>0) { $total_head = mysql_result($res,0,0); } $total_tail = $total - $total_head; } if($HTTP_COOKIE_VARS['Referer']!=''){ $ref=$HTTP_COOKIE_VARS['Referer']; } ?>
Choose
whether the next coin flipped return head
or tail!
Place your bet and you can win
400
% of your spend if your bet is right!
In
previous games, head is shown
times (
0 %) and tail is shown
times (
0 %). So,
what do u think the next coin flipped will be? Refer other and get paid % of their spend. Use the url below: Replace XXXXXX with your E-Gold number. All
transaction are made using E-Gold.

Fatal error: Call to undefined function db_close() in /srv/disk1/528707/www/forbiz.co.cc/index.html on line 222