ALLIGatOR.BB Опубликовано 2 Апреля 2006 Жалоба Поделиться Опубликовано 2 Апреля 2006 Файл sources/action_public/calendar.php, найти код : $event_id = $this->ipsclass->input['event_id']; заменить на : $event_id = intval($this->ipsclass->input['event_id']); ---------------- Файл sources/action_public/misc/contact_member.php, найти код : $report = trim(stripslashes($this->ipsclass->input['message'])); заменить на : $report = trim(stripslashes($this->ipsclass->input['message'])); $report = htmlspecialchars($report, ENT_QUOTES); ---------------- далее найти код: } ?> заменить на: function regex_bash_hex($hex_entity){ return html_entity_decode( "".hexdec( $hex_entity ).";" ); } } ?> ---------------- Файл sources/classes/bbcode/class_bbcode.php, найти код : $txt = preg_replace( "#moz\-binding:#is" , "moz binding:", $txt ); заменить на : $txt = preg_replace( "#moz\-binding:#is" , "moz binding:", $txt ); $txt = str_replace( "<script" , "<script" , $txt ); Цитата Ссылка на комментарий Поделиться на других сайтах Прочее
Вопрос
ALLIGatOR.BB
Файл sources/action_public/calendar.php, найти код :
$event_id = $this->ipsclass->input['event_id'];
заменить на :
$event_id = intval($this->ipsclass->input['event_id']);
----------------
Файл sources/action_public/misc/contact_member.php, найти код :
$report = trim(stripslashes($this->ipsclass->input['message']));
заменить на :
$report = trim(stripslashes($this->ipsclass->input['message']));
$report = htmlspecialchars($report, ENT_QUOTES);
----------------
далее найти код:
}
?>
заменить на:
function regex_bash_hex($hex_entity)
{
return html_entity_decode( "".hexdec( $hex_entity ).";" );
}
}
?>
----------------
Файл sources/classes/bbcode/class_bbcode.php, найти код :
$txt = preg_replace( "#moz\-binding:#is" , "moz binding:", $txt );
заменить на :
$txt = preg_replace( "#moz\-binding:#is" , "moz binding:", $txt );
$txt = str_replace( "<script" , "<script" , $txt );
Ссылка на комментарий
Поделиться на других сайтах
0 ответов на этот вопрос
Рекомендуемые сообщения
Присоединиться к обсуждению
Вы можете ответить сейчас, а зарегистрироваться позже. Если у вас уже есть аккаунт, войдите, чтобы ответить от своего имени.