hocam epeybi hata vardı neredeyse hepsini giderdim şuan
Warning: Invalid argument supplied for foreach() in /home/bilginc/public_html/system/functions.php on line 201
Warning: Invalid argument supplied for foreach() in /home/bilginc/public_html/system/functions.php on line 193
bu hata satırları ise
/* ------------------ */
function sed_bbcode($text)
{
global $L, $skin, $sys, $cfg, $sed_groups, $sed_parser;
$text = sed_bbcode_autourls($text);
$text = " ".$text;
foreach($sed_parser[0] as $bbcode => $bbcodehtml)
{
if (!empty($bbcodehtml['bb1']))
{ $text = str_replace($bbcodehtml['bb1'], $bbcodehtml['code1'], $text); }
if (!empty($bbcodehtml['bb2']))
{ $text = str_replace($bbcodehtml['bb2'], $bbcodehtml['code2'], $text); }
}
foreach($sed_parser[1] as $bbcode => $bbcodehtml)
{
if (!empty($bbcodehtml['bb1']))
{ $text = preg_replace($bbcodehtml['bb1'], $bbcodehtml['code1'], $text); }
if (!empty($bbcodehtml['bb2']))
{ $text = preg_replace($bbcodehtml['bb2'], $bbcodehtml['code2'], $text); }
}
return(substr($text,1));
}
/* ------------------ */
bir tek bu kaldı tekrar teşekkürler