Jump to content
MakeWebGames

keez123

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by keez123

  1. iv got it but now it just comes up with a grey screen?
  2. i mean the home button on the side menu where the explore button is
  3. how do you do this? the querys ALTER TABLE `users` ADD `mine_level` int(11) NOT NULL ; ALTER TABLE `users` ADD `mine_exp` int(11) NOT NULL ; ALTER TABLE `users` ADD `mine_needed` int(11) NOT NULL ; ALTER TABLE `users` ADD `power` int(11) NOT NULL ; ALTER TABLE `users` ADD `max_power` int(11) NOT NULL ;
  4. well not a mod but the home menu, i dont have one, the home option is on the side menu but you cant click on it :S
  5. does anyone have or know where i could get a home mod or something, i dont have one :S
  6. im using x10hosting.com and the permissions are fine
  7. i dont get how to install?
  8. im using mccodes v2 and i dont know what server im on :S
  9. yeah, theyre just files in public_html not in a folder
  10. yes there is
  11. im not sure if its the engine or the server im using, i installed the engine but then i go to the website and it just comes up with an index page and all of the files that are on the website?
  12. im done! thankyou for your help
  13. okay so im past that now: 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 ;
  14. what do i need to do?
  15. i have those files in the class directory?
  16. i keep getting this error: Fatal error: require() [function.require]: Failed opening required 'class/class_db_.php' (include_path='.:/usr/local/php53/pear') in /home/timeofwa/public_html/installer.php on line 457 i have no idea how to fix it as i have the class files in a directory named "class" but it still wont work can anyone help? thankyou
×
×
  • Create New...