Best Blackhat Forum

Full Version: (GET) Multiplayer PHP Poker Script 2.5 (My Website Backup)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
yes is mysql,you need to create table first,and after you will see the tables
ZippyShare :
Code:
http://www11.zippyshare.com/v/53175293/file.html

VirusTotal 0/54 :
Code:
https://www.virustotal.com/en/file/7cbb9f514f9ca94ef710029aea4c57feb9576208863783bc07ef7584f63a554d/analysis/
No what I mean is the mysql database is seted up, when I go to the admin section, create table, its write in the sql, but the table dont appear in lobby.php. can you share a copy (with no user example) or the lobby.php complete source code? I was thinking this section was the bug :

$tableq = mysql_query("select p1name, p2name,p3name,p4name,p5name,p6name,p7name,p8name,p9name,p10name,tablename,tablel​imit,tabletype,hand,tablelow from ".DB_POKER." order by tablelimit asc ");
while($tabler = mysql_fetch_array($tableq)){
$i = 1;
$x=0;
while($i < 11){
if($tabler['p'.$i.'name'] != '') $x++;
$i++;
}
$tableplayers = $x.'/10';
$tablestatus = (($tabler['hand'] == '')? 'New Game' : 'Playing');
$tabletype = (($tabler['tabletype'] == 't')? 'Tournament' : 'Sit \'n Go');
?>
<? } ?>



Thanks for your answer friend :D
(10-16-2014 12:06 PM)phackman Wrote: [ -> ]No what I mean is the mysql database is seted up, when I go to the admin section, create table, its write in the sql, but the table dont appear in lobby.php. can you share a copy (with no user example) or the lobby.php complete source code? I was thinking this section was the bug :

$tableq = mysql_query("select p1name, p2name,p3name,p4name,p5name,p6name,p7name,p8name,p9name,p10name,tablename,tablel​imit,tabletype,hand,tablelow from ".DB_POKER." order by tablelimit asc ");
while($tabler = mysql_fetch_array($tableq)){
$i = 1;
$x=0;
while($i < 11){
if($tabler['p'.$i.'name'] != '') $x++;
$i++;
}
$tableplayers = $x.'/10';
$tablestatus = (($tabler['hand'] == '')? 'New Game' : 'Playing');
$tabletype = (($tabler['tabletype'] == 't')? 'Tournament' : 'Sit \'n Go');
?>




Thanks for your answer friend :D

hi original DB:
http://box.web8.es/rz
LInk is down
hi friends.
please reupload script. :(
please reupload script. :(
somebody reupload the script
Pages: 1 2
Reference URL's