vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Forbid Users from Posting Links or Images if They Have Fewer than 15 Posts (https://vborg.vbsupport.ru/showthread.php?t=178611)

Delphiprogrammi 10-05-2008 09:29 AM

Quote:

Originally Posted by giorgioarmani (Post 1637634)
Can it be configured to a different number of posts?

you would have to edit the plugins

PHP Code:

if($vbulletin->userinfo['posts'] < number_here


Hidden_Gamma 10-06-2008 04:18 PM

I have just installed this on my own personal forum which only has a few members and very low visibility, traffic, but I'm also moderating another forum where this is installed and it is just not working to stop the spammers. Somehow, spammers are signing up, and posting threads with dozens of links even on their first post. If it's a bot, then it is even circumventing vBulletin's built-in human interaction precautions to signup.

joelozito 10-06-2008 04:32 PM

I'm having the same issue. Spammers are posting images and links in their first post. Anyone know of a way around this?

-joe

BucWiLd 10-06-2008 08:45 PM

if you guys know , please let me know. i have the same issues

BucWiLd 10-07-2008 07:13 PM

here is what i did, i added that forced intro on new registers and so far so good

joelozito 10-07-2008 07:40 PM

Just ran some tests. It looks like the original mod works, but it doesn't allow automatic RSS feed updates.

If you update the mod using the TitanJeff hack, the mod no longer functions (massive spamming).

Is there anything out there that prevents spam but still allows RSS importing?

Thanks,
Joe

thenewuser 10-12-2008 11:15 AM

Nice, Thanks!

douffle 10-24-2008 08:16 PM

This is a great mod however,....
I installed this on a new site and then tried to add some content that has an image in it. The full url to the image is required and it won't let me do that. Is there no permissions for the administrator to by-pass this?

Thanks.

aldamon 10-27-2008 11:05 AM

Quote:

Originally Posted by douffle (Post 1652023)
This is a great mod however,....
I installed this on a new site and then tried to add some content that has an image in it. The full url to the image is required and it won't let me do that. Is there no permissions for the administrator to by-pass this?

Thanks.

Change the post count on the account in User Manager.

grandeur_69 12-16-2008 02:57 AM

RSS feed hack

I'm not sure if this is 100% fool-proof, but it's what seems to work so far ...

I changed the code in the plugin to add
Code:

&& !$vbulletin->GPC['varname'] && !$vbulletin->GPC['cronid']
so, the original looks like this
Code:

if (($vbulletin->userinfo[posts] < 15) and etc, etc, etc
and the new code looks like this
Code:

if (($vbulletin->userinfo[posts] < 15 && !$vbulletin->GPC['varname'] && !$vbulletin->GPC['cronid']) and etc, etc, etc
... this variables are used by manually running a cron and by the cron running on it's own (which is what runs the RSS feeds). It's the best I can come up with without spending a lot of time on it.

.... i've added an attachment with this change ... no idea if it's perfect or not ... it's been successful so far.


All times are GMT. The time now is 07:34 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.01069 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete