Форумы / Cotonti / Support / Url image

CJ
#29997 30.06.2011 20:27

Got Rid of both thos plugins

and here

 

URL
\[url=((?:http://|https://|ftp://)?[^\s"':\[]+)\](.+?)\[/url\]
<a href="$1">$2</a>

\[url\]((?:http://|https://|ftp://)?[^\s"':]+)\[/url\]
<a href="$1">$1</a>

IMG
\[img=((?:http://|https://|ftp://)?[^\]"\';:\?]+\.(?:jpg|jpeg|gif|png))\]((?:http://|https://|ftp://)?[^\]"\';:\?]+\.(?:jpg|jpeg|gif|png))\[/img\]
<a href="$1"><img src="$2" alt="" class="resizeimage" /></a>

\[img\]((?:http://|https://|ftp://)?[^"\';:\?\[]+\.(?:jpg|jpeg|gif|png))\[/img\]
<a href="$1"><img src="$1" alt="" class="resizeimage" /></a>