Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
10-16-2014, 07:49 AM
Post: #11
|
|||
|
|||
RE:
yes is mysql,you need to create table first,and after you will see the tables
|
|||
10-16-2014, 08:46 AM
Post: #12
|
|||
|
|||
RE:
ZippyShare :
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
Post: #13
|
|||
|
|||
RE:
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 |
|||
10-16-2014, 11:09 PM
Post: #14
|
|||
|
|||
RE:
(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 : hi original DB: http://box.web8.es/rz |
|||
04-27-2015, 01:05 PM
Post: #15
|
|||
|
|||
RE: (GET) Multiplayer PHP Poker Script 2.5 (My Website Backup) | |||
04-15-2016, 09:47 PM
Post: #16
|
|||
|
|||
RE: (GET) Multiplayer PHP Poker Script 2.5 (My Website Backup)
hi friends.
please reupload script. :( |
|||
04-16-2016, 04:34 AM
Post: #17
|
|||
|
|||
RE: (GET) Multiplayer PHP Poker Script 2.5 (My Website Backup)
please reupload script. :(
|
|||
04-16-2016, 05:42 PM
Post: #18
|
|||
|
|||
RE: (GET) Multiplayer PHP Poker Script 2.5 (My Website Backup)
somebody reupload the script
|
|||