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)

Kyderoy 08-19-2006 06:56 PM

Will this work in 3.6?

Darat 08-19-2006 07:02 PM

I'm using it fine on a 3.6 forum.

Kyderoy 08-19-2006 07:32 PM

Thanks, I wil install it.

wtricks 08-20-2006 04:08 PM

Installed it. Will slow down the spammers and the "1 post wonders".

SVTOA 08-27-2006 02:11 AM

Quote:

Originally Posted by ForrestBlack
Hey Amykhar, thanks for doing this add-on. I really liked the former version and this one helps me out a bunch as well. I did notice that the previous version we were using for vb3.0.x was a bit more sensitive, in that it blocked anything with a .com or .net mentioned in the post, in addition to http etc. Now, I'm getting URL spam that isn't actual links.

So, I added

Code:

or stristr($pagetext,'.net') or stristr($pagetext,'.com')
to the xml and it seems to work great.

Just wanted to add my suggestion, take care.


Just keep in mind that adding this will now make it so mailto's cannot be posted either. That is a good thing because many spammers are now posting cell phone spam with an e-mail contact. But this change also means someone posting a classifed ad or some other post where they include an e-mail link will not be able to post...

mrfixit 08-30-2006 03:45 PM

Working for me just great on Version 3.5.4

Installed.

Thanx

amykhar 08-30-2006 03:52 PM

Quote:

Originally Posted by SVTOA
Just keep in mind that adding this will now make it so mailto's cannot be posted either. That is a good thing because many spammers are now posting cell phone spam with an e-mail contact. But this change also means someone posting a classifed ad or some other post where they include an e-mail link will not be able to post...

Thanks for the tip. :)

Chadi 09-04-2006 10:33 AM

My member complained of the below error:

Quote:

: ok i really have no idea how to explain it, cuz im not sure of lyrics or anything. i heard it on the radio a few times and i like it alot.

i think it goes like this

"ah yea ah yea, im a not forget, all that you've done for me, all that you've done for me..."

btw who has heard "My Savior, My God"? by Aaron Shust. I absolutely love that song!"


it gave me this error...

"You are only allowed to post URLs to other sites after you have made 50 posts or more and received permission from the Administrator."

My plugin "forbid links for users with fewer than 50 posts.." shows this:

Code:

global $vbulletin;
        $pagetext =& $this->fetch_field('pagetext', 'post');
        if (($vbulletin->userinfo[posts] < 50) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or
stristr($pagetext,'http://')))
    {
            //eval(standard_error(fetch_error('error_nourlallowed')));
                $this->error('error_nourlallowed');
                $return_value = false;
    }


Keyser S?ze 09-07-2006 08:24 PM

is this hack working in 3.6? this was released for 3.5 rc3 thats why im asking

amykhar 09-07-2006 09:04 PM

It seems to be on my site. I haven't tested specifically, but I'm not seeing spammers posting links either. I do see them frantically posting to try to reach the minimum count from time to time though :D


All times are GMT. The time now is 03:40 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.01307 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
  • (2)bbcode_code_printable
  • (3)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