Jump to content
MakeWebGames

Wazam

Members
  • Posts

    53
  • Joined

  • Last visited

    Never

Wazam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
  2. OK no problem Illusions. I'll mail ASAP when and idea comes to mind. :)
  3. I was going to mention that. It's kind of thinking of an idea. X(
  4. Awesome Illusions. I don't know what the forum has been like since the new owners, but if it helps. I'll gladly make a script. :)
  5. Were have you put this exactly? Eixt; $h->endpage(); return; All I can think of. =/
  6. @ 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
  7. Yes I know, But what Dominion did = '0'. I jus't don't get it. But probably personal use. :)
  8. @ Aurora078: The only way they can collect the crystals, is by going onto that PHP file. :P
  9. @ 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
  10. Correction: I'll fix it up later.. @ Blade: [mysql]ALTER TABLE `users` ADD `daily` int(11) NOT NULL[/mysql]
  11. I like it alot. Great work here Illusions. :thumbup:
  12. Ahhh Facepalm.. That you ROZ, I don't the complete opposite what he wanted. ¬_¬ (Deserve a Pimp slap)
  13. OK, I got sent a mail from Dave today(2:48AM). But for some reason I only got it (12:01PM).. Is any else getting the problems?
  14. Hmm.. My query should still work, but oh well. Glad to hear that. :)
  15. 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. ;)
×
×
  • Create New...