Quote:
Originally Posted by Andrew Green
If you have access to phpmyadmin try running the following:
Code:
CREATE TABLE casino_texasholdem_whoisin (whoisinid integer NOT NULL PRIMARY KEY auto_increment, userid integer, seat integer, lastcheck integer, status integer, bet integer);
CREATE TABLE casino_texasholdem_chatlog (chatlogid integer NOT NULL PRIMARY KEY auto_increment, msg text, msgtime integer);
CREATE TABLE casino_texasholdem_dealt (dealtid integer NOT NULL PRIMARY KEY auto_increment, playerid integer, card integer);
If that doesn't work let me know.
|
Treat me like a two year old, they tend to have slightly more intelegence at times.
Just checked in the admin area of my web space and phpmyadmin is there.
Is there an idiots guide to doing the above?
Found it, run the above and no crashes.
Thanks Lee G