ahh when i try to run the installer i get this
mySQL query error: CREATE TABLE games_scores (
s_id int(11) NOT NULL auto_increment,
mid int(11) NOT NULL default '0',
gid int(11) NOT NULL default '0',
name text NOT NULL,
score FLOAT(11) NOT NULL default '0',
ip text NOT NULL,
comment text NOT NULL,
datescored int(10) NOT NULL,
PRIMARY KEY (s_id)) TYPE=MyISAM
mySQL error: Table 'games_scores' already exists
mySQL error code:
Date: Sunday 19th of December 2004 10:53:46 PM