
01-28-2004, 12:35 PM
|
 |
|
|
Join Date: Oct 2001
Location: TX
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by eXtremeTim
okay heres the fix i just did for my hacks and this one. This fix will also apply you swear filtering to the now playing text.
Find:
PHP Code:
// ### POST NEW POST ###
Add below:
PHP Code:
$post['nowplaying'] = htmlspecialchars_uni(fetch_censored_text($post['nowplaying']));
|
Installed!
Much appreciated.
|