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)

Charlie98902 10-02-2008 10:59 PM

Quote:

Originally Posted by Keyser S?ze (Post 1636019)
yea, the msg go to lang & phrases, its in global i think but i dont recall the exact name

Couldn't find it that way but used the phrase then replace with option below the search and that did it thank you again.

bluidkiti 10-03-2008 02:12 AM

Fantastic! I love it and have installed it! I did change the post count and it seems to work fine. Thanks a bunch! :-)

Keyser S?ze 10-03-2008 07:47 AM

i think my question got missed, in a future release can u make it also block edonkey links?

ed2k://

reggiemental 10-03-2008 08:23 AM

Hope someone can advise. I normally have to employ a programmer to update my site etc. but my small budget is once again exhausted. (I run a not-for-profit music forum).

I've been too frightened to try and install anything myself for fear of screwing up the forum but I need to do something about the spammers, who are taking all my time up at the moment.

Is this plug-in just a case of going to: Plugins & Products > Manage Products and then uploading the XML file? Or, is there more to it than that? I notice the authors of plug-ins always ask for people to click on 'installed' but not sure where, or how this is done.

I'd appreciate any advice you can offer as I feel like a fish out of water in this forum. :rolleyes:

Paul

Artes_Marciales 10-04-2008 07:07 AM

Simple but Great MOD!!

Delphiprogrammi 10-04-2008 10:56 AM

the code in this product will NOT stop images ...

komirad 10-05-2008 03:55 AM

To block images (I also changed the post needed to 3):

Line 18
Code:

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

if (($vbulletin->userinfo[posts] < 3) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'[img') or stristr($pagetext,'[IMG') or stristr($pagetext,'www.') or stristr($pagetext,'@') or stristr($pagetext,'[at]') or stristr($pagetext,'http://')))
and Line 40, change the error message:
Code:

<phrase name="error_nourlallowed"><![CDATA[You are only allowed to post URLs or images you have made 3 posts or more.]]></phrase>

komirad 10-05-2008 03:57 AM

Quote:

Originally Posted by reggiemental (Post 1636315)
Hope someone can advise. I normally have to employ a programmer to update my site etc. but my small budget is once again exhausted. (I run a not-for-profit music forum).

I've been too frightened to try and install anything myself for fear of screwing up the forum but I need to do something about the spammers, who are taking all my time up at the moment.

Is this plug-in just a case of going to: Plugins & Products > Manage Products and then uploading the XML file? Or, is there more to it than that? I notice the authors of plug-ins always ask for people to click on 'installed' but not sure where, or how this is done.

I'd appreciate any advice you can offer as I feel like a fish out of water in this forum. :rolleyes:

Paul

Yea, just add the product using manage products for this.
There are other mods which require you to upload files through FTP or some other file manager, but not this.

Clicking installed is below their top post.
You will recieve updates about the mod if you click on it.
The install count is probably use to track the popularity of the mod as well.

giorgioarmani 10-05-2008 06:49 AM

Can it be configured to a different number of posts?

Delphiprogrammi 10-05-2008 09:26 AM

Quote:

Originally Posted by komirad (Post 1637565)
To block images (I also changed the post needed to 3):

Line 18
Code:

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

if (($vbulletin->userinfo[posts] < 3) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'[img') or stristr($pagetext,'[IMG') or stristr($pagetext,'www.') or stristr($pagetext,'@') or stristr($pagetext,'[at]') or stristr($pagetext,'http://')))
and Line 40, change the error message:
Code:

<phrase name="error_nourlallowed"><![CDATA[You are only allowed to post URLs or images you have made 3 posts or more.]]></phrase>

correct but thehack should not be advertised as it blocks images while it does not ....

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.

TitanJeff 12-16-2008 09:31 AM

Thanks, Grandeur. I'll try it out.

Update: I didn't work for me. RSS shut down again when I installed it. Thanks for trying. If it worked for you, maybe it will for others.

