bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - phpBB spam - Mod Problem

Author Message
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?
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Fri Apr 03, 2009 4:58 am    Post subject:  

Follow the instructions here: http://bbantispam.com/forum/viewtopic.php?t=69
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.