[CDB] Stop Forum Spam

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
RMcGirr83
Former Team Member
Posts: 22071
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Stop Forum Spam

Post by RMcGirr83 »

Feel free to modify it as you see fit. Most, if not all, of the items you posted are minutia to me.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
Lady_G
Registered User
Posts: 276
Joined: Fri Jun 08, 2012 12:38 pm
Location: US

Re: [RC] Stop Forum Spam

Post by Lady_G »

(I updated my previous post to add that I'm using phpBB 3.1.5.) I completed testing the registration functionality, along with logging and allowing registration if Stop Forum Spam is down (disable network connection on localhost).

Registration is tested the same as for guest posting. Insert a test IP here:

Code: Select all

	public function user_sfs_validate_registration($event)
	{
$this->user->ip = '192.168.42.43';		
		$settings = $this->get_settings();
I've gone as far as I can. From what I can tell, everything is working as expected. My only recommendation would have been to log why the IP ban was issued.

For example, I blocked by email address. The logs indicate the IP was banned (correct), but not that the reason for the ban was due to email.

Code: Select all

Banned IP for reason “Found in the Stop Forum Spam database”
» 192.168.42.43
Thinking further, the reason for the ban is a sum of email, IP, and username. Making a clear log to show all of these parameters will be more complicated than the checking itself.

As long as I can correlate the time of ban across the user, moderator, and admin logs, I can figure out what's going on. I'll probably disable logging anyway, unless I need to debug a problematic registration. I also require registration to post.

I'm done for now and think this code is ready for validation. Thanks for doing this.
User avatar
RMcGirr83
Former Team Member
Posts: 22071
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Stop Forum Spam

Post by RMcGirr83 »

RMcGirr83 wrote:I have taken back this extension and have submitted it to the database on here for validation.
viewtopic.php?p=14119986#p14119986
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
Lady_G
Registered User
Posts: 276
Joined: Fri Jun 08, 2012 12:38 pm
Location: US

Re: [RC] Stop Forum Spam

Post by Lady_G »

Yes, but what happens after the initial validation? I'm unclear how this updated code gets incorporated as a version release.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [RC] Stop Forum Spam

Post by david63 »

Lady_G wrote:Yes, but what happens after the initial validation? I'm unclear how this updated code gets incorporated as a version release.
Either the original author of the extension will add your changes and re-submit it or you can submit your version for validation, with the appropriate acknowledgements of the original author.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
Lady_G
Registered User
Posts: 276
Joined: Fri Jun 08, 2012 12:38 pm
Location: US

Re: [RC] Stop Forum Spam

Post by Lady_G »

Thank you.

Is there any status on the current validation?
TriKe27
Registered User
Posts: 18
Joined: Wed Feb 25, 2015 6:30 pm

Re: [RC] Stop Forum Spam

Post by TriKe27 »

Hello,

can you include the contact-page to your extension? I often receive spam over the contact formular so it would be nice if spammers are blocked in the future.


Thanks

Martin
User avatar
RMcGirr83
Former Team Member
Posts: 22071
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Stop Forum Spam

Post by RMcGirr83 »

There are no events for the contact page so no this extension cannot be applied to the contact page.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6792
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [RC] Stop Forum Spam

Post by HiFiKabin »

TriKe27 wrote:Hello,

can you include the contact-page to your extension? I often receive spam over the contact formular so it would be nice if spammers are blocked in the future.


Thanks

Martin
Off Topic (apologies Rich) but have a look at my Obscure Contact Us Ext downloadable from the My Extensions link in my sig
User avatar
RMcGirr83
Former Team Member
Posts: 22071
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Stop Forum Spam

Post by RMcGirr83 »

Extension validated and released so locking.

https://www.phpbb.com/customise/db/exte ... orum_spam/
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺

Return to “Extensions in Development”