bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Advanced Textual Confirmation - How to stop PHP-Nuke spam

Goto page Previous  1, 2, 3, 4, 5, 6  Next

Author Message
Slacker
Guest





Posted: Mon Aug 20, 2007 8:08 am    Post subject:  

I have tried bbantispam now on PHP-Nuke 7.2.
It works very well and protects completely from spam in:
Forum
Feedback
It seems to not work for:
Your Account
Reviews comments
News comments
admin
Site Admin


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

Posted: Tue Aug 21, 2007 2:26 am    Post subject:  

Thanks for reporting. In a few days, I'll install PHP-Nuke and see what else required.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Guest






Posted: Tue Aug 21, 2007 5:18 am    Post subject:  

I can add that I deleted temporary files, cookies etc in IE and after that bbantispam worked in Your Account. However, it seems to me that on my system bots can probably register through memberregistration in the forum phpBB. I tried to use bbantispam in phpBB too, but there seem to be an error, BUT member registration should be blocked that way now anyhow.
Slacker
Guest





Posted: Tue Aug 21, 2007 5:21 am    Post subject:  

Posted the message above.
Slacker
Guest





Posted: Tue Aug 21, 2007 9:00 am    Post subject:  

It seems that bbantispam works in phpBB in PHP-Nuke, if profile.php is edited. It seems to work for me at least.
admin
Site Admin


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

Posted: Thu Aug 23, 2007 2:14 am    Post subject:  

Quote:
register through memberregistration in the forum phpBB.

If it's true, then yes, changing "profile.php" should help.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
admin
Site Admin


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

Posted: Mon Sep 03, 2007 3:59 am    Post subject:  

The simplest solution to fix all the types of spam in PHP Nuke is to edit the file "config.php". Insert as the first line:
Code:
<?php include_once 'bbantispam/bbantispam.php'; ?>

_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Josh
Guest





Posted: Wed Sep 19, 2007 9:13 pm    Post subject: Thank you!!!!!  

Beautiful! Thank you sooo much for doing this. I was getting hundreds of Viagra and Cialis story submissions daily in my PHP-Nuke site.

Going to buy a license right now!
admin
Site Admin


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

Posted: Fri Sep 21, 2007 1:42 am    Post subject:  

Hi Josh,

if you have problems getting a license through the registration service, write to me at <olepar gmail com> directly.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
markus
Guest





Posted: Sun Oct 21, 2007 3:38 pm    Post subject: Blanc Page  

Hi,
first at all, this script is absolutly amazing Smile

I works fine with PhpNuke, but 2 users (out of 7000) got a little problem.
After they answered the question and click to submit, only a white page apears.
They use FireFox and have Cookies turned on. I have absolute no idea what it could be, but perhaps the problem is known.

With best wishes from Lake Constance, Germany

Markus
admin
Site Admin


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

Posted: Mon Oct 22, 2007 2:10 am    Post subject:  

Quote:
first at all, this script is absolutly amazing

I'm happy to hear it!

Quote:
After they answered the question and click to submit, only a white page apears.

Very strange. At the moment, I have no ideas. Let's first try to identify where the problem occurs: on the server or on the client. Do you have access to the server log files, especially to the error log? If yes, please check the log for messages, maybe you'll find something interesting.

As for the two users: after the get a white page, if they retry doing something on site, do the get a question again?

And give a link to your site, maybe it will help me in search for ideas.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Guest






Posted: Mon Oct 22, 2007 3:03 pm    Post subject:  

Hi

sorry, i have no access to the logfiles, i'm not the administrator.

Quote:
As for the two users: after the get a white page, if they retry doing something on site, do the get a question again?


Yes, the questionpage apears again

The link to the site is www.musiktreff.info

Thank you very much
Markus
Guest





Posted: Mon Oct 22, 2007 3:08 pm    Post subject: Previous Post  

Sorry, forgot the name in the previous posting.
admin
Site Admin


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

Posted: Tue Oct 23, 2007 2:12 am    Post subject:  

Quote:
Yes, the questionpage apears again

It means that the cookie isn't set. Possible variants:

* a temporary failure was cached
* the user's data caused an error in ATC
* user's request was not sent at all

Correspondingly, let's try the following:

* Ask the user to refresh the empty page (Ctrl+R or F5?)
* Which data excatly the user submits, to which form?
* Ask user to try Internet Explorer. Does he have the same problem?
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Markus
Guest





Posted: Tue Oct 23, 2007 6:14 am    Post subject:  

* Ask the user to refresh the empty page (Ctrl+R or F5?)
-> Didn't work at all, he also emptied the cache.

* Which data excatly the user submits, to which form?
-> It's from the logIn Page; submitted data are user name and password

* Ask user to try Internet Explorer. Does he have the same problem?
-> It work with the Internet Explorer well
[/quote]

Goto page Previous  1, 2, 3, 4, 5, 6  Next

Ok.