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

Reply
 
Thread Tools
Ultimate Spambot Killer Details »»
Ultimate Spambot Killer
Version: 1.0.5, by y2ksw y2ksw is offline
Developer Last Online: Feb 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.7.x Rating:
Released: 10-17-2008 Last Update: 10-23-2008 Installs: 10
Uses Plugins
Translations Is in Beta Stage  
No support by the author.

This product is a natural evolution of many single solutions. It is an attempt to integrate in vBulletin the features other applications have, without requiring a lot of code, and without obviously giving the code to the spammers.

With this software, your board connects to one of the most powerful email checking engines available. The engine itself is maintained remotely and can currently be accessed at the production server. After debugging and wide-scale test, it will be moved to vbulletin.it.

Please read first the included help before installing!


BETA RELEASE

1.0.4: FIX misplaced bracket
1.0.5 More reliable connections and a few new options, updated help. This version should be the last one before release.

Online Help

Please continue discussing here (stable release).

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 10-17-2008, 11:00 PM
popowich popowich is offline
 
Join Date: Jun 2004
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What exactly is it connecting to? Something along the lines of SpamAssassin?

Why would someone make themselves dependent on an external resource?

What happens to a new post of your service is not available?

I'm not bashing you, just trying to ask some educated questions.

If you'd rather PM details to me that is fine. Thanks!

-Raymond
Reply With Quote
  #3  
Old 10-18-2008, 01:36 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you elaborate a bit more. You say it is the ultimate spambot killer, but in what way? in bots spamming or in bots registering?

what does it do with the spam, etc. how do I know it is not removing legit posts, etc. we need more detail.
Reply With Quote
  #4  
Old 10-18-2008, 01:39 AM
River_rush River_rush is offline
 
Join Date: Mar 2004
Location: Basingstoke
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by popowich View Post
What exactly is it connecting to? Something along the lines of SpamAssassin?

Why would someone make themselves dependent on an external resource?

What happens to a new post of your service is not available?

I'm not bashing you, just trying to ask some educated questions.

If you'd rather PM details to me that is fine. Thanks!

-Raymond
according to the xml file I think its http://www.pagerobot.com/
Reply With Quote
  #5  
Old 10-18-2008, 06:59 AM
y2ksw's Avatar
y2ksw y2ksw is offline
 
Join Date: Aug 2003
Location: Italy
Posts: 1,418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by popowich View Post
What exactly is it connecting to? Something along the lines of SpamAssassin?

Why would someone make themselves dependent on an external resource?

What happens to a new post of your service is not available?

I'm not bashing you, just trying to ask some educated questions.

If you'd rather PM details to me that is fine. Thanks!

-Raymond
It's connecting to Spamhaus, and if not available or overloaded, to alternate services. It has also a local database where known spammers are cached for some time.

If somebody was so badly spammed as some of my servers (hundreds of spammers and tens of thousands of posts), and any service would help me to get rid of them, I would choose it. I have made my research and found that nothing exists which compares to SpamAssasin, and so I coded the connection to those databases. Also I added some of the features I had already, such as the local spammer database and formal email checking. All together they do a really good job.

New posts are not affected, only new users.

Please feel free to ask, I will reply to all questions, all but the exact coding
Reply With Quote
  #6  
Old 10-18-2008, 07:17 AM
y2ksw's Avatar
y2ksw y2ksw is offline
 
Join Date: Aug 2003
Location: Italy
Posts: 1,418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
Can you elaborate a bit more. You say it is the ultimate spambot killer, but in what way? in bots spamming or in bots registering?

what does it do with the spam, etc. how do I know it is not removing legit posts, etc. we need more detail.
It does not allow to register spam bots and notoriously known spammers from certain IP's.

If a user registers, it's email (and optionally IP) is compared to the local database (mine) first and if a match was found, rejected.

Flow:
  • An incoming email address is formally checked and rejected if invalid.
  • If no IP match was found, it connects to the world-wide spammer databases in a certain order, and if there is a match, the IP is stored locally and the user email rejected.
  • If the email address apears not to exist (MX lookup & initiation of email transmit, quit before sending), the user email is stored to the local database and will be rejected.
  • If none of the above applies, the user may register. At this point it is sure the email account is not coming from a known spammer and the address is really valid.
You may test this service by issuing:

http://uspam.pagerobot.com/index.php...p=64.201.124.1

for a known spammer, and anything else for valid or invalid email addresses. If no IP is specified, the IP test against the world-wide databases is not performed.

If the emal is invalid, a blank page or 0 is returned. If the service is manually down, a negative value is shown. If the email is valid, a 1 is shown.
Reply With Quote
  #7  
Old 10-18-2008, 08:07 AM
y2ksw's Avatar
y2ksw y2ksw is offline
 
Join Date: Aug 2003
Location: Italy
Posts: 1,418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The final mail check is currently down - I have to fix a timeout issue on many requests. Thus, emails return 1 if the spamhaus test passed.
Reply With Quote
  #8  
Old 10-18-2008, 09:51 AM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

www.pagerobot.com i take it he has a brandfree licence if not .......
Reply With Quote
  #9  
Old 10-18-2008, 11:28 AM
y2ksw's Avatar
y2ksw y2ksw is offline
 
Join Date: Aug 2003
Location: Italy
Posts: 1,418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Delphiprogrammi View Post
www.pagerobot.com i take it he has a brandfree licence if not .......
In fact I have a branding free license
Reply With Quote
  #10  
Old 10-18-2008, 11:30 AM
y2ksw's Avatar
y2ksw y2ksw is offline
 
Join Date: Aug 2003
Location: Italy
Posts: 1,418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by y2ksw View Post
The final mail check is currently down - I have to fix a timeout issue on many requests. Thus, emails return 1 if the spamhaus test passed.
The service is up again. Also Gray-Listed mailboxes are accepted now. If they don't exist, the registration will bounce anyway.
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:13 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.07340 seconds
  • Memory Usage 2,304KB
  • 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
  • (5)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
  • (1)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete