10-16-2014, 07:49 AM
Pages: 1 2
10-16-2014, 08:46 AM
ZippyShare :
VirusTotal 0/54 :
Code:
http://www11.zippyshare.com/v/53175293/file.html
VirusTotal 0/54 :
Code:
https://www.virustotal.com/en/file/7cbb9f514f9ca94ef710029aea4c57feb9576208863783bc07ef7584f63a554d/analysis/
10-16-2014, 12:06 PM
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,tablelimit,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
$tableq = mysql_query("select p1name, p2name,p3name,p4name,p5name,p6name,p7name,p8name,p9name,p10name,tablename,tablelimit,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, 11:09 PM
(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,tablelimit,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
04-27-2015, 01:05 PM
LInk is down
04-15-2016, 09:47 PM
hi friends.
please reupload script. :(
please reupload script. :(
04-16-2016, 04:34 AM
please reupload script. :(
04-16-2016, 05:42 PM
somebody reupload the script
Pages: 1 2