Original Post von Musel am 12.12.2004 - 23:33
Diskussion: http://archiv.kit-security.de/include.ph…hp&threadid=582
Original verfasst von CheFFe2004
weiterer bugfix zum thema: (eigentlich nur interessant wo Gäste im Forum Posten können)
im forum wird beim antworten der befehl ausgeführt und der quelltext für die restliche seite angezeigt.
Fix:
öffne forum/newpost.php
suche nach:
|
PHP-Quelltext
|
1
|
$replypost_time=formattime($replypost['forumpost_time']);
|
füge darunter ein:
|
PHP-Quelltext
|
1
|
$replypost_autor=htmlentities($replypost['forumpost_autor']);
|
öffne das template forum/newpost_viewreplys_row
suche nach
|
PHP-Quelltext
|
1
|
$replypost[forumpost_autor]
|
ersetze durch
|
PHP-Quelltext
|
1
|
$replypost_autor
|
Problem gelöst.