White screens are a result of a missing Habbo.swf or your web_build not being up to date.
Tried fixing those?
I have the same issue / problem . When I enter client , it goes white and says Table "habbo.user_tickets" doesn't exist .White screens are a result of a missing Habbo.swf or your web_build not being up to date.
Tried fixing those?
Then add the table?I have the same issue / problem . When I enter client , it goes white and says Table "habbo.user_tickets" doesn't exist .
Help please?
Run This ,I have the same issue / problem . When I enter client , it goes white and says Table "habbo.user_tickets" doesn't exist .
Help please?
It works , thanks man ! But after my client just finished loading , it stays black for awhile and then the client turns white and saysRun This ,
CREATE TABLE IF NOT EXISTS `user_tickets` (
`userid` int(10) unsigned NOT NULL,
`sessionticket` varchar(100) NOT NULL,
`ipaddress` varchar(20) NOT NULL,
PRIMARY KEY (`sessionticket`,`ipaddress`),
UNIQUE KEY `index_id` (`userid`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;