Discretion
<img src="Hello.gif" ALT="LOL" width=32 height=32>
- Jan 5, 2017
- 41
- 3
Table 'beam.user_tags' doesn't exist
how do i fix this???
how do i fix this???
Table 'beam.user_tags' doesn't exist
how do i fix this???
Whats your skype mate, might need your helprun this table below in your database
-- ----------------------------
-- Table structure for `user_tags`
-- ----------------------------
DROP TABLE IF EXISTS `user_tags`;
CREATE TABLE `user_tags` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`tag` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BT
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
what do u need help with?Whats your skype mate, might need your help
Client is completely white and won't load up, think its something to do with client.phpwhat do u need help with?
White screens are a result of a missing Habbo.swf or your web_build not being up to date.Client is completely white and won't load up, think its something to do with client.php
Client is completely white and won't load up, think its something to do with client.php
yeah i can do team viewer mateteamviewer?