Ну блин, вот например скан гостевухи:
<?
//index.php
128:
$msg = check($_POST['msg']);
//index.php
137:
$msg = no_br($msg);
//index.php
138:
$msg = antimat($msg);
//index.php
139:
$msg = smiles($msg);
//index.php
144:
DB::run()->query("INSERT INTO `guest` (`guest_user`, `guest_text`, `guest_ip`, `guest_brow`, `guest_time`) VALUES (?, ?, ?, ?, ?);", array($log, $msg, $ip, $brow, SITETIME)); SQL Injection!
//index.php
128:
$msg = check($_POST['msg']);
//index.php
137:
$msg = no_br($msg);
//index.php
138:
$msg = antimat($msg);
//index.php
139:
$msg = smiles($msg);
//index.php
174:
$msg = no_br($msg);
//index.php
175:
$msg = antimat($msg);
//index.php
176:
$msg = smiles($msg);
//index.php
178:
DB::run()->query("INSERT INTO `guest` (`guest_user`, `guest_text`, `guest_ip`, `guest_brow`, `guest_time`) VALUES (?, ?, ?, ?, ?);", array($config['guestsuser'], $msg, $ip, $brow, SITETIME)); [color=#ff0000]SQL Injection![/color]
//index.php
128:
$msg = check($_POST['msg']);
//index.php
137:
$msg = no_br($msg);
//index.php
138:
$msg = antimat($msg);
//index.php
139:
$msg = smiles($msg);
//index.php
174:
$msg = no_br($msg);
//index.php
175:
$msg = antimat($msg);
//index.php
176:
$msg = smiles($msg);
//index.php
355:
$msg = check($_POST['msg']);
//index.php
364:
$msg = no_br($msg);
//index.php
365:
$msg = antimat($msg);
//index.php
366:
$msg = smiles($msg);
//index.php
368:
DB::run()->query("UPDATE `guest` SET `guest_text`=?, `guest_edit`=?, `guest_edit_time`=? WHERE `guest_id`=?;", array($msg, $log, SITETIME, $id)); [color=#ff0000]SQL Injection![/color]
Добавлено через 01:16 сек.
Где фильтрация ???
Вроде понятно вопрос задал, а ответы не туда...