bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - Need help...again

Author Message
Lindsay



Joined: 29 Jul 2008
Posts: 3

Posted: Tue Jul 29, 2008 5:11 pm    Post subject: Need help...again  

Ok I'm completely new at this, so sorry ahead of time with my noobish question.

Installation:

Quote:
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_add_body.tpl


Ok when I go into my file manager (I'm using Omnis), when I try to open the above, I get an error message that says "Cannot Edit Binary Files"

I'm not sure where I can open this file to make the change.


Last edited by Lindsay on Tue Jul 29, 2008 7:05 pm; edited 1 time in total
Lindsay



Joined: 29 Jul 2008
Posts: 3

Posted: Tue Jul 29, 2008 6:54 pm    Post subject:  

Nevermind, I figured out that renaming the file as .txt will allow me to edit and then afterwards renaming it to the original name.
Lindsay



Joined: 29 Jul 2008
Posts: 3

Posted: Tue Jul 29, 2008 7:04 pm    Post subject:  

/sigh....ok I'm stuck again

Quote:
#-----[ 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');


Where exactly am I supposed to put this? I don't where to look.
tom
Guest





Posted: Thu Feb 12, 2009 1:30 pm    Post subject: test  

test
tom
Guest





Posted: Thu Feb 12, 2009 1:30 pm    Post subject: Re: test  

tom wrote:
test


It don't work
admin
Site Admin


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

Posted: Tue Mar 10, 2009 5:17 am    Post subject:  

Any text editor should be good to edit the tpl-files. I think even notepad.

Possible solutions to the problem with SQL: http://bbantispam.com/forum/viewtopic.php?t=69
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.