thanks m8 was waiting for this one for long time :-)
i tray to install and get this error
Code:
Database error in vBulletin 4.0.0:
Invalid SQL:
CREATE TABLE VB lgv (
id int(7) unsigned NOT NULL auto_increment,
ipaddress VARCHAR(25) NOT NULL default '0.0.0.0',
firstaccess INT UNSIGNED NOT NULL DEFAULT '0',
views INT(4) NOT NULL DEFAULT '0',
lastactivity INT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (id),
KEY indexs (ipaddress,views,lastactivity)
) TYPE=MyISAM;
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 'lgv (
id int(7) unsigned NOT NULL auto_increment,
ipaddress VA' at line 1
Error Number : 1064