vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Prevent Users With Low Post Counts Posting/PM'ing URLS (https://vborg.vbsupport.ru/showthread.php?t=60076)

Battle_Ring 08-08-2004 02:12 AM

Can I Get The Txt File.....

lifesourcerec 08-10-2004 08:17 PM

I keep getting "Could not find phrase 'x_contains_urls'", but the phrase is actually there.

Boofo 08-10-2004 10:01 PM

Quote:

Originally Posted by lifesourcerec
I keep getting "Could not find phrase 'x_contains_urls'", but the phrase is actually there.

Make the phrase global. ;)

Malke 08-16-2004 08:16 AM

Quote:

Originally Posted by Malke
I installed this in 3.0.1 and got an error in functions_newpost.php on line 811 when anyone tried to post anything. I re-did the whole thing and I still had the error... I did edit the nr of posts so it's not that.

Just thought I'd let you know...

Did anyone else get this???

Durtay 08-16-2004 06:38 PM

here's a txt file everyone's askin for

Theater 08-27-2004 09:07 AM

I tested this out on 3.0.3, and it worked partly. I wasn't able to post a URL with under 10 posts, but was able to private message myself. I had my board shutoff for maintenance, and the TestDummy account was a moderator of a test forum. Maybe that had something to do with it, I'll test it out later.

Just to confirm, this is all that's needed to require registered members to have 10 posts before they can send PM's:

Code:

----------------------------------------
Find:
----------------------------------------

// process errors if there are any
        if (!empty($errors))


----------------------------------------
Add BEFORE:
----------------------------------------

$errors = array_merge($errors, verify_message_urls($pm['message']));


WebMasterAJ 09-13-2004 01:34 AM

Well, on member on my forums decided to try and find a loop hole in this system... and needless to say, he did...

He started posting URLS in the thread titles as just www.linktosite.com. Is there any way to prevent this as well? Or should I just give up on it?

Thanks for everything!

msimonds 09-16-2004 12:29 AM

Quote:

Originally Posted by WebMasterAJ
Well, on member on my forums decided to try and find a loop hole in this system... and needless to say, he did...

He started posting URLS in the thread titles as just www.linktosite.com. Is there any way to prevent this as well? Or should I just give up on it?

Thanks for everything!

Yes is there a way to make it so it does not do this

msimonds 09-16-2004 01:00 AM

never mind I see that it is already blocking that, my bad

Nice mod, really nice mod

mefromspace 09-16-2004 04:10 AM

I think this hack is great to prevent spammers.

Now my question is if its possible to do this for attachments too.

I hate it when people register and in ther first post they post pictures
from other sites together with ther site link.

It would be awsome if it was possible!!!


All times are GMT. The time now is 01:57 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.01058 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)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)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