I'm anxious to install this hack on my new board, but I've ran into a small snag. I could be doing something wrong, so I hope someone here can help.
When I paste in the SQL queries into phpMyAdmin, I'm getting errors. For example, when I paste in
Code:
CREATE TABLE 'namelogs' (
'userid' int(5) NOT NULL default '0',
'username' longtext NOT NULL,
'time' int(12) NOT NULL default '0'
) TYPE=MyISAM;
I get the following error from phpMyAdmin, "You have an error in your SQL syntax near '\'namelogs\' (
\'userid\' int(5) NOT NULL default \'0\',
\'username\' long' at line 1"
I'm using a text editor (EditPlus) to read the instructions and I'm pasting the info in from there. Anyone have any suggestions on what I'm doing wrong?