Matt Guest
|
Posted: Fri Apr 03, 2009 1:09 am Post subject: Mod Problem |
|
|
I am new and am trying to install the mod for anitspam.
I think I got everything but the last step.
#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_textual_confirmation (
id INTEGER NOT NULL AUTO_INCREMENT,
question TEXT NOT NULL,
answers TEXT NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO phpbb_textual_confirmation(question,answers) VALUES ('Are you human?', 'yes\nja\noui');
INSERT INTO phpbb_textual_confirmation(question,answers) VALUES ('Say hello', 'hello\nhi\nhallo');
I am not sure what to do. I try and type the question in the box under my admin but comes up a error. Do I have to creat something and ftp it to my web site? |
|