vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Administrative and Maintenance Tools - Add Anti-spam links to "New User" Admin email (https://vborg.vbsupport.ru/showthread.php?t=224073)

djbaxter 04-01-2010 01:56 AM

Quote:

Originally Posted by firefoxextreme (Post 2013795)
I have another mod that works better than Stop Forum spam that I use as well. Its nice to have the link to check as I always check anyway. I also check Project Honeypot, the Stop Forum Spam Mod you refer too gives too many false positives for my liking. I believe it involves the function to reject a registration when connection to Stop Forum Spam times out.

No, that is optional. I have it set to approve the registration if the connection to the database times out. i also have it set to checkp IP and email address but NOT member name, which is where I suspect you'd get false positives.

I haven't checked 100% of course but I don't believe I've had any false positives on my forum.

What's the other mod you mention?

firefoxextreme 04-03-2010 07:41 PM

Quote:

No, that is optional. I have it set to approve the registration if the connection to the database times out. i also have it set to checkp IP and email address but NOT member name, which is where I suspect you'd get false positives.
Yes I did also but I think it causes a bug to reject people not on the list

0ptima 01-23-2011 10:52 PM

Thanks, I installed this.

joeychgo 07-08-2011 12:53 AM

Quote:

Originally Posted by Wired1 (Post 1902386)
Why not just use the vBStopForumSpam mod itself?


I use both. The vBStopForumSpam mod is not foolproof. It's good, dont get me wrong, but its not foolproof.

One thing that I think would greatly enhance this mod, would be to have the IP's location revealed in the email. (intergrate with ip2location.com or something similar)

I know when someone from bangledesh registers on my classic mopar forum, they are a spammer, and delete them right away.

djbaxter 07-08-2011 01:07 AM

Good points, Joey. In fact the latest version of what I'm using on my own site looks like this:

Code:

There is a new user, $username at $vboptions[bbtitle]

View member profile: $memberlink
Check IP location in Melissa:  http://www.melissadata.com/lookups/iplocation.asp?ipaddress=$ipaddress

View Profile: $memberlink
Check for Spam (email): http://www.stopforumspam.com/search?q=$email
Check for Spam (name): http://www.stopforumspam.com/search?q=$username
Check for Spam (IP): http://www.stopforumspam.com/search?q=$ipaddress

Delete this User: $vboptions[bburl]/admincp/user.php?do=remove&u=$userid
Ban this user: $vboptions[bburl]/modcp/banning.php?do=banuser&u=$userid

Email Address : $email
Birthday : $birthday
Referrer: $referrer
IP Address: $ipaddress

$customfields


joeychgo 07-08-2011 01:30 AM

Nice! Thank you!

djbaxter 07-08-2011 01:41 AM

Actually, what I posted above is for vBulletin 4.1.4.

Here are the changes for 3.8.x and 4.x prior to 4.1.4:

Code:

There is a new user, $username at $vboptions[bbtitle]

View Profile: $vboptions[bburl]/member.php?u=$userid

Check IP location in Melissa:  http://www.melissadata.com/lookups/iplocation.asp?ipaddress=$ipaddress

Check for Spam (email): http://www.stopforumspam.com/search?q=$email
Check for Spam (name): http://www.stopforumspam.com/search?q=$username
Check for Spam (IP): http://www.stopforumspam.com/search?q=$ipaddress

Delete this User: $vboptions[bburl]/admincp/user.php?do=remove&u=$userid
Ban this user: $vboptions[bburl]/modcp/banning.php?do=banuser&u=$userid

Email Address : $email
Birthday : $birthday
Referrer: $referrer
IP Address: $ipaddress

$customfields


joeychgo 07-08-2011 01:50 AM

What would be FANTISTIC would be if the IP location would be fetched and sent in the new user email --

SO that instead of getting:

Check IP location in Melissa: http://www.melissadata.com/lookups/iplocation.asp?ipaddress=76.102.90.132

You get something like this:

Check IP location in Melissa: Sunnyvale, CA

That way you know immediately if there might be a spammer.

djbaxter 07-08-2011 01:54 AM

Melissa is a free service. The problem with your suggestion is that it would send automated queries to that service, which would be unfair to the service owners.


All times are GMT. The time now is 09:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02948 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete