Ne approfitto per citare il FIX per la 2.0.10(diretto a chi volesse mantenerla evitando l'attacco dello worm)
Codice:
#
#-----[ OPEN ]------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------
#
//
// Was a highlight request part of the URI?
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highli ght']))));
for($i = 0; $i < sizeof($words); $i++)
{
#
#-----[ REPLACE WITH ]------------------------------------------
#
//
// Was a highlight request part of the URI?
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight']) ));
for($i = 0; $i < sizeof($words); $i++)
{
#
#-----[ SAVE/CLOSE ALL FILES ]----------------------------------------
#
# EoM
E il link alla discussione su phpBB.com che rigurada l'aggiornamento manuale dalla 2.0.10 alla 2.0.11(su questo sito è sempre un casino usare la funzione cerca: non si trova mai nulla...)