gangsta life Posted May 19, 2011 Posted May 19, 2011 ok guys i neeed to secure all my file from sql injection and others anyone can help me i cant really pay atm i want everything secured as a guy went to my game an manage to find my staff password and he said he can drop my tables so i need securing all that ? any help or anything you can tell me like what code to put in where? Quote
SilvaTungDevil Posted May 19, 2011 Posted May 19, 2011 What do you offer us? And whats your game link? Quote
a_bertrand Posted May 19, 2011 Posted May 19, 2011 Well simply upgrade to the latest version of McCode (if you are using this) and you will be safe. Quote
Dominion Posted May 19, 2011 Posted May 19, 2011 We can't really help you if all we know is “it needs securing” maybe ask the guy who got in exactly what he did? Quote
Djkanna Posted May 20, 2011 Posted May 20, 2011 You really do need to provide more information. And no matter what, unless you upgrade to MCCodes V2.03, you won't get you game 'freely' secured. Quote
MonkeyAlan Posted May 23, 2011 Posted May 23, 2011 This is assuming you're using PHP. Whenever you allow a user to enter any data into the database, wrap the data in mysql_real_escape_string() code. Quote
Dominion Posted May 23, 2011 Posted May 23, 2011 This is assuming you're using PHP. Whenever you allow a user to enter any data into the database, wrap the data in mysql_real_escape_string() code. Only if the data is Text (so a string) ... mysql_real_escape_string() does not magically fix everything ;) 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.