phild50 Posted January 30, 2009 Posted January 30, 2009 could somebody please pm the sql injection codes so that i can block the url from being accessed/used Quote
AlabamaHit Posted January 30, 2009 Posted January 30, 2009 Re: Mccodes sql injection you must be crazy to think smeone is going to send you a "game hack/exploit" tahts just stupid. There are post on here to help you block on site. So um....no we are not telling you the exploit so you can go expoit games. You don't need to know the expoit to block it. you just need to konw where. thats all if tahts what you want you beter say it differntly.. Quote
Lithium Posted January 30, 2009 Posted January 30, 2009 Re: Mccodes sql injection could somebody please pm the sql injection codes so that i can block the url from being accessed/used if (($_GET) || ($_POST)) { $_GET = ""; $_POST = ""; } This will solve all your problems, though it will create you a few more! Quote
POG1 Posted January 30, 2009 Posted January 30, 2009 Re: Mccodes sql injection could somebody please pm the sql injection codes so that i can block the url from being accessed/used if (($_GET) || ($_POST)) { $_GET = ""; $_POST = ""; } This will solve all your problems, though it will create you a few more! haha yeah. It will secure all get and post data injections Quote
Guest Anonymous Posted January 30, 2009 Posted January 30, 2009 Re: Mccodes sql injection But in itself is not injection proof... ;) Quote
John99 Posted February 2, 2009 Posted February 2, 2009 Re: Mccodes sql injection could somebody please pm the sql injection codes so that i can block the url from being accessed/used if (($_GET) || ($_POST)) { $_GET = ""; $_POST = ""; } This will solve all your problems, though it will create you a few more! Why use stuff like that like Nyna said its not injection proof. and yeah why just not go through your files and Secure them!. Quote
Lithium Posted February 2, 2009 Posted February 2, 2009 Re: Mccodes sql injection if (($_GET) || ($_POST)) { $_GET = ""; $_POST = ""; } Why use stuff like that like Nyna said its not injection proof. and yeah why just not go through your files and Secure them!. Seems you don't understand sarcasm... Quote
POG1 Posted February 2, 2009 Posted February 2, 2009 Re: Mccodes sql injection could somebody please pm the sql injection codes so that i can block the url from being accessed/used if (($_GET) || ($_POST)) { $_GET = ""; $_POST = ""; } This will solve all your problems, though it will create you a few more! Why use stuff like that like Nyna said its not injection proof. and yeah why just not go through your files and Secure them!. if you understand that code you would know not to use it... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.