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 ;
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?
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 ;
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