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!!!

Noiz Pollution 09-17-2004 09:54 AM

Quote:

Originally Posted by mefromspace
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!!!

Just use the promotion system, create a new user group with everything you want your fully registered members to be able to do, then change the default registered group by giving it much more restricted access (like the inability to post or view attachements) and use a promotion to upgrade them to your new user group once they hit a certain number of posts.


Cheers,
Robert

Neutral Singh 01-19-2005 04:47 AM

** installed **

cteselle 02-10-2005 03:24 PM

Thanks! Works like a charm!

David Bott 02-22-2005 06:21 PM

Hello...

I just had someone report they could not post the below for they received the messages about no URL....

Quote:

Here's something I am considering. I would greatly appreciate any feedback or correction to my ideas.


I understand how the LNBs work with voltage switching for the polarization and the 22KHz signal for the 199 SAT, but I am determined to find a way to not have to run more than 2 coax lines (which I have now) down from my dishes (because of line of site problems I have multiple dishes for different SATs). The LNBS from the dishes currently all run into one multi-switch on the back of one of the dishes, then 2 coax lines run into the house. I recently got a DirecTiVo and now need three lines to take advantage of the dual input TiVo.


Here is what I am thinking of trying. Combining the LNBs using splitters with the 13V lines combined and the 18V lines combined. On the 119 lines put 22KHz generaters to keep them turned on. My understanding is that there is no overlap in the frequency spectrums being output by the different mode LNBs (obviously if there is overlap I can't do this).


So now I have two coax down lines into the house, but here is where I am less certain about what to do. Can I just run the two lines into the SAT A inputs of a multi-switch? Will the SAT A input pass all the frequencies from all the LNBs to the receivers even though it won't pass back the 22KHz tone? If not I will have to split those two lines into 4 and run them into the SAT A and SAT B inputs of the multi-switch, but then I have to find some way to block the 22KHz tone from being sent back to all of the LNBs.


I might also have to put an amplifier in somewhere in the downlines because of the combining and possible splitting losses. Maybe there is an amplifier that will pass back the DC without passing back the 22KHz tone.


Comments please.
I for the life of me can not figure out what it may be seeing in the above to think their is a URL somewhere.

Any help wpuld be great.

Thanks

Michael2 03-14-2005 12:12 PM

I'm going to give this one a whirl, thanks! :)

David Bott 03-14-2005 12:48 PM

I have now had four other users say that can not post a message because it contained a URL and I can not see what in the text is stopping them. Anyone? See above example of a stopped post.

T3MEDIA 03-14-2005 01:40 PM

No offese but I dont install stuff from NTLDR. This user drops stuff and disapears and never ever supports it afterwards. (not like the user has too) just look around. vbindex ect...

Nah no thanks. Save yourself the head ache.

cellardoor 03-19-2005 06:47 PM

Quote:

Originally Posted by David Bott
I for the life of me can not figure out what it may be seeing in the above to think their is a URL somewhere.


Is it this bit...

Quote:

I am thinking of trying. Combining the LNBs using splitters
Looks like .com

dtzy 03-26-2005 02:44 AM

Quote:

Originally Posted by Theater
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']));



You may have added the call to the function ( $errors = array_merge($errors, verify_message_urls($post['message'])); //SN add
) in wrong place, I didn' get it work, but later, I found my mistake. It works like a charm now, thanks to hack provider.

subnet_rx 03-30-2005 02:44 PM

Anyone know of a hack that will allow certain usergroups to post URL's and images only? I wish this was in the usergroup permissions for the forum.

mikellogg 04-15-2005 09:04 PM

Thanks for the great hack. My moderators love it.

My forums are multilingual with people posting in Spanish, French and Italian. This hack, as it is written stops someone from ending a sentence with a period and starting the next sentence with com, such as como/comment/come. All these mean "how" in these other languages! (An important word for those asking questions.)

To fix this, remove the first (\s*) from "(\.|dot)(\s*)(c(\s*)o(\s*)m" in the last preg_match. At least this worked for me!

Clayton 09-26-2005 05:13 AM

Hi there

is there anybody who would be willing to update this hack so that everything is in one file and that everything questioned is available for us, please?

This is one very useful hack and I can't believe how long I have taken to find it

Thanks

C

wolfyman 10-06-2005 09:30 AM

is this good for 3.5 or 3.0.9?

MajorFm.com 10-07-2005 04:15 PM

possible useful add-on?

a pm to the admin to let him know what user is attempting to send a pm advert

also does it simply censor the url or does it not allow the pm to be sent at all?

GR-Flame 10-07-2005 11:33 PM

Quote:

Originally Posted by Boofo
Make the phrase global. ;)

The phrase is Global, but the error still shows up for me. Suggestions?

wolfyman 10-12-2005 09:03 AM

Quote:

Originally Posted by mini2
This doesn't work with 3.5, but I'd LOVE a new version. Got spammers back pretty much as soon as I upgraded.

https://vborg.vbsupport.ru/showthread.php?t=96018

:D

almukmin 06-18-2006 11:28 PM

Do you guys have the one for PMs?

|Jordan| 09-06-2006 04:30 AM

This mod doesnt work with VB 3.0.14

I get the following error after a thread is created/reply:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions_newpost.php on line 987

Any idea what's wrong? I really need this as some bloody spammers are registering on my forum to advertize stuff.

|Jordan| 09-09-2006 05:14 PM

Scratch that request. I found the problem

See this thread

xec 09-13-2006 05:43 PM

Does this work with 3.5.4? Or is there something like this out there for 3.5.4? I've installed this one: https://vborg.vbsupport.ru/showthread.php?t=96018 but I need one that prevents low post count members not to be able to send PMs. Thank you.

jprice1542 03-13-2007 09:41 PM

after hack is installed I get the following error when I try to make a thread:
Parse error: parse error in
/xxxxxxxxxxxxxxxx/var/www/html/includes/functions_newpost.php on line 616

Fatal error: Call to undefined function: fetch_emailchecked() in /xxxxxxxxxxxx/var/www/html/newthread.php on line 199

jprice1542 03-14-2007 01:27 AM

Quote:

Originally Posted by jprice1542 (Post 1202842)
after hack is installed I get the following error when I try to make a thread:
Parse error: parse error in
/xxxxxxxxxxxxxxxx/var/www/html/includes/functions_newpost.php on line 616

Fatal error: Call to undefined function: fetch_emailchecked() in /xxxxxxxxxxxx/var/www/html/newthread.php on line 199

nevermind I fixed t :)


All times are GMT. The time now is 07: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.02894 seconds
  • Memory Usage 1,816KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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