Verfasst: 26.03.2003 16:50
Kannst du bei mir auch bitte schauen? GD ist installiert.
hier kannst du testen
Mandy
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
// [flash width= height= loop= ] and [/flash] code..
$patterns[7] = "#\[flash width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9]) loop=(.*?):$uid\](.*?)\[/flash:$uid\]#si";
$replacements[7] = $bbcode_tpl[flash];
// [stream] and [/stream] for streaming audio.
// This one gets first-passed..
$patterns[6] = "#\[stream:$uid\](.*?)\[/stream:$uid\]#si";
$replacements[6] = $bbcode_tpl['stream'];
$text = preg_replace($patterns, $replacements, $text);
Code: Alles auswählen
// [flash width= height= loop= ] and [/flash] code..
$patterns[] = "#\[flash width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9]) loop=(.*?):$uid\](.*?)\[/flash:$uid\]#si";
$replacements[] = $bbcode_tpl[flash];
// [stream] and [/stream] for streaming audio.
// This one gets first-passed..
$patterns[] = "#\[stream:$uid\](.*?)\[/stream:$uid\]#si";
$replacements[] = $bbcode_tpl['stream'];
$text = preg_replace($patterns, $replacements, $text);
Hier meine verwendeten Dateien[schild=8 fontcolor=000000 shadowcolor=C0C0C0 shieldshadow=1]Test Test Test[/schild]
[schild=15 fontcolor=000000 shadowcolor=C0C0C0 shieldshadow=1]Test[/schild]
Code: Alles auswählen
//Begin Smilie Creator Mod Copyright esperitox 2003 [schild=] and [/schild] code..
$patterns[] = "#\[schild=([a-z0-9]+)([a-z0-9\-\.,\?!% \*_\#:;~\\&$@\/=\+\\\\)]*)\](.*?)\[/schild\]#sie";
$replacements[] = $bbcode_tpl['schild'];
Code: Alles auswählen
//Begin Smilie Creator Mod Copyright esperitox 2003 [schild=] and [/schild] code..
$patterns[8] = "#\[schild=([a-z0-9]+)([a-z0-9\-\.,\?!% \*_\#:;~\\&$@\/=\+\\\\)]*)\](.*?)\[/schild\]#sie";
$replacements[8] = $bbcode_tpl['schild'];
Code: Alles auswählen
Parse error: parse error, unexpected T_STRING in C:\wampp2\htdocs\phpBB2\includes\bbcode.php on line 317
Fatal error: Call to undefined function: make_clickable() in C:\wampp2\htdocs\phpBB2\newsmod.php on line 326