[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-09-05T10:56:39-07:00 https://integramod.com/forum/feed.php?f=17&t=2037 2006-09-05T10:56:39-07:00 2006-09-05T10:56:39-07:00 https://integramod.com/forum/viewtopic.php?t=2037&p=14974#p14974 <![CDATA[function bbencode_strip]]>
 function bbencode_strip($message, $uid){       $message = strip_tags($message);       // url #2     $message = str_replace("[url]","", $message);     $message = str_replace("[/url]", "", $message);       // url /[url=([a-z0-9-.,?!%*_/]+)](.*?)[/url]/si     $message = preg_replace("/[url=([a-z0-9-.,?!%*_/]+)]/si", "", $message);     $message = str_replace("[/url]", "", $message);       $message = preg_replace("/[.*?]/si", '', $message);     $message = preg_replace('/[url]|[/url]/si', '', $message);     $message = str_replace('"', "'", $message);     return $message;  }  

i've added that code but the mods still not work, i use a heavely modded IM140 and also have advance bbcode box installed can someone help me how i can make this code work on IM140and/or adv bbcode box?

Statistics: Posted Author: Skywalker — Tue Sep 05, 2006 10:56 am


]]>