*** www.seditio-tr.com *** **BBCode Açığına Karşı Çözüm** (Mart 2008) Türkçe: system/function.php'yi açın ve sed_cc fonksiyonunu alttaki ile değiştirin: English: search for in system/functions.php function sed_cc replace sed_cc function: function sed_cc($text) { // modified by dvdbil | seditio-tr.com $text = preg_replace('/&#([0-9]{2,4});/is','&#$1;',$text); $text = str_replace( array('%3C', '<', '{', '<', '>' , '$', '\'', '"', '\\', '&', ' '), array(' ', ' ', '{', '<', '>', '$', ''', '"', '\', '&amp;', '&nbsp;'), $text); return($text); }