Ne ich habe am bbcode nichst geändert! Bzw. geändert schon vor ein paar monaten und das war auch nur einen einfache erweiterung!
Edit:
Das müsste dieser Code hier sein in der funktion.php:
$coTime = microtime();
preg_match_all('/[code](.+)
/Us',$s,$result);
for ($i=0;$i<count($result[1]);$i++)
{
if ($result[0][$i]) { $s = str_replace ($result[0][$i],'#'.$coTime.'#'.$i.'#'.$coTime.'#',$s); }
}
$s = htmlentities($s);
$s = stripslashes($s);
$s = nl2br($s);
[/code]
Und was ich jetzt gerade auch sehe ! Es geht auch keinen URL's !!
Bitte um Hilfe offline gehts nur online nicht..
mfg
SLJ
Zuletzt geändert von SLJ am 19.08.2005 - 02:31