bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Advanced Textual Confirmation - Quickie Installation Question

Author Message
adksnowman
Guest





Posted: Mon May 05, 2008 1:23 am    Post subject: Quickie Installation Question  

On which directory do you upload bbas_config.php and bbantispam.php to?

Thanks

D
Slacker
Guest





Posted: Mon May 05, 2008 3:16 am    Post subject:  

I used a directory named bbantispam and it worked very well.
admin
Site Admin


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

Posted: Mon May 05, 2008 3:20 am    Post subject:  

Quote:
I used a directory named bbantispam and it worked very well.

Yes, it's a good approach.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
adksnowman
Guest





Posted: Mon May 05, 2008 7:11 pm    Post subject:  

In which phpBB3 directory do you upload "bbantispam" to?

D
admin
Site Admin


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

Posted: Tue May 06, 2008 2:54 am    Post subject:  

Which directory -- it's not important. Important is to specify the correct path to the file "bbantispam.php" when attaching the protection.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
adksnowman
Guest





Posted: Tue May 06, 2008 2:59 pm    Post subject:  

Does this code have to be modified in any way when pasting into common.php?

Quote:
include_once($phpbb_root_path . 'bbantispam.' . $phpEx);


Thanks
Guest






Posted: Tue May 06, 2008 8:46 pm    Post subject: Another question  

Do you edit all instances of common.php ; there appears to be multiple instances of common.php

D
admin
Site Admin


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

Posted: Fri May 09, 2008 2:58 am    Post subject:  

adksnowman wrote:
Does this code have to be modified in any way when pasting into common.php?
Quote:
include_once($phpbb_root_path . 'bbantispam.' . $phpEx);

Thanks

If you copied the files "bbantispam.php" and "bbas_config.php" to the same directory where the file "common.php" was, then no modifications required. Otherwise, replace this code by
Code:
<?php include_once '...dir.../bbantispam.php'; ?>

where "...dir..." is an absolute path of the bbantispam directory.

Quote:
Do you edit all instances of common.php ; there appears to be multiple instances of common.php

Can't recommend anything for sure: under normal conditions, there is only one file "common.php".
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.