Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Usually means a missing } go count your curlies :D
  2. Well look at the code in that and you will need to alter where it looks for what weapon is equipped and change it so that your doing the query to your new table. I dont use that so not sure of the code structure.
  3. Ah I thought you meant navigation inside after login. The home button works looks ok. Register does not.
  4. What attack system are you using default?
  5. Unable to login.
  6. Yeah much better. Lose the purple though! Its really easy to style with css have a look and give it a go!
  7. Well in theory :D you could copy the player level function amend it so that it updates the new table and there you go!
  8. Google css forms and you can style your form in numerous ways
  9. Either add to the items table or make a new table (recommended). Add fields exp, level etc for the weapon and you have your starting point. What curt said above lol
  10. Pretty good. I think it would look better if the game title would be more themed so perhaps a logo with the text would bring it all together. Style your login button to match your theme
  11. Why dont you amend the one click attack which can be found here? just take out the hospital bit :D
  12. If your looking to create a game where the player moves around an environment then look at neab game engine.
  13. javascript http://craftyjs.com/ for example
  14. Now there is several ways you could do that.....but you would need to explain more in detail what you wish to achieve. So when the player clicks west the map moves or you go to a new page?
  15. Doubt you need to change the table just change the code :D Courses run from the cron day so take out the code from there and either put it in a new cron for how many minutes you wish it to run at.
  16. Most webhosts use a 3rd party control panel. So the option will be there but it will return an error as the server is configured to not allow it. See what your host says.
  17. Most likely your webhost does not allow 5min crons to run.
  18. google php forms and then follow what danny posted below. cant believe you got told how to do this and still came asking
  19. Hahaha scav rated you up for that one Danny
  20. I dont understand how you find this difficult. The code is already there. Just add to the query for adding the user, password etc.
  21. Its Easter? but it was christmas not long ago!!! :D Happy Easter
  22. There is really no need for $_GET['action'] == mysql_real_escape_string($_GET['action']);
  23. The module for nginx looks interesting. http://pushmodule.slact.net/
  24. @ p_T_s So If I come to your forum post about how I am doing mccodesmodsfreetodownload.com You would be fine about that wouldnt say anything and let it stay even though its directly related? Common sense dictates otherwise doesnt it.
  25. Just $_GET['ID']
×
×
  • Create New...