*

BabyDunk

  • ****
  • 161 posts
[Feature Request] **Spam Solution Plugin**
« on: September 27, 2016, 08:53:27 PM »
Hello Frosticek

is it possible to have the option to select email or/and ip when this option is selected
Quote
Enable plugin check if user is bot on stopforumspam.com (database of spam bot's emails & IPs updated every few minutes)

its just i'm getting a lot of false positives as users are using mobile data to reach the site but these ip's are shared and there must be a lot of dodgey users on their network. i have had bother with this myself first hand but the end user won't understand.

i have disabled this option for the time being. i hope that you can add this feature as the stopforumspam has helped ban a lot of spammers


Thanks
Chris
I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D

*

MB Themes

Re: [Feature Request] **Spam Solution Plugin**
« Reply #1 on: September 27, 2016, 09:10:10 PM »
@BabyDunk
You mean to check by email or check by ip only?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

BabyDunk

  • ****
  • 161 posts
Re: [Feature Request] **Spam Solution Plugin**
« Reply #2 on: September 28, 2016, 04:29:31 PM »
Hey Frosticek

yes that's exactly what i mean :D

I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D

*

MB Themes

Re: [Feature Request] **Spam Solution Plugin**
« Reply #3 on: September 28, 2016, 09:55:44 PM »
I will take a look on this.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

BabyDunk

  • ****
  • 161 posts
Re: [Feature Request] **Spam Solution Plugin**
« Reply #4 on: September 29, 2016, 01:36:07 AM »
Thanks You ;)
I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D

*

MB Themes

Re: [Feature Request] **Spam Solution Plugin**
« Reply #5 on: September 29, 2016, 12:38:22 PM »
@BabyDunk
You can disable check by IP in index.php removing these lines:
Code: [Select]
          if($xml->appears == 'yes'){
            $spambot = true;
            $reason = ' > stopforumspam.com > ' . __('IP address', 'spam_solution');
          }

However right now it is not possible to check IP and not email.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

BabyDunk

  • ****
  • 161 posts
Re: [Feature Request] **Spam Solution Plugin**
« Reply #6 on: September 30, 2016, 04:04:31 PM »
Hi Frosticek

so are you saying there is not point in removing that piece of code??

what is stopping the ip or email from being selected individually?

i see stopforumspam's api seem to support it

Thanks
Chris
I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D

*

MB Themes

Re: [Feature Request] **Spam Solution Plugin**
« Reply #7 on: September 30, 2016, 04:34:37 PM »
@BabyDunk
Plugin is made that it will check email in all cases, unless you disable this feature (stopforumspam).
To remove ip control, remove that block of code.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

BabyDunk

  • ****
  • 161 posts
Re: [Feature Request] **Spam Solution Plugin**
« Reply #8 on: September 30, 2016, 05:41:03 PM »
Thanks for clarify that for me ;)

I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D