Anti SQL Inject
bom turma aqui esta solução 100% aprovado
click um php com nome inject.php
coloque isso
<?php
/**
Dont Remove this
the perfect defense for 2010, the Venix/X1478--
*/
$xa = getenv('REMOTE_ADDR');
$badwords = array(";","'",""","*","union","x:","x:#","delete ","///","from|xp_|execute|exec|sp_executesql|sp_|select| insert|delete|where|drop table|show tables|#|*|","DELETE","insert",","|"x'; UPDATE Character SET level=99;--","x';UPDATE Account SET ugradeid=255;--","x';UPDATE Account DROP ugradeid=255;--","x';UPDATE Account DROP ",",W\HERE 1=1;-\-","z'; UPDATE Account SET ugradeid=char","update","drop","sele","memb","set" ,"$","res3t","wareh","%","--");
foreach($_POST as $value)
foreach($badwords as $word)
if(substr_count($value, $word) > 0)
die("<script>alert('Error , Venix/X1478 Here.'); location='javascript:history.back()'</script>");
?>
agora nos php do site onde começa <? php
logo em baixo coloquei
include="anti_inject.php";
pronto.
modificado tutorial
bom turma aqui esta solução 100% aprovado
click um php com nome inject.php
coloque isso
<?php
/**
Dont Remove this
the perfect defense for 2010, the Venix/X1478--
*/
$xa = getenv('REMOTE_ADDR');
$badwords = array(";","'",""","*","union","x:","x:#","delete ","///","from|xp_|execute|exec|sp_executesql|sp_|select| insert|delete|where|drop table|show tables|#|*|","DELETE","insert",","|"x'; UPDATE Character SET level=99;--","x';UPDATE Account SET ugradeid=255;--","x';UPDATE Account DROP ugradeid=255;--","x';UPDATE Account DROP ",",W\HERE 1=1;-\-","z'; UPDATE Account SET ugradeid=char","update","drop","sele","memb","set" ,"$","res3t","wareh","%","--");
foreach($_POST as $value)
foreach($badwords as $word)
if(substr_count($value, $word) > 0)
die("<script>alert('Error , Venix/X1478 Here.'); location='javascript:history.back()'</script>");
?>
agora nos php do site onde começa <? php
logo em baixo coloquei
include="anti_inject.php";
pronto.
modificado tutorial
Editado por um moderador: