Jump to content
MakeWebGames

Wazam

Members
  • Posts

    53
  • Joined

  • Last visited

    Never

Everything posted by Wazam

  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. ;)
  16. Indeed I have. :) Could you please PM with prices, of what your team does(apart from Web Dev). :D
  17. Ohh, my bad. Well, I am in need around of a couple of mascots. Well, to be honest, around 8. So, your heading your team for abit of cash. Also, do you do game layouts? :)
  18. OMG! Simply fantastic Dave. I am in actually need of some mascots in a couple of months, I will certainly contact you. Great work. :thumbsup:
  19. Hmmm.. Some useful information there Dominion. @ What most useful. :)
  20. Well, glad to hear that. :)
  21. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/***/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 16   This is saying it's been already sent. Look at your authenticate, and remove one of the two.
  22. Oh my god.. Sniko this sounds fantastic mate, great game. The same with me, I CAN'T wait to play it. 8o
  23. Looking better now, and should be faster. Good job :thumbup:
  24. $_GET['doit'] Despite it has no connections with the DB, it's still needs to be secured. Your never certin' until Decio comes along. ;) EDIT: Select what's needed for the DB Query. Users is probably a big table, so you don't want to select the LEVEL - ID - HELTH for a rating. :)
  25. It's probably a problem when he pasted it into the Type box.
×
×
  • Create New...