Well,
Wasn't the layout created by Mafia-Corruption? I think you will need to talk to them(unless mccodes had). And only a license is needed. Since you bought Raven, it's only $85 instead of $100.
@ Dom:
Yeah, lol. Just saying, haven't seem many people do it. :P
@ Matt:
It's ok mate..
It's kind of plain if you get me, 60 crystals every day? Would be better if they were random :) ( $???? = rand(1,60);) :P
@ Dominion:
Why are you adding ( '' ) onto a numeric? I know it's for the SQL querys Via PHPMYADMIN.. But I don' get it.. =/
$userid = $userid
I really don't see the need? :P
None are them are right. Why?
Because your SET is wrong & WHERE(Second query). Your setting `daysold` wrong. What will that be setting? Users or Gang? And your where doesn't need to be `gangID`. I think something might come up if it's an invalid gang ID, so you might want to change that. :)
I think it should be something like this:
$db->query("UPDATE `users` SET `daysingang` = `daysingang` + 1 WHERE `gang` > 0"); // Should work
Reply back if this helps. ;)