BBC code error??

Questions Concerning Web Status Icons (TrillStatus).

BBC code error??

Postby DS2K » Sat Feb 17, 2007 2:21 pm

When I got to add the BBC code to some of the boards I'm on I get this error.

Sorry, dynamic pages in the [IMG] tags are not allowed

Yet it likes the BCC code for gotrillian.

Any way around it :?:
Ferengi Rules of Acquisition
Number 76
Every once in a while, declare peace,
It confuses the hell out of your enemies.

Image
User avatar
DS2K
 
Posts: 3
Joined: Sat Feb 17, 2007 2:13 pm
Location: Brisbane

Re: BBC code error??

Postby Puggs » Sun Feb 18, 2007 6:28 am

DS2K wrote:When I got to add the BBC code to some of the boards I'm on I get this error.

Sorry, dynamic pages in the [IMG] tags are not allowed

Yet it likes the BCC code for gotrillian.

Any way around it :?:


You can add the BBCode to vBulitin without any problems, but for phpBB it will not work.

For phpBB to work you will need to modify a line of the code in includes/bbcode.php it should be about line 287. This changes allow images to end with .php?uuid=# where # is one or more numbers. It will not allow just any .php image.

Old Code
Code: Select all
       
        // [img]image_url_here[/img] code..
        $text = preg_replace("#\[img\]((http|ftp|https|ftps):..)([^ \?&=\#"\n\\r\t<]*?(\.(jpg|jpeg|gif|png)))\[.img\]#sie", "'[img::$uid]\\1' . str_replace(' ', '%20', '\\3') . '[/img:$uid]'", $text);


New Code
Code: Select all
       
        // [img]image_url_here[/img] code..
        $text = preg_replace("#\[img\]((http|ftp|https|ftps):..)([^ \?&=\#"\n\\r\t<]*?(\.(jpg|jpeg|gif|png|(php\?uuid=[0-9]+(&.*)*))))\[.img\]#sie", "'[img::$uid]\\1' . str_replace(' ', '%20', '\\3') . '[/img:$uid]'", $text);
User avatar
Puggs
Site Admin
 
Posts: 45
Joined: Mon Dec 05, 2005 8:47 pm
Location: Melbourne, Australia

Postby DS2K » Sun Feb 18, 2007 10:24 am

TY I have emailed the adim of the board to ask if they'll edit the code.
Ferengi Rules of Acquisition
Number 76
Every once in a while, declare peace,
It confuses the hell out of your enemies.

Image
User avatar
DS2K
 
Posts: 3
Joined: Sat Feb 17, 2007 2:13 pm
Location: Brisbane


Return to TrillianStatus

Who is online

Users browsing this forum: No registered users and 1 guest

cron