bbAntiSpam Forum Index bbAntiSpam
Discuss how to stop web spam
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ATC and phpBB2
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    bbAntiSpam Forum Index -> Advanced Textual Confirmation
View previous topic :: View next topic  
Author Message
admin
Site Admin


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

PostPosted: Wed Mar 21, 2007 4:07 am    Post subject: ATC and phpBB2 Reply with quote

phpBB2 is a popular forum software, and, after e-mail, is the main target of spam.

Several methods of attaching Advanced Textual Confirmation to phpBB2 are possible. The simplest is the following.

0. Download Advanced Textual Confirmation, unpack the files the files "bbantispam.php" and "bbas_config.php", and upload the files on the server.
1. In the phpBB installation directory, open the file "extension.inc".
2. After the first string, "<?php", add the string (change "...path.to..." to the correct value)
Code:
require_once '...path.to.../bbantispam.php';

3. Save the changes
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Back to top
View user's profile Send private message Visit poster's website
kevins
Guest





PostPosted: Mon Jul 23, 2007 10:43 am    Post subject: Reply with quote

Is it possible to show this message only with new registrations? And to show the question box in het phpbb template lay-out/design?

Thank you! great anti spambot mod!
Back to top
admin
Site Admin


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

PostPosted: Tue Jul 24, 2007 2:15 am    Post subject: Reply with quote

Quote:
Is it possible to show this message only with new registrations?

Yes. Instead of changing "extension.inc", change "profile.php".

Quote:
And to show the question box in het phpbb template lay-out/design?

No, unless you've got a standard license.

Please also check the usual Textual Confirmation -- probably it's exactly what you are looking for.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Back to top
View user's profile Send private message Visit poster's website
forumtech



Joined: 16 Aug 2007
Posts: 4

PostPosted: Thu Aug 16, 2007 5:40 am    Post subject: Reply with quote

"bbantispam.php" and "bbas_config.php" do I just upload them to my root directory?
Back to top
View user's profile Send private message
admin
Site Admin


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

PostPosted: Thu Aug 16, 2007 7:45 am    Post subject: Reply with quote

Quote:
"bbantispam.php" and "bbas_config.php" do I just upload them to my root directory?

Yes. But it's a bit better to create a folder "bbantispam" in the root directory, and copy the files there.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Back to top
View user's profile Send private message Visit poster's website
forumtech



Joined: 16 Aug 2007
Posts: 4

PostPosted: Fri Aug 17, 2007 2:26 am    Post subject: Reply with quote

Code:
<?php

require_once 'http://spankyscycles.com/mxtalk2/bbantispam.php';

/*************************************************************************** 
 *                               extension.inc
 *                            -------------------                         
 *   begin                : Saturday, Feb 13, 2001
 *   copyright            : (C) 2001 The phpBB Group       
 *   email                : support@phpbb.com                           
 *                                                         
 *   $Id: extension.inc,v 1.5 2002/04/04 11:52:50 psotfx Exp $
 *                                                           
 *


Am I adding the code right?
here is my testing site, I can't get it working..
http://spankyscycles.com/mxtalk2/index.php
Back to top
View user's profile Send private message
admin
Site Admin


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

PostPosted: Fri Aug 17, 2007 3:40 am    Post subject: Reply with quote

For 'require_once', please use not a web address ("http://..."), but a file path address. In your case, as "bbantispam.php" and "index.php" are in the same directory, the following should work:
Code:
require_once 'bbantispam.php';

_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Back to top
View user's profile Send private message Visit poster's website
forumtech



Joined: 16 Aug 2007
Posts: 4

PostPosted: Fri Aug 17, 2007 3:10 pm    Post subject: Reply with quote

thanks got it working!
Back to top
View user's profile Send private message
admin
Site Admin


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

PostPosted: Sat Aug 18, 2007 2:37 am    Post subject: Reply with quote

Glad to hear it!
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Back to top
View user's profile Send private message Visit poster's website
forumtech



Joined: 16 Aug 2007
Posts: 4

PostPosted: Wed Aug 22, 2007 7:21 am    Post subject: Reply with quote

can I change the questions withthe free version?
If I did is it still working?
Back to top
View user's profile Send private message
admin
Site Admin


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

PostPosted: Thu Aug 23, 2007 2:11 am    Post subject: Reply with quote

Yes, you can change the question.

The only limitation of the free version is that you can't change the layout of the form.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Back to top
View user's profile Send private message Visit poster's website
Guest
Guest





PostPosted: Sun Sep 09, 2007 12:07 am    Post subject: Didn't work Reply with quote

I downloaded Advanced Textual Confirmation and followed the exact same procedure as explained above. I don't understand why, but it's not working on my forum. Now instead of the forum I get the message "Warning: main(bbantispam.php) failed to open stream: No such file or directory". The forum has disappeared altegether! What could have gone wrong?
Back to top
Slacker
Guest





PostPosted: Sun Sep 09, 2007 1:26 am    Post subject: Reply with quote

I think you have written the wrong path to bbantispam.php, so it can't be found, so thats why you get an error message. When you ftp to your site in which folder do you have bbantispam.php?

http://www.bbantispam.com/forum/viewtopic.php?t=470&postdays=0&postorder=asc&start=0
Back to top
admin
Site Admin


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

PostPosted: Sun Sep 09, 2007 2:08 am    Post subject: Reply with quote

Slacker is right. Please show your 'require_once' string.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Back to top
View user's profile Send private message Visit poster's website
Guest
Guest





PostPosted: Sun Sep 09, 2007 3:50 pm    Post subject: Didn't work 2 Reply with quote

I have the bbantispam.php in a folder named 'bbantispam' in the 'nfphpbb' folder which is in the folder 'Forum' in the root directory. So the string I used in the extension.inc was

require_once 'Forum/nfphpbb/bbantispam/bbantispam.php';

But it's not working. The message I get on the screen is

Warning: main(Forum/nfphpbb/bbantispam/bbantispam.php) [function.main]: failed to open stream: No such file or directory in /mnt/w0301/d17/s43/b01c6273/www/Forum/nfphpbb/extension.inc on line 3

Fatal error: main() [function.require]: Failed opening required 'Forum/nfphpbb/bbantispam/bbantispam.php' (include_path='.:/usr/local/nf/lib/php') in /mnt/w0301/d17/s43/b01c6273/www/Forum/nfphpbb/extension.inc on line 3

What should I do?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    bbAntiSpam Forum Index -> Advanced Textual Confirmation All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group