Verfasst: 11.12.2002 15:41
wenns nicht funktioniert und eine fehlermeldung kommt solltest du die auch posten...
ah
ah
Code: Alles auswählen
// make the file links clickable - eDonkey MOD
$ret = preg_replace("#([\n ])(ed2k://\|file\|(.*)\|\d+\|\w+\|/?)#", "\\1<img src="templates/subSilver/images/edonkey.gif" width="15" height="15"> <a href=\"\\2\">\\3</a>", $ret);
// make the server links clickable - eDonkey MOD
$ret = preg_replace("#([\n ])(ed2k:(//)?\|server\|([\d\.]+)\|(\d+)\|/?)#", "\\1<img src="templates/subSilver/images/edonkey.gif" width="15" height="15"> <a href=\"\\2\">\\4 at \\5 </a>", $ret);
Code: Alles auswählen
Parse error: parse error, unexpected T_STRING in d:\apache group\www\phpBB2\includes\bbcode.php on line 933
Warning: Cannot add header information - headers already sent by (output started at d:\apache group\www\phpBB2\includes\bbcode.php:933) in d:\apache group\www\phpBB2\includes\sessions.php on line 296
Warning: Cannot add header information - headers already sent by (output started at d:\apache group\www\phpBB2\includes\bbcode.php:933) in d:\apache group\www\phpBB2\includes\sessions.php on line 297
Warning: Cannot add header information - headers already sent by (output started at d:\apache group\www\phpBB2\includes\bbcode.php:933) in d:\apache group\www\phpBB2\includes\page_header.php on line 45
Parse error: parse error, unexpected T_STRING in d:\apache group\www\phpBB2\includes\bbcode.php on line 933
Fatal error: Call to undefined function: smilies_pass() in d:\apache group\www\phpBB2\board_message_xl.php on line 76
Code: Alles auswählen
// make the file links clickable - eDonkey MOD
$ret = preg_replace("#([\n ])(ed2k://\|file\|(.*)\|\d+\|\w+\|/?)#", '\\1<img src="templates/subSilver/images/edonkey.gif" width="15" height="15"> <a href=\"\\2\">\\3</a>', $ret);
// make the server links clickable - eDonkey MOD
$ret = preg_replace("#([\n ])(ed2k:(//)?\|server\|([\d\.]+)\|(\d+)\|/?)#", '\\1<img src="templates/subSilver/images/edonkey.gif" width="15" height="15"> <a href=\"\\2\">\\4 at \\5 </a>', $ret);
Code: Alles auswählen
// make the file links clickable - eDonkey MOD
$ret = preg_replace("#([\n ])(ed2k://\|file\|(.*)\|\d+\|\w+\|/?)#", '\\1<img src="images/e.gif" width="15" height="15"> <a href="$2">$3</a>', $ret);
// make the server links clickable - eDonkey MOD
$ret = preg_replace("#([\n ])(ed2k:(//)?\|server\|([\d\.]+)\|(\d+)\|/?)#", '\\1<img src="images/e.gif" width="15" height="15"> <a href="$2">$4 at $5 </a>', $ret);