montyash Posted February 20, 2008 Share Posted February 20, 2008 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 Quote Link to comment Share on other sites More sharing options...
hatchet420 Posted February 20, 2008 Share Posted February 20, 2008 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; Quote Link to comment Share on other sites More sharing options...
mdshare Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP just remove the sql part from the installer Quote Link to comment Share on other sites More sharing options...
thehustler Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP yaya i think i will lol but im newish to this n dont no how to do what u sed Quote Link to comment Share on other sites More sharing options...
shaved92bravada Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP like mdshare said, just delete the part in the installer that installs the dbdata Quote Link to comment Share on other sites More sharing options...
thehustler Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP im not that gd at coding and dnt no how can u explain a bit mor and will this reset my game at all so users will have to sign up again Quote Link to comment Share on other sites More sharing options...
thehustler Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP btw this is monty its just that i signed in on my bros by mistake Quote Link to comment Share on other sites More sharing options...
shaved92bravada Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP Not if you delete the part with the sql in it, one sec and I will see what I can do for ya. Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 Re: HELP ok thanx alot Quote Link to comment Share on other sites More sharing options...
shaved92bravada Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP ok gimme an email address and I will send ya something. It should fix your problems, I will also explain how to get your crons to work. Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 Re: HELP [email protected] if u got msn add me plz Quote Link to comment Share on other sites More sharing options...
shaved92bravada Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP email sent, no I don't use msn sry. Not enough time lol between my game, working, and working on my car. Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 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 ; Quote Link to comment Share on other sites More sharing options...
mdshare Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP that's because the database exists and is intact, you don't need to create new tables as they are there. Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 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 Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 Re: HELP how do i get my crons working if it wont give me them Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 Re: HELP i still got my crons in cronjob they just dnt work n they was b4 so i need new 1ns but i dnt no how Quote Link to comment Share on other sites More sharing options...
shaved92bravada Posted February 20, 2008 Share Posted February 20, 2008 Re: HELP if you use the installer that I gave you it will show you what you need to replace your old crons with........... all you have to do is use what the installer tells you too and it will work. Trust me Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 Re: HELP it wont reset my game will it Quote Link to comment Share on other sites More sharing options...
montyash Posted February 20, 2008 Author Share Posted February 20, 2008 Re: HELP its fixed now thanx for everyones help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.