bocco Posted April 18, 2009 Posted April 18, 2009 so for some people that have a huge amount of listing for crystals and want to clean it up use this code, you can set the number of listing it will show per page, i like to keep things a little cleaner and use 15 - 20 listing per page. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. I should also say, i have modded my game a lot, and the banks are open when you join .... so you will have to change this $db->query("UPDATE users SET bankmoney=bankmoney+{$r['cmPRICE']} where userid={$r['cmADDER']}"); (line 98) to $db->query("UPDATE users SET money=money+{$r['cmPRICE']} where userid={$r['cmADDER']}"); Quote
HITMAN 17 Posted July 16, 2009 Posted July 16, 2009 Re: crystal market can people get lots of crystals from this so basically is it secure Quote
killer60 Posted July 17, 2009 Posted July 17, 2009 Re: crystal market You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. here secured for you Quote
F4R1D Posted July 17, 2009 Posted July 17, 2009 Re: crystal market You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. More neater but not sercure Quote
killer60 Posted July 17, 2009 Posted July 17, 2009 Re: crystal market You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. securred for you F4R1D Quote
F4R1D Posted July 17, 2009 Posted July 17, 2009 Re: crystal market u have not sercured it and y have u done Y not and u put <br / > u only need one and my way is easyer Quote
Miniman Posted July 17, 2009 Posted July 17, 2009 Re: crystal market None of them are secure. You've just made it harder for someone to attempt an SQL injection.... :| Quote
ShizzleNizzle Posted July 17, 2009 Posted July 17, 2009 Re: crystal market Rofl you used sprintf() once... And that was to say you have money...nothing to do with the actual script xD You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. 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.