momo2 12-17-2008 04:51 PM

Very stupid mod, no adjustments for less than 15 posts ? removed..

Mongez 12-18-2008 01:52 AM

Very Nice mode, This is exactly what I needed

but can i exclude my local site links ?

Daisyboo 12-23-2008 03:18 PM

I can still post email addresses, how can I change that?
Thanks.

koolasia 12-27-2008 05:11 AM

does this work with private message also ?

welovehiphop 12-27-2008 06:59 PM

great mod thanks

njoker555 01-09-2009 04:26 PM

i installed it on 3.7.0 - works fine, tested it out, added the email links to be blocked and changed it to 10 posts without a problem.

Quote:

Originally Posted by TheInsaneManiac (Post 1534425)

just read the post, looks pretty good, might try it out later on but I'll give this current one a chance first

realmr 01-22-2009 10:13 AM

does this work on 3.8 ?

aldamon 01-22-2009 11:01 AM

Quote:

Originally Posted by realmr (Post 1721046)
does this work on 3.8 ?

Yes.

magnaromagna 01-26-2009 01:29 PM

so, is not possible to reduce the minimum number of post from 15 to, for example, 3?

aldamon 01-26-2009 01:36 PM

Quote:

Originally Posted by magnaromagna (Post 1725178)
so, is not possible to reduce the minimum number of post from 15 to, for example, 3?

Yes, just change it yourself. Ours is set to 1.

magnaromagna 01-26-2009 01:46 PM

thanks,
where? There is a option or need to modify the xml?

Nightmare-GameZ 01-26-2009 04:19 PM

For me, main purpose would be to stop spambots right? Well, spambots only register and post stuff right away.

Can you like lower the 15 post limit to about 3 or so? My forum is for a game and some of my players only use the forum for reporting and for asking questions. Most reports in there require screen shots. So basically they cannot post links and images when they need help. btw i tried editing the post limit to 3 and saved it. Once i upload i got an error that says "XML Error: xml declaration not at start of external entity at Line 1"

Other than that, Installed! xD

gorentals 01-27-2009 02:08 AM

Anyway to get this to block links in signatures. This mod works great for the forum. But I see some bypass it and put it in their signatures.
Thanks

RikiB 02-03-2009 06:26 PM

yeah same here. They found a way quick to bypass this with the signatures.

Nightmare-GameZ 02-08-2009 05:00 AM

changed the settings to 5 posts. Anyways, bots have stopped posting links alright. Now they talk gibberish. lmfao!

sharemee 02-08-2009 10:23 PM

great mod, please can someone tell me if the mod can be altered so it is 5 posts before a link can be posted

Thanks
Andy

Hostboard 02-08-2009 10:28 PM

Quote:

Originally Posted by sharemee (Post 1738113)
great mod, please can someone tell me if the mod can be altered so it is 5 posts before a link can be posted

Thanks
Andy

Yes but you need to alter the XML file. Just chnage the two instances of 15 to what ever suites you.

I really wish this had its own ACP options:

1. turn on/off
2. Set for user groups
3. Configurable amount of posts necessary to post by user group

aldamon 02-09-2009 10:53 AM

Quote:

Originally Posted by Nightmare-GameZ (Post 1737548)
changed the settings to 5 posts. Anyways, bots have stopped posting links alright. Now they talk gibberish. lmfao!

I've found that this mod works best together with a few Human Verification questions instead of CAPTCHA. The bots can't answer simple questions to register (I rotate a handful of simple math problems) and the human spammers can't post links even when they do register.

mach-o 02-19-2009 08:13 PM

I have "for sale" forum on my site. how do I forbid users from posting in a particular forum if they have fewer than 15 posts...
is it possible?


All times are GMT. The time now is 03:51 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.01536 seconds
  • Memory Usage 1,829KB
  • 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
  • (9)bbcode_code_printable
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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