MyBB Community Forums

Full Version: Help me to add Brite Pic Mycode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add BritePic advertisements in to my forum using Mycode, i need to make a code for showing brite pics

please help me in this

the HTML will be like this

<script>
britepic_id="415879";
britepic_src="<----Enter your Picture URL--->";
</script>
<script src="http://www.britepic.com/britepic.js"></script>
<noscript></noscript>


and i need to add like this

[bimg]http://www.xxx.com/fgrr.jpg[/bimg]

Thanks in advance
Code
\[bimg\]([^"'[<>]+?)\[/bimg\]

Replacement:
<script>
britepic_id="415879";
britepic_src="$1";
</script>
<script src="http://www.britepic.com/britepic.js"></script>
<noscript></noscript> 

Enjoy =)

www.joeyroyden.com