Verfasst: 26.11.2008 18:42
Code: Alles auswählen
Parse error: syntax error, unexpected '}', expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/blackgamersclan/includes/bbcode.php on line 455
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Parse error: syntax error, unexpected '}', expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/blackgamersclan/includes/bbcode.php on line 455
Code: Alles auswählen
)
// 4seven
Code: Alles auswählen
);
// 4seven
Code: Alles auswählen
Parse error: syntax error, unexpected $end in /usr/export/www/vhosts/funnetwork/hosting/blackgamersclan/includes/bbcode.php on line 632
Code: Alles auswählen
?>
Code: Alles auswählen
else
{
$bbcode_hardtpl = array(
'b_open' => '<span style="font-weight: bold">',
'b_close' => '</span>',
'i_open' => '<span style="font-style: italic">',
'i_close' => '</span>',
'u_open' => '<span style="text-decoration: underline">',
'u_close' => '</span>',
'size' => '<span style="font-size: $1px; line-height: normal">$2</span>',
'color' => '<span style="color: $1">$2</span>',
'email' => '<a href="mailto:$1">$2</a>',
'img' => $config['img_resize_enable'] ? '<a href="$1" rel="lytebox" title="" class="image-resize" ><img src="$1" alt="' . $user->lang['IMAGE'] . '" /></a>' : '<img src="$1" alt="' . $user->lang['IMAGE'] . '" />', /* IMAGE RESIZE */
)
// 4seven
Code: Alles auswählen
else
{
$bbcode_hardtpl = array(
'b_open' => '<span style="font-weight: bold">',
'b_close' => '</span>',
'i_open' => '<span style="font-style: italic">',
'i_close' => '</span>',
'u_open' => '<span style="text-decoration: underline">',
'u_close' => '</span>',
'size' => '<span style="font-size: $1px; line-height: normal">$2</span>',
'color' => '<span style="color: $1">$2</span>',
'email' => '<a href="mailto:$1">$2</a>',
'img' => $config['img_resize_enable'] ? '<a href="$1" rel="lytebox" title="" class="image-resize" ><img src="$1" alt="' . $user->lang['IMAGE'] . '" /></a>' : '<img src="$1" alt="' . $user->lang['IMAGE'] . '" />' /* IMAGE RESIZE */
);
}
// 4seven
Code: Alles auswählen
Parse error: syntax error, unexpected $end in /usr/export/www/vhosts/funnetwork/hosting/blackgamersclan/includes/bbcode.php on line 632