Fatal error: Maximum execution time of 30 seconds exceeded in *****/httpdocs/includes/bbcode.php on line 381
Ya bbcode.php nin 381 satırını tam bulamasamda oralara yakın bi yerlerde bunlar var
Kod: Tümünü seç
// real
$patterns[] = "#\[ram:$uid\]([^?].*?)\[/ram:$uid\]#si";
$replacements[] = $bbcode_tpl['ram'];
// sound
$patterns[] = "#\[stream:$uid\]([^?].*?)\[/stream:$uid\]#si";
$replacements[] = $bbcode_tpl['stream'];
// [flash width= height= loop= ] and [/flash] code..
$patterns[] = "#\[flash width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9]):$uid\]([^?].*?)\[/flash:$uid\]#si";
$replacements[] = $bbcode_tpl['flash'];
// [flash width= height= loop= ] and [/flash] code..
$patterns[] = "#\[video width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9]):$uid\]([^?].*?)\[/video:$uid\]#si";
$replacements[] = $bbcode_tpl['video'];
$text = preg_replace($patterns, $replacements, $text);
// align
$text = preg_replace("/\[align=(left|right|center|justify):$uid\]/si", $bbcode_tpl['align_open'], $text);
$text = str_replace("[/align:$uid]", $bbcode_tpl['align_close'], $text);
// marquee
$text = preg_replace("/\[marq=(left|right|up|down):$uid\]/si", $bbcode_tpl['marq_open'], $text);
$text = str_replace("[/marq:$uid]", $bbcode_tpl['marq_close'], $text);
// table
$text = preg_replace("/\[table=(.*?):$uid\]/si", $bbcode_tpl['table_open'], $text);
$text = str_replace("[/table:$uid]", $bbcode_tpl['table_close'], $text);
// cell
$text = preg_replace("/\[cell=(.*?):$uid\]/si", $bbcode_tpl['cell_open'], $text);
$text = str_replace("[/cell:$uid]", $bbcode_tpl['cell_close'], $text);
// center
$text = preg_replace("/\[center:$uid\]/si", $bbcode_tpl['center_open'], $text);
phpbbPlus 1.53 kullanıyorum reklam olarak algılamayım lütfen siteye bakmak isterseniz[/url]