vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   New form of Spam (https://vborg.vbsupport.ru/showthread.php?t=185691)

yankidank 07-18-2008 05:20 PM

New form of Spam
 
I've been moderating a VB forum for about three years now and I've come across many types of spam that are usually pretty simple to catch and ban. I even wrote an article about how I stop vBulletin spam in case anyone is interested. Anyways, today I discovered a new method that spammers are using to get around my several spam checks and I'm trying to figure out if there's a solution to stop it.

Spammers are creating accounts and copy/pasting existing posts into their own new threads. By doing this they are getting around my safeguards that require that users have X number of posts before they can have a signature. Nobody is reporting the new spam because it looks legit, but out of context.

Is there any current mod for vBulletin that checks for duplicate content before approving a post? That sort of mod would save the day for me. Thanks for your help guys/gals.

snakes1100 07-19-2008 12:52 AM

Seeing as its a different user, vb itself wont check that, i do not know of any current hack that checks different users for the same identical post, you could post here in free requests forum, someone might make one for you or you could post a paid job.

I dont really see that as a viable option anyways, if you site has 500,000 posts, imagine the load that mysql & the server would incur because your trying to check every new post against the current posts you already have.

Marco van Herwaarden 07-19-2008 08:12 AM

Quote:

Originally Posted by snakes1100 (Post 1578791)
I dont really see that as a viable option anyways, if you site has 500,000 posts, imagine the load that mysql & the server would incur because your trying to check every new post against the current posts you already have.

There are some technical solutions possible that would not have a high impact on the server load. For example you could create a hash of the posttext upon posting/editing and store that within the post table. Compairing the database if a hash already exists should not have a large impact on the performence.

Hex_legend 07-19-2008 08:16 AM

There's a hack that uses AJAX that looks for posts and makes you select a different title etc if its got the same content. I dont know what its called.

yankidank 07-20-2008 01:14 PM

I'll look around for that mod Hex, thanks for the suggestion.

snakes1100 07-20-2008 01:55 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1578938)
There are some technical solutions possible that would not have a high impact on the server load. For example you could create a hash of the posttext upon posting/editing and store that within the post table. Compairing the database if a hash already exists should not have a large impact on the performence.

Nice Marco, didnt think about that.


All times are GMT. The time now is 09:32 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01730 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete