vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Spammers Targeting Blog (https://vborg.vbsupport.ru/showthread.php?t=282428)

The Rocketeer 05-04-2012 03:36 PM

Spammers Targeting Blog
 
Hello fellow vBulletin users :D

I recently uninstalled GlowHost Anti Spam mod since the thing hasn't been updated in such a while and has been stripped of its many features, it also feels like it took a lot of load from the site, also saw a small number of member boost and just went back to using regular question and answer for verification.

However recently every day or Is there is one or two spammers who join up and posting spam blog posts with links, :( they get deleted within a couple of hours but any way I could stop that without having to mess with vBulletins promotions system, I was thinking is there was a mod that allows you to set the number of posts required before a user posts a blog?

or If there is a better HV/Anti Spam mod? I dont want anything heavy, just the necessary.

The Rocketeer 05-07-2012 10:15 AM

hello, anybody?

Sage Knight 05-07-2012 10:43 AM

This same thing happened on a forum I administered. Just simply moderate blog entries. It should really help reduce the numbers of spam blogs.

kh99 05-07-2012 10:53 AM

You could try this: create a plugin using hook blog_post_start and code like this:

Code:

$min_posts = 2;

if ($vbulletin->userinfo['posts'] < $min_posts)
{
    print_no_permission();
}


The Rocketeer 05-09-2012 02:00 AM

Quote:

Originally Posted by Sage Knight (Post 2327005)
This same thing happened on a forum I administered. Just simply moderate blog entries. It should really help reduce the numbers of spam blogs.

Quote:

Originally Posted by kh99 (Post 2327010)
You could try this: create a plugin using hook blog_post_start and code like this:

Code:

$min_posts = 2;

if ($vbulletin->userinfo['posts'] < $min_posts)
{
    print_no_permission();
}



okay! thanks guys. I have set both blog entry's to be moderated and also set that plugin, hopefully this will work now! :)


All times are GMT. The time now is 04:02 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.01981 seconds
  • Memory Usage 1,720KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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