Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Im all for learn it yourself but there is a lot to be said for pay a little for something pre-made. (HD's mod) You can often learn quicker and a lot more by seeing how something works. Reverse engineering :D
  2. Just a money making ploy. Unless its enforced that anything adult industry related has to use xxx then .com is still going to be the main domain extension. All this does is make more domain names available making the registrars more money.
  3. Is this occuring in all browsers? Personally id avoid having any css in the files. Put it in an external css file and link to that. Much easier to then troubleshoot. Also you should update your code. Align and postion by css rather than html center tags which is depreciated.
  4. Your query would only update the user waz and how long they have been in a gang not how old the gang is.
  5. Just decide how long you wish to keep a log. IE 60 days. Anything older than that delete. Just keeps things trim.
  6. I would highly recommend that you prune the logs after a certain amount of time otherwise your going to be looking at a run away table in your database which as soon as you open the staff page is going to lag your game.
  7. Probably avast script blocker. Useless AV program
  8. You misread Paul. Illusions posted he required someone to make him a banner. I was going to offer but cannot contact him. :P
  9. Get it on the market place then boyo! ps....tried to contact you when you needed a banner but you wont add me as a friend ;( guess I dont put out like Paul does :P
  10. Good effort there blade at least your continuing to try and learn. Id suggest not doing this SELECT * FROM users especially from a table like users which is quite large. No need. SELECT userid,username,duties FROM users will suffice as that's all the info that you need. Also duties is a new field which you didnt mention :P
  11. [any version] Removal of 1 minute crons
  12. to what? your local time?? most games will display the server time so depending on where your server is that will be the time displayed. You can change it though. You will need to state to what timezone.
  13. you wish to change the time displayed ??
  14. You should use the full path /home/kv/
  15. I thought the latest release of Mccodes got rid of this? $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];
  16. You should check with your host. Just because in your cPanel crons can be set does not mean that they are allowed to run on the server.
  17. Through my fuzzy head from drinking too much last night 8o ....looks a bit long winded that rule. RewriteRule ^page/([A-Za-z0-9-]+)/([0-9]+)/?$ page.php?q1=$1&q2=$2   You might not need the A-Za-z
  18. Shouldnt this be in the market place? 99p is cheap. I am just pleased you didn't offer unlimited everything.
  19. LOL Joshua. This has been on here since 2008. http://makewebgames.io/board791/27191-mccode-v2-item-descryption
  20. Good idea. Best way for it to work would be the offender is submitted to a moderator with the evidence. Then the moderator makes the post locking it immediately to stop any further spam etc. Offender can then also submit a reply etc. Lots of work for the moderators though.
  21. Right so ....with that in mind. You will also need to bear in mind that most places have a size limit in kb that your banner has to come under. Just so you know :D
  22. Right...also why gif? most places will ask you for jpg.
  23. What is the area you have posted in noob :P Not a modification is it.
  24. Take a look at this basic ipn script for alertpay and then modify it http://wwwbay.com/2010/06/27/basic-alertpay-ipn-php-script-2/   Should be easy as you had a working paypal script so the values would be the same as your paypal script.
  25. You may do better if you list the mods as Ive just been over there and dont see anything that stands out as different from any other grpg based game.
×
×
  • Create New...