pls delete this topic
Help anti blind sql code
Collapse
X
-
First turn php global off if its on...put this in login.php am in phone am gving the code brieflyPHP Code:$ubr = str_replace('',invalid')
PRACTICE MAKES PERFECT KEEP TRYING UNTIL YOU ACHIEVE SOMETHING IN LIFE.
IF YOU LIKE WHAT AM SHARING PLEASE DO SAY THANKS!!!
THANK YOU LOL
-
ive put the bl0ck c0de f0r sqli in my site.. Just pm me mate..our lfe is simple words....
http://mygenkz.net
ewanz06@yahoo.com
PHP Code:$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment
-
PHP Code:////////////////////////////////get browser
function getbrowser(){
$brws = $_SERVER['HTTP_USER_AGENT'];
$ope = $_SERVER['HTTP_X_OPERAMINI_PHONE_UA'];
if ($ope==""){
$br = $brws;
}else{
$br = "$ope $brws";
}
$br = mysql_real_escape_string($br);
$br = htmlspecialchars($br);
return $br;
}
PHP Code:$brws = getbrowser();
Comment
Comment