Nabopoll have a bug in some files, for example results.php Line 27...31 -------------------------------- $res_question = mysql_query("select * from nabopoll_questions where survey=$survey order by id"); if ($res_question == FALSE || mysql_numrows($res_question) == 0) error($row_survey, "questions not found"); -------------------------------- Exploit --------------------------------