Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Spam List: Block 261022 Registration Email Domains Details »»
Spam List: Block 261022 Registration Email Domains
Version: 1.0.1, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.6.4 Rating:
Released: 12-26-2006 Last Update: 12-29-2006 Installs: 192
Uses Plugins
Additional Files  
No support by the author.

This mod allows you to block users from registering when their email address domain is on a spam list. There are currently 261022 email address domains on the included spam lists. There is one list for every 0-9, a-z character plus one exemption list. However, there is no guarantee that every entry on a list is a true spam domain.

The lists were compiled by combining a personal list with various online sources, none of which disallows use in a mod such as this. Therefore, brought to you is this spam list mod. You can add or remove entries from the spam list files. If you add an entry, make sure to add it as a lowercase entry. The plugin takes care of the rest.

The various spam list files range is size from about 4.0kb to around 0.4mb so be sure that you have enough memory available before installing this mod. The mod calls in the exemption list and one spam list file, and unsets them as soon as possible to free memory. If an email address domain is on the exemption list, it is not blocked.

Should a user be blocked from registering at your forum, an email will be sent to your vB webmasteremail address and the user will see the vB banemail phrase message, so no screenshot of this mod is necessary. Everything is in alphabetical order so if you do not like the spam list files, just make your own set of files. Enjoy!

Show Your Support

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

Comments
  #42  
Old 12-30-2006, 04:40 AM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just what I was looking for. I tried to search google for that list, but didn't find it.

Yes, I have shell access as I run a few dedicated servers. I'll just stick to adding it to the 'do not block' exemption list

Thanks for the quick reply!

Quote:
Originally Posted by calorie View Post
Here are all the *.rr.com domains. Either remove them from the 0-9, a-z spamlist files or place them on the do not block exemption list.
Code:
@austin.rr.com
@bak.rr.com
@bham.rr.com
@bizwoh.rr.com
@ca.rr.com
@carolina.rr.com
@cfl.rr.com
@cinci.rr.com
@columbus.rr.com
@elp.rr.com
@gt.rr.com
@hawaii.rr.com
@houston.rr.com
@hvc.rr.com
@insight.rr.com
@jam.rr.com
@kc.rr.com
@maine.rr.com
@midsouth.rr.com
@mn.rr.com
@nc.rr.com
@neb.rr.com
@neo.rr.com
@nj.rr.com
@nyc.rr.com
@nycap.rr.com
@rgv.rr.com
@rochester.rr.com
@san.rr.com
@satx.rr.com
@sc.rr.com
@socal.rr.com
@sw.rr.com
@swfla.rr.com
@tampabay.rr.com
@triad.rr.com
@twcny.rr.com
@wi.rr.com
@woh.rr.com
I'm not sure whether or not I'll add a wildcard option, but if you have shell access, you can search for domains by using the following commands:
Code:
# this finds all domains where .domain.com is present
grep [.]domain[.]com spamlist_*.txt | more

# this finds all domains ending in domain.com
grep domain[.]com$ spamlist_*.txt | more

# this finds all domains starting with @domain.
grep ^@domain[.] spamlist_*.txt | more
Alternatively, you could use your PC to search the spamlist directory, at least to find the spamlist files containing the domain pattern of interest.
Reply With Quote
  #43  
Old 12-30-2006, 10:07 AM
imported_Pigs imported_Pigs is offline
 
Join Date: Apr 2004
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi I was wondering how to turn off the email notification, or, nominate a separate email address to shoot notifications to.

Thanks.
Reply With Quote
  #44  
Old 12-30-2006, 04:02 PM
Neal-UK's Avatar
Neal-UK Neal-UK is offline
 
Join Date: Feb 2004
Location: Lancashire, England
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent hack, stopped a few spammers since last night.
Reply With Quote
  #45  
Old 12-30-2006, 05:32 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the thanks. To change the email notification address, open the product-spamlist.xml file, change the following, and then reimport allowing overwrite.
Code:
in two spots...

from :  $vbulletin->options['webmasteremail']
to   :  'whoever@whatever.com'
Though you shouldn't really remove the email notification itself, or you won't know what email addresses get blocked.
Reply With Quote
  #46  
Old 12-30-2006, 06:11 PM
imported_Pigs imported_Pigs is offline
 
Join Date: Apr 2004
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Calorie,
Again, a very sincere thankyou for your assistance and time. Without it, people like me would be up the creek... with no paddle. I am very new to VB, so its vertical from my view.

cheers
Reply With Quote
  #47  
Old 01-05-2007, 03:03 AM
Neal-UK's Avatar
Neal-UK Neal-UK is offline
 
Join Date: Feb 2004
Location: Lancashire, England
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So more e-mails to allow:

@btinternet.com
@ntlworld.com
@wanadoo.co.uk

These are quite large ISP's in the UK
Reply With Quote
  #48  
Old 01-07-2007, 11:51 PM
jyajay jyajay is offline
 
Join Date: Sep 2006
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh my goodness, why does this plugin send emails? Instead of spammers registering my forum will start to spam me instead.

I am asking you to remove this feature or at least give us the option to disable it.
Reply With Quote
  #49  
Old 01-18-2007, 05:41 AM
farooqaaa farooqaaa is offline
 
Join Date: Aug 2006
Location: Pakistan
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks alot! nice hack
Reply With Quote
  #50  
Old 01-22-2007, 03:33 AM
davis31b davis31b is offline
 
Join Date: Feb 2006
Location: Texas
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just wanted to say thanks for the mod and I just have one question.

Can I use:
@us.*.mil <-- Example

Meaning can I put the asterisk[*] anywhere on the do not block list to symbolize any?

thanks.
Reply With Quote
  #51  
Old 01-22-2007, 06:40 AM
bplinson bplinson is offline
 
Join Date: Jul 2004
Location: Ohio
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why not use the NoSpam! - an alternative to CAPTCHA images plug-in in conjunction with the USER BANNING OPTIONS that are already in vBulletin.

vBulletin Options>User Banning Options>Banned Email Addresses

This plug-in just seem redundant to me.
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 02:17 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.05149 seconds
  • Memory Usage 2,309KB
  • Queries Executed 25 (?)
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
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete