Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. I dont really see why its so difficult. Its like everything in life. You do or do not. So start basic. Make a template in photoshop or another image program and code it. Then get more advanced with your image skills, code that..... Here is a tip....sprites....go look up css sprites.
  2. Well create your own templates, code them and create a portfolio you can transfer $15 from one pocket to another to make you feel better :D
  3. Hahahaha *picks himself up off the floor
  4. I do not see anything original about a prison game there is hundreds of them nor do I see anything that would say your a graphic designer. Basically what your looking for is people here to test your site for bugs and then your gonna ask how can I fix it.
  5. Go do what I posted on the other thread and it works fine.
  6. Change the form method to post and all the variables to $_POST rather than $_GET
  7. Sorry but you will find all of us are self taught. Your a graphic designer? You have not done much in the way of design for it so far.
  8. Well the code was posted back in 2009 and the error is very easy to spot. If you cannot spot this then really you need to go learn the basics!
  9. There is nothing original in it at all. McCodes is a base engine you should work on your theme, what the players are going to be able to do and how they can interact, play, communicate with each other. This is just as Lucky mentioned. You uploaded mccodes changed the logo and login page and thats about it. Its beyond dull.
  10. rulerofzu

    Php 5.3

    I run CentOS 5.5 servers with PHP 5.3 and have not had any issues with my scripts but my code is generally based at php 5 at that many lines of code id stay with 5.1 :D How did you find the upgrade to CentOS 5.6 any issues?
  11. Why lie about it when you have posted on his forum asking for help in the topic where it states how much the mod is to purchase! Also your post there is dated 9th April. So I dont know how long you think is a long time but in reality that was over the weekend when really you shouldnt expect anyone to reply.
  12. Can no longer see any brrr's :D
  13. Thats very true which brings you straight back to what Alain said translations are best done by hand.
  14. You may want to consider using http_accept_language when you decide to move from google ;) and use the primary tag to chose the appropriate language file. The method I suggested is very long and you will require people to help you or pay someone to translate by hand the files. Its also worth noting your game structure and doing language files appropriately. A global language file which has common words throughout your game. A admin language file for the staff area You can also do this as an array in your language files rather than define :D
  15. Alain is correct. Google translate is way off from being correct. I tested this on my game and the spanish and dutch players found it laughable. Also worth noting that as the API runs before your game then any connectivity issues with google means your game will pause and yes whilst everyone would like to think google is too big to have connection issues it does happen. Your best solution for this would be to implement a language template system. A basic idea of this would be   english language file example   <? define('LOGIN', 'Login'); define('FAQ', 'Frequently Asked Questions'); ?>   <? include('language/*chosen language of the player*.php'); echo 'FAQ';   There is a bit more to it than that just a simple example.
  16. Dayo already has an archive of mods. Also is it really that difficult to find mods by using the sub forums and search?
  17. minecraft woot!!
  18. You get a slight increase on energy gain but its easy enough to alter the rest. I think some of the requests are now moving away from the the donation system being sold. Perhaps Dave should consider custom modifications ;)
  19. /bin/sh: mycode: command not found would usually imply that your host will not allow the cron your trying to run. Usually restriction on how often so 1min 5min crons are not allowed.
  20. It requires the crons to be running. It aint magic!
  21. gang replacement zip file Reposted as the download link is currently not working. gangs.1.0.2.zip
  22. Would I be able to attach it? I have a copy of the rar file. Or would it require Floydian to post it.
  23. What version of mc2 are you using?
  24. I dont see how it is possible for someone from a MCcodes game to get your Cpanel details and login unless your using the same user/passwords??
×
×
  • Create New...