PDA

View Full Version : is there a way to make all urls **


pHAZE_1
05-03-2002, 07:34 PM
i know you can selectively make certain words *****, but is there a way you can make ANY url ****?

Zzed
05-03-2002, 07:47 PM
yes ;)

pHAZE_1
05-03-2002, 08:13 PM
can you please tell me how to do this?

Zzed
05-03-2002, 08:19 PM
Let me see if I understand this correctly.

Example: http://www.vbulletin.org

Will be replaced with a bunch of stars. Right?

You can do this in admin/functions.php

You can add a preg_replace to replace the URL with stars inside the function censortext()... ;)

NTLDR
05-03-2002, 08:23 PM
Alternativly you could had the URLs you want banned to the list of censored words.