Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Add Anti-spam links to New User Admin email for vBulletin 4.x Details »»
Add Anti-spam links to New User Admin email for vBulletin 4.x
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: 4.1.4 Rating:
Released: 07-07-2011 Last Update: 07-07-2011 Installs: 22
 
No support by the author.

This is an update of https://vborg.vbsupport.ru/showthread.php?t=224073 for vBulletin 4.1.4 and up.
  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. Version for 4.1.4

    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.02 Added links for IP check. Tested with 4.1.4

Note: Attached file includes instructions for both 3.8.x and 4.1.x prior to 4.1.4, as well as instructions for 4.1.4 and up.

Download Now

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
Jasem, nacaruncr, starman?

Comments
  #2  
Old 08-21-2011, 10:04 AM
RevJim RevJim is offline
 
Join Date: Oct 2010
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi djbaxter,

Thanks for this mod. I was trying to come up with a way to do exactly this but it hadn't occurred to me to just modify the phrases! This is genius in its simplicity. Also very easy to modify to each Admin's personal taste.

For anyone who is not familiar with this mod, you'll want to go to AdminCP > Settings > Options > User Registration Options and put in an email address under "Email Address to Notify About New Members" to enable this feature. Then you will get an email for each user that registers.

Very helpful, thanks.

-RJ
Reply With Quote
Благодарность от:
djbaxter
  #3  
Old 08-21-2011, 03:47 PM
starman? starman? is offline
 
Join Date: Apr 2008
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will check this out - looks like a winner. Thanks.
Reply With Quote
Благодарность от:
djbaxter
  #4  
Old 09-14-2011, 03:13 AM
Majest Majest is offline
 
Join Date: Apr 2006
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried installing this but I couldn't find the phrase. I copied it from both the post above and from the readme and tried all the different search settings but still no luck.

I am running vb4.1.5
Reply With Quote
  #5  
Old 09-14-2011, 04:56 AM
nacaruncr nacaruncr is offline
 
Join Date: Nov 2010
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excuse me.... but I'm new here XD.... a question... Do I have to change something in the options?
for example: http://www.stopforumspam.com/search?q=$email change where say "$email" or not???

excuse me... but I'm new
Reply With Quote
  #6  
Old 09-14-2011, 12:52 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Majest View Post
I tried installing this but I couldn't find the phrase. I copied it from both the post above and from the readme and tried all the different search settings but still no luck.

I am running vb4.1.5
Try searching for just this phrase:

Code:
There is a new user
Or search for the variable name newuser.
Reply With Quote
  #7  
Old 09-14-2011, 12:56 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nacaruncr View Post
excuse me.... but I'm new here XD.... a question... Do I have to change something in the options?
for example: http://www.stopforumspam.com/search?q=$email change where say "$email" or not???

excuse me... but I'm new
No, just enter the text as shown. $email is a variable so it will be automatically nreplaced by the actual email address when you receive the email.
Reply With Quote
  #8  
Old 09-22-2011, 05:18 PM
starman? starman? is offline
 
Join Date: Apr 2008
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whilst this is a fabulous and essential admin tool (thank you very much), I've noticed that the field length for Check for Spam (name): is too short on occasions, specifically where the user name is quite long and therefore only looks up part of the registered user name. Strangely enough, when this occurs, and I select the full name and do a manual search, they are inevtably found to be spammers anyway, and therefore I immediately ban them. Maybe just a spammers MO, who knows? Could you please look to see if the field length could be increased and save me the copy and paste routine. Many thanks.
Reply With Quote
  #9  
Old 07-19-2012, 06:19 PM
Snowhog's Avatar
Snowhog Snowhog is offline
 
Join Date: Oct 2011
Location: Andover, MN
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you. I've made the modification and will see how it works.
Reply With Quote
  #10  
Old 06-20-2015, 09:12 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The link to Melissa no longer passes the string with the IP address.

Code:
Check IP location in Melissa:  http://www.melissadata.com/lookups/iplocation.asp?ipaddress=59.89.35.201
Does anyone know of another provider that will do what Melissa used to do?
Reply With Quote
Reply

Thread Tools

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 06:55 PM.


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.04469 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (5)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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