Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. As far as I know it was a Noelle/Floyd production and it was sold on. The new owners drove it into the ground.
  2. Sorry but I find this highly unusual. For one you could upload it here. Second you could reduce the file size and upload it as a low res version. I could carry on with the endless ways of how you could have done this. I call bs....
  3. Yes but he isnt just displaying at the bottom. If you read the code it is running through a cycle where it decides for each turn what you get if anything.
  4. The issue is that your trying to put them into the master crontab file which is not where personal crons run from. This is the area you run server crons from which are part of the server management. You *can* put them in there but I wouldnt.
  5. So how is he going to update the users gain in money, crystals or items if he does not use the mysql tables? Magic?
  6. $query2=sprintf("UPDATE users SET crystals=crystals+$gain where userid=$userid"); sprintf fail strikes again. The code is pretty ....bad
  7. rulerofzu

    VPS Help

    You can get a VPS in all of those. Suprising. CentOS is simliar to Fedora. As its based on Redhat Enterprise. In terms of management CentOS, Fedora and Suse all use RPM based packages which are widely available. Debian uses its own DEB packages for updates which are better than RPM's. Its a solid reliable system. It really comes down to what you need and what you know. If you dont know anything then stick with something that will take very little extra management so in order of choice it would be Debian ,CentOS, Fedora. At the end of the day they are base operating systems. What will determine how well it runs is the spec of the system in terms of drive, ram, cpu and how it is installed which will count.
  8. Well thats what I was getting at didnt know you would both give so much away :D
  9. Why do this $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? strtolower(trim($_GET['action'])) : false; When you have this default: mine_index(); break;
  10. Not saying too hard. Just needs a bit more structure and logic than the others. Depends on how you wish it to turn out.
  11. Nice list Alain, I can see many getting to no.5 and then getting stuck.
  12. http://makewebgames.io/showthread.php/37136-Car-Mod?highlight=cars http://makewebgames.io/showthread.php/30333-mccode-v2-Car-Racing?highlight=cars http://makewebgames.io/showthread.php/33145-McCodes-V2-Race-Mod?highlight=cars http://makewebgames.io/showthread.php/32664-v2-Car-Mods?highlight=cars All done by using the search function :D
  13. A demo is required to judge how it all works. There was one posted recently on MWG which was slow due to the way it was coded.
  14. Indeed to be honest I dont believe it.
  15. You have a valid licence which can be verified at mccodes.com The reason why I am asking is that I dont see why someone would purchase a licence when they have no clue on what they are doing. It also means everyone here helping you is wasting their time as when you launch your game it will be taken down again for not having the licence.
  16. I take it this is for mccodes v2 and that you have a valid licence?
  17. I dont believe anyone that cannot do the basics in html, css should be attempting php/mysql never mind attempting to launch a game. Which version of McCodes are you using?
  18. Seriously are you setting up a game but cannot do simple html/css?
  19. Not yet DJK
  20. well it should be in the middle of the screen regardless of the screen resolution. I just find the whole design rather nasty. But thats my opinion.
  21. Not something you can protect. Same with Javascript.
  22. Good god thats one big floating zombie!! Things like that always remind me of the father ted sketch cows far away. :D
  23. Portfolio? valid markup?? The reason why I am asking is due to both your sites being done by BT. I dont know if they do all the coding for it or just the design?
  24. I really dont know why you bothered Lucky Isee is obviously not willing or able to do it themselves and will not be content unless someone does it for them
  25. Read http://makewebgames.io/showthread.php/39182-Rules-to-request-a-partnership?highlight=partner Then modify your post
×
×
  • Create New...