Welcome, Guest
Please Login or Register.    Lost Password?

stopforumspam.com
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: stopforumspam.com
#501
stopforumspam.com 11 Months, 2 Weeks ago Karma: 0
i have upgrate to latest version that have integrate stopforumspam.com
i use Yes (reject only IP AND email match)

no new user for more than a week
i have try to create a account by my self

and stopforumspam.com blocked IP

MY IP BLOCKED ??????

i suggest remove it
etusha
http://www.Lundro.AL
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Lundro.AL Location: http://www.Lundro.AL
The administrator has disabled public write access.
 
#502
Re:stopforumspam.com 11 Months, 2 Weeks ago Karma: 7
That's odd, I have it enabled on my site and have no problems.

Presumably you can just disable it in the plugin options and it solves the issue?

It may be that there is a problem reaching stopforumspam - I will double-check the plugin to ensure that in the case of it failing to get a valid result, it allows the registration.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
The administrator has disabled public write access.
 
#503
Re:stopforumspam.com 11 Months, 2 Weeks ago Karma: 0
i can secure u about it
because at the moment i disable it i have new user
etusha
http://www.Lundro.AL
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Lundro.AL Location: http://www.Lundro.AL
The administrator has disabled public write access.
 
#504
Re:stopforumspam.com 11 Months, 2 Weeks ago Karma: 7
Please try the attached modification. I have put more checking of the response from StopForumSpam, it should disregard any data if it is invalid. I can't test it though, as I don't appear to be having any issues currently.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
Last Edit: 2009/12/02 09:13 By purplepomegranite.
The administrator has disabled public write access.
 
#505
Re:stopforumspam.com 11 Months, 2 Weeks ago Karma: 0
sorry i cant test it i have a site with traffic
etusha
http://www.Lundro.AL
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Lundro.AL Location: http://www.Lundro.AL
The administrator has disabled public write access.
 
#506
Re:stopforumspam.com 11 Months, 2 Weeks ago Karma: 7
Ok, but I can't release a fix until it is tested against a site with issues. My site is working fine (as is my test site), so I can't test at all.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
The administrator has disabled public write access.
 
#507
Re:stopforumspam.com 11 Months, 2 Weeks ago Karma: 0
Do u have any test site or u use cedit.biz for testing

if u have any test site i like to try
etusha
http://www.Lundro.AL
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Lundro.AL Location: http://www.Lundro.AL
The administrator has disabled public write access.
 
#508
Re:stopforumspam.com 11 Months, 2 Weeks ago Karma: 7
Yes, I have a test site. But the problem is, I don't have/can't replicate the issue you have had with the StopForumSpam part so there is no point in testing on my site. The changes need to be tested on a site that had issues.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
The administrator has disabled public write access.
 
#714
Re:stopforumspam.com 8 Months, 4 Weeks ago Karma: 0
I know this is an old thread but having the exact same issue with version 1.2.7 of the plugin.

I also have it set to "Yes (reject only IP AND email match)" and it then appears to block everyone who registers even though there is NO matches what so ever.

About to try it with the "Yes (reject any match)" setting.

Using the above forementioned setting works as intended, but its definitely a bug with the other setting. Going to look at the source of the plugin now to see if its a simple syntax error in how its comparing the values.

Edit:
Okay on line 448 of cedit_blockdisposable.php it has
Code:

if ( ( $emailbad && $ipbad ) || ( $count = 2 ) ) return true;


Isn't that always going to return true? Shouldn't it be
Code:

if ( ( $emailbad && $ipbad ) || ( $count == 2 ) ) return true;


I'm not a PHP programmer (my primary cup of tea is C / C++) so there could be minor differences in syntax between the languages, so I could be wrong. However I know in C that is indeed a minor but critical bug (made the mistake in the past in a project).
darjk
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Brisbane, Australia
Last Edit: 2009/12/15 04:36 By darjk.
The administrator has disabled public write access.
 
#715
Re:stopforumspam.com 8 Months, 4 Weeks ago Karma: 1
You are absolutely right, thanks for spotting this and reporting it. That statement will always return true, so if StopForumSpam is enabled on both IP and email match, all registrations will be rejected. The default for Registration Validator is to reject on either match - that part of the code doesn't contain a bug, so anyone leaving RV in its default configuration would not have the problem.

I'll post a bugfix immediately.
admin
Administrator
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#716
Re:stopforumspam.com 8 Months, 4 Weeks ago Karma: 7
I've just reread the original post in the thread. I completely missed the mention of setting it to check IP AND email, which is why I didn't replicate the problem. Sorry for that - the fixed version is now uploaded.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
The administrator has disabled public write access.
 
#717
Re:stopforumspam.com 8 Months, 4 Weeks ago Karma: 0
Can you please told for how long this bug exist?
From that version of RV?

On my site there no registrations for last several days, so I wanna to understand if there some correlation to RV...
bdcomp
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#718
Re:stopforumspam.com 8 Months, 4 Weeks ago Karma: 7
This bug will have been in every version of Registration Validator since StopForumSpam check was implemented.

Note that under default configuration registrations wouldn't be blocked - there is only an issue if you change the StopForumSpam setting to block only when both IP address AND email address are listed at StopForumSpam (default configuration is to block if either are listed).

If your plugin is set to reject only if StopForumSpam if both match, then that will be the problem for your registrations. If you haven't changed this setting, then you won't have the problem.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
The administrator has disabled public write access.
 
Go to topPage: 1
Copyright © 2009 www.cedit.biz. All rights reserved.