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
  #2  
Old 09-28-2009, 12:40 PM
BlackJacket's Avatar
BlackJacket BlackJacket is offline
 
Join Date: Nov 2008
Location: 070108111114105100100
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the Mod. Will try out when i get home.
Reply With Quote
  #3  
Old 09-28-2009, 03:44 PM
VB1r@n VB1r@n is offline
 
Join Date: Sep 2009
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i will try it later ! but i click installed
Reply With Quote
  #4  
Old 09-30-2009, 02:26 PM
BSMedia BSMedia is offline
 
Join Date: Feb 2009
Posts: 454
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great little adjustment to check if the account is a spammer!

Nice idea and thanks for the implmentation
Reply With Quote
  #5  
Old 10-02-2009, 08:08 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great and useful...thanks and gonna try this one...:up:
Reply With Quote
  #6  
Old 10-04-2009, 06:52 PM
Cmangum Cmangum is offline
 
Join Date: Feb 2009
Location: Utah
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks so much for this mod, it has made my life much easier
Reply With Quote
  #7  
Old 10-05-2009, 08:25 PM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a nice and simple idea.

But 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.
Reply With Quote
  #8  
Old 10-05-2009, 08:47 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
This is a nice and simple idea.

But 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.
I suppose you could do that. I prefer to minimize database size by deleting such accounts. If they are persistent, then I ban them but usually it's not necessary.
Reply With Quote
  #9  
Old 10-05-2009, 09:12 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #10  
Old 10-06-2009, 06:42 PM
sphinx sphinx is offline
 
Join Date: Dec 2001
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed and nominated great addition
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 08:32 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.04464 seconds
  • Memory Usage 2,312KB
  • Queries Executed 24 (?)
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
  • (1)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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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