Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. I think you can spend 2 mins looking for it...
  2. Eval() will work, however it's never really a good idea to use it. If you do you MUST make sure you only allow what you want (in this case numbers, and mathematical things like + etc...) Maybe something to split it up, and do it that way?
  3. The orgcrimes table... It's in the v2 dbdata.sql That's with the download.
  4. ... :whistling:
  5. I don't really get the problem it's just maths... That or it's a very bad example -.-
  6. *sigh* How are you using it? Get back to your holiday... :P Not left yet so can't really get back to it. ;)
  7. *sigh* How are you using it?
  8. Dominion

    deleted

    I actually agree with you there, way to many people jump in before thinking. The main reason why is newer members seem to want a ready made game, few put the time in to learn. @ acter – Going by your post since you joined you should have a look over this thread A couple of words of warning
  9. Why ask for something like Devana? Why not use it, and add stuff on yourself... http://makewebgames.io/index.php?page=DownloadDBData&dataID=31
  10. If the condition is right... Example - //not = to if(1 != 2) { echo 'One does not equal two...'; } Use the table to fix what's already been posted above. :)
  11. Danny sent it to dabs, however he never updated the link so now he is sending it back for danny to post as he lost his copy. :rolleyes: ^ Something like it.
  12. I think we all know any discount would only be around 10%, no hope of anything near 75% lol I remember seeing somewhere anyone who paid $300 for v2 would get a small discount, however my memory may be wrong. I will see about digging up the post. Edit - Ignore me it was someone suggestion. :whistling:
  13. Just find the bust function (or file if it's not part of jail.php), and check if the user viewing is in jail/hospital. an if() would work fine.
  14. I may be the only one you hear say this (well on mwg anyway...), I don't like sosfactory. Seems to me you pay as much money for there name as there talent.
  15. change $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; to $IP = $_SERVER['REMOTE_ADDR']; and if($dosessh && ($_SESSION['attacking'] || $ir['attacking'])) to if($dosessh && (isset($_SESSION['attacking']) || $ir['attacking'])) I assume you turned error reporting on and/or updated your php version. No idea what $dosessh or $ir['attacking'] is for, however ^ should fix it. Errors have always been there wait until you look around your test site. :whistling:
  16. Dominion

    deleted

    Thanks lol You need to put some thought in you know. ;)
  17. http://makewebgames.io/board912-fbga-news/ = dayo’s. V3 has been talked about for some time. Don’t worry about it when it’s done it’s done, not really much anyone can do to speed them along.
  18. Dominion

    Found this.

    Well it’s even better that he has posted then. Nice to see people trying to create their own sites. :)
  19. They would not need to do it all, however in theory since v2 is rather old they should. Anyway the people who need the patch would have done very little to the base. Anyone with a game already running should (once again in theory) have done it up themselves. The only ones that may fall out of that area are the ones that have added allot of free mods, and it’s not like they cannot be added again, something that’s worth doing for a more secure site . ;)
  20. Dominion

    Found this.

    I hate people that leave 10 lines empty before typing anything remotely useful. Tabbing at least serves a purpose, but empty lines like that do not. :whistling: Anyway at least it's free. Thanks for posting.
  21. When using $db->query(""); don't add or die(mysql_error()); as the class file does it for you. same with $c it's done by the class file.
  22. Paddy gave you what you need to fix it.
  23. Dominion

    deleted

    I have never looked at the way of the Mafia, however like anything it's down to what you want to do with it. Take a look at both see what fits with your plans best.
×
×
  • Create New...