.:.:.:.:
RTTP
.
Mobile
:.:.:.:.
[
<--back
] [
Home
][
Pics
][
News
][
Ads
][
Events
][
Forum
][
Band
][
Search
]
full forum
|
bottom
Reply
[
login
]
SPAM Filter:
re-type this
(values are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E, or F)
you are quoting a heck of a lot there.
[QUOTE]blah blah blah[/QUOTE] to reply to the_reverend.
Please remove excess text as not to re-post tons
message
[QUOTE="the_reverend:15927"]http://www.randomactsofviolence.com if you put the http:// before it it'll linkify it. I couldn't figure out the regular expression to do just www.xx.on if anyone else is better at regex, feel free to point out flaws/fixes $string = eregi_replace("(^|[>[:space:]\n])([[:alnum:]]+)://([^[:space:]]*)([[:alnum:]#?/&=])([<[:space:]\n]|$)","\\1
\\2://\\3\\4
\\5", $string); // plain, www.domain.com, http://www.domain.com $string = preg_replace("/(\[URL\])[\s]+/" ,"\\1" , $string); $string = preg_replace("/[\s]+(\[\/URL\])/" ,"\\1" , $string); //$string = preg_replace("/[^\]](\s)*(
)*(\s)*[http:\/\/]*(www.[a-zA-Z0-9\.\/\~\-\=\%\?\&\_\+]+)\b/", "\\1\\2\\3
http://\\4
", $string); // [url][/url] $string = preg_replace("/(\[URL\])(http|https|ftp)(:\/\/\S+?)(\[\/URL])/" ,"
\\2\\3
" , $string); $string = preg_replace("/(\[URL\])(\S+?)(\[\/URL])/" , "
\\2
" , $string); $string = preg_replace("/(\[URL=)(http|https|ftp)(:\/\/\S+)(])(.+?)(\[\/URL\])/" , "
\\5
" , $string); $string = preg_replace("/(\[URL=)(\S+)(\])(.+?)(\[\/URL])/" , "
\\4
" , $string); [/QUOTE]
top
[
Vers. 0.12
][ 0.005 secs/8 queries][
refresh
][