LearningCoder Posted April 11, 2012 Posted April 11, 2012 (edited) Does anyone know how to stop the Point Market/Bank/Stock Market exploit? As users can put +9999- and recieve alot of money from it. Anyone know how to sort it? I will pay anyone who can fix them, PM me. Edited April 11, 2012 by LearningCoder Quote
sniko Posted April 11, 2012 Posted April 11, 2012 $var = filter_var($var, FILTER_VALIDATE_INT) ? abs( (int) $var) : 0; Try that Quote
LearningCoder Posted April 11, 2012 Author Posted April 11, 2012 On all the bits where you can add the points and take them off? Quote
LearningCoder Posted April 11, 2012 Author Posted April 11, 2012 And on the withdraw/deposit bits? Quote
Lithium Posted April 11, 2012 Posted April 11, 2012 $_GET 's or $_POST or sanitize the entire script Quote
LearningCoder Posted April 11, 2012 Author Posted April 11, 2012 Lithium if you got msn Pm me it please, if you can fix it i will pay you. Quote
rulerofzu Posted April 11, 2012 Posted April 11, 2012 (edited) Yeah I would start with the engine beginning with the scripts starting with the letter A and move all through the engine.... If they didnt secure that they didnt secure anything else either. Edited April 11, 2012 by rulerofzu 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.