Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Add Anti-spam links to "New User" Admin email Details »»
Add Anti-spam links to "New User" Admin email
Version: 1.02, by djbaxter djbaxter is offline
Developer Last Online: Aug 2021 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.4 Rating:
Released: 09-26-2009 Last Update: 07-07-2011 Installs: 27
 
No support by the author.

This is modified from a suggestion by Feldon23 at vBulletin.com dated August 15, 2009. It is especially useful for vBulletin forums requiring Admin validation of new accounts.
  1. Go to Admin CP | Languages & Phrases | Search in Phrases

  2. Find: Varname $vbphrase[newuser], Text "There is a new user, $username at $vboptions[bbtitle]"

  3. Click on Edit this phrase

  4. Translation 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
    Version for 4.1.4 and up

    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
    
    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
  5. Click on Save

v1.01 Added option to ban user if desired, instead of deleting. Tested on 3.8.4 PL1. Works for me.

v1.02 Added links for IP check. Tested up to 4.1.4

Download Now

File Type: txt Add Anti-spam links to New User Admin email.txt (2.3 KB, 33 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 10-08-2009, 11:00 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Leo Brazil View Post
instead of using and remove user, why not ban it ? In my opinion it would be better to include it in your ban list and not simply remove it. Otherwise Spammer will be able to try to register again.
Quote:
Originally Posted by djbaxter View Post
Try adding this line to the notification translation:

Code:
Ban this user: $vboptions[bburl]/modcp/banning.php?do=banuser&u=$userid
I haven't tried it yet but I think it should work.
Thanks for the suggestion.

Now tested on 3.84 PL1. The ban option works as expected.

Original post modified as v1.01 to include the addition of the Delete option.
Reply With Quote
  #13  
Old 10-09-2009, 02:02 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why is it that my or this email landed always to my Gmail Spam Folder?
is there any solution to avoid this?

thanks and best regards

:up:
Reply With Quote
  #14  
Old 10-09-2009, 02:15 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeedward View Post
Why is it that my or this email landed always to my Gmail Spam Folder?
is there any solution to avoid this?

thanks and best regards

:up:
1. Try to add the sending address to your Gmail address book and/or whitelist.

2. Check with your host to ensure they are including the appropriate headers (SPF) in the emails being sent.
Reply With Quote
  #15  
Old 10-11-2009, 06:41 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ahhhh.... okay thanks ...will do

:up:
Reply With Quote
  #16  
Old 10-19-2009, 11:18 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why not just use the vBStopForumSpam mod itself?
Reply With Quote
  #17  
Old 10-19-2009, 11:40 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This one is a lot simpler.
  • no database modification
  • no additional processing power unless you click on one of the links
  • modifies a phrase so there are no issues with compatibility across different versions

etc.
Reply With Quote
  #18  
Old 12-13-2009, 04:46 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1 View Post
Why not just use the vBStopForumSpam mod itself?
I have actually started using that mod now. Impressive!
Reply With Quote
  #19  
Old 04-01-2010, 12:24 AM
firefoxextreme firefoxextreme is offline
 
Join Date: Mar 2010
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks added it now to vB 4.02 PL4
Reply With Quote
  #20  
Old 04-01-2010, 01:20 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by firefoxextreme View Post
Thanks added it now to vB 4.02 PL4
Actually, firefoxextreme, I now recommend the vbStopForumSpam add-on for vBulletin 4.x - see https://vborg.vbsupport.ru/showthread.php?t=230921
Reply With Quote
  #21  
Old 04-01-2010, 01:22 AM
firefoxextreme firefoxextreme is offline
 
Join Date: Mar 2010
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05144 seconds
  • Memory Usage 2,337KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete