vb.org Archive

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

Keyser S?ze 09-07-2006 11:59 PM

great, what i am going to do is have it just say "you do not have permission" not say why, maybe ill add feel free to contact a moderator, something like that

amykhar 09-08-2006 12:52 AM

By the way, it's really, really funny to watch the spamers sign up, do backflips to get their posts in, post and post the spam link only to have the spam immediately zapped by a moderator. Great fun, indeed :D

Darat 09-08-2006 08:57 AM

I've been using this since we upgraded to 3.6 and it works as well as it ever did under 3.5.x.

It has saved the Moderating Team on my forum a lot of work - albeit I have to admit I don't like the fact it is as if we treat new members as "guilty until proved innocent" - but that's the way of the world.

Great mod.

davidw 09-14-2006 11:35 PM

Amy, how hard would it be to alter the plugin to include email as well - or would that not be feasible?

Would it be something to the effect of modifying the code to something like this?

Code:

if (($vbulletin->userinfo[posts] < 3) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'[EMAIL') or stristr($pagetext,'www.') or stristr($pagetext,'http://')))

phonexpo 09-14-2006 11:44 PM

Quote:

Originally Posted by christianb
Amy, how hard would it be to alter the plugin to include email as well - or would that not be feasible?

Would it be something to the effect of modifying the code to something like this?

Code:

if (($vbulletin->userinfo[posts] < 3) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'[EMAIL') or stristr($pagetext,'www.') or stristr($pagetext,'http://')))

plugin - Replace email addresses in posts

;)

davidw 09-15-2006 12:02 AM

While that link may have good intentions, it doesn't fit the criteria. I'm needing the email link removed from only the posts that coincide with this particular plugin (in my case - less than 3 posts). Other than that, it doesn't matter.

mpage 10-04-2006 08:01 PM

This is a great mod, does anyone know of a version for Vbull 3.0.1, or has anyone tried this particular mod with 3.0.1. This would really solve alot of problems, thanks.

amykhar 10-04-2006 08:47 PM

I'm not sure, but Erwin's version may work for 3.0.x

I, Brian 10-05-2006 09:46 AM

Here's for 3.0.x:
https://vborg.vbsupport.ru/showthread.php?t=60076

mpage 10-06-2006 12:20 PM

ok ive tried it on a 3.5 vbull site it works great. I tried to modify it to include emails to however it didnt seem to work? i tried the following:
i
f (($vbulletin->userinfo[posts] < 15) and (
stristr($pagetext,'[url')
or stristr($pagetext,'[URL')
or stristr($pagetext,'[email') ....

this doest seem to work, ive tried this to
or stristr($pagetext,'@') ....
that also makes no difference

any idea how i might incoperate email too?


All times are GMT. The time now is 09:08 AM.

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.01231 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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