Jump to content
MakeWebGames

Recommended Posts

Posted

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..

Posted

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!

Posted

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

Guest Anonymous
Posted

Re: Mccodes sql injection

But in itself is not injection proof... ;)

Posted

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!.

Posted

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...

Posted

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...