Jump to content
MakeWebGames

Recommended Posts

Posted

i think my game got hacked last night and they tryed installing my game again without making a database and my game stoped working so i installed mine bak in and the game works but not the crons and wen i reinstall it it dont give me new crons to put in wen i install it it says

Write Config...

Config written.

Attempting DB connection

Connection Successful.

Writing Main MySQL data.

QUERY ERROR: Table 'announcements' already exists

Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ;

can any 1 help me plz i dont want to reset my game again

Posted

Re: HELP

so delete the announcements table? :|

DROP TABLE IF EXISTS `announcements`;
CREATE TABLE `announcements` (
 `a_text` text NOT NULL,
 `a_time` int(11) NOT NULL default '0'
) TYPE=MyISAM;
Posted

Re: HELP

thats the problem though wen i reinstall it it dnt give me the crons it just says

Write Config...

Config written.

Attempting DB connection

Connection Successful.

Writing Main MySQL data.

QUERY ERROR: Table 'announcements' already exists

Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ;

Posted

Re: HELP

ya my game wasnt working as sum 1 installed a db that wasnt evan there so i reinstalled mine my game works but not my crons and i crnt get my crons as it says that

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...