if (!function_exists('sql_inject_chec')) {
function sql_inject_chec(){
// Anti-SQL Injection
$badwords = array("--",";","'",'"',"DROP", "SELECT", "UPDATE", "DELETE", "drop", "select", "update", "delete", "WHERE", "where","exec","EXEC","procedure","PROCEDURE");
foreach($_REQUEST as $value) {
foreach($badwords as $word)
if(substr_count($value, $word) > 0) {
die("SQL Injection Denemesi: Saniyorum Sql Inject Denemesinde Bulundun. Beceremedin.. !,Codec By Ryu");
}
}
}
}
sql_inject_chec();
?>
Warning: odbc_connect(): SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in C:\xampp\htdocs\Panel\config.php on line 8
Veritaban� ba�lant�s� ba�ar�s�z