Nice idea.
When i run the installer file i get this error:
Code:
Invalid SQL:
CREATE TABLE `mas_ratings` (
`ratingid` int(10) NOT NULL,
`appid` int(10) NOT NULL default '0',
`userid` int(10) NOT NULL default '0',
`rating` tinyint(4) NOT NULL default '0',
`additional_comments` mediumtext NOT NULL,
`timestamp` int(10) NOT NULL default '0',
PRIMARY KEY (`ratingid`),
KEY `appid` (`appid`),
);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 10
Error Number : 1064
Date : Wednesday, August 23rd 2006 @ 12:43:32 AM
Script : http://www.vectra-sri.co.uk/forum/mas_installer.php
Referrer :
.