Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Well if you have them set correctly and set to run in your hosting control panel then the only logical thing that would be stopping them is your webhost. A lot of hosts will not allow 1 minute crons.
  2. Is your host allowing the crons to run?
  3. So your posting in the GRPG forum. Dont actually have GRPG but expect people to know what your on about with snippets of code. Good luck.
  4. You dont have grpg well not what I have ever seen. So you either downloaded something else or something that has been filled full of crap. Its going to be difficult for anyone to help you as you do not seem to have the correct source code.
  5. So where exactly did you get the source code from then? as my source which is GRPG v 1.1 does.
  6. Hahaha took me a quick search 2nd file I found.... $result = mysql_query("SELECT * FROM `grpgusers` ORDER BY `lastactive` DESC"); while($line = mysql_fetch_array($result, MYSQL_ASSOC)) { $secondsago = time()-$line['lastactive']; if ($secondsago > 2592000) { $user_online = new User($line['id']); $result2 = mysql_query("DELETE FROM `grpgusers` WHERE `id`='".$user_online->id."'"); } } Its not in the cron btw which is if you bothered to read the README.txt is called rollover.php
  7. Hahaha you are indeed on a roll today SRB
  8. Spudinski did one if memory serves me correctly.
  9. Why are you even discussing it?
  10. Kinda botch it fix isnt it? Sounds like you couldnt get it to work so your just removing the output.
  11. Well it is McCodes lol But really. If you undertake work you should of explained that any other script that uses the table should be checked. Yes I agree its not what you have been paid for however I see it as professional courtesy.
  12. Always interesting that a set theme makes people look elsewhere. Have you found such for wizards and stuff? as basically if you remove the content then you have what you require.
  13. Well if you added a column to the client's database which then broke other scripts regardless if you touched them or not then you was responsible for breaking those pages. Really its not a good idea to use $_POST in the query especially with McCodes depending on the version as it will not be secure. Also you dont need to use mysql_error to see an error it will automatically tell you whats incorrect. Usually in the form of Query Was.... As for the class. There is an edit for the mysql class for doing just that if you search for it. Should work with lite.
  14. By nature no one else is sharing it Is incorrect. Anyhow....doesnt really matter if you think its a good deal then take it. Quoting the actual DC is not very good info. You can have different providers providing the bandwidth into a DC but some only paying for the use of some of them.
  15. So its 1GB ram burstable to 1.5GB? Whats the hardware? cpu 2core 4core 6core? sla guarantee? bandwidth providers? Performance wise your still looking at using that for testing or very low use. If it gets popular then your going to need to upgrade.
  16. Yeah thats not very good and I find a lot of VPS that lack in resources for the price offered. In my opinion a lot of VPS options should be used for development not production.
  17. thisaintrunescape.com lol
  18. That would be as its earlier mc2 version probably downloaded so any buyer would have to get CB or Dabs to verify the licence.
  19. Well thanks SRB didnt know the default was 10 I just use whats appropriate!
  20. No huge scary risk well apart from if your game is successful then the difference is quite large. Standard fix? how so since when was int(11) the default standard?
  21. No dont do that why would you use int(11)??? Are you really EVER going to have that many? Should a player have that many?? mediumint would suffice
  22. Hmmm well how long has it been going? Just out of interest.
  23. Why do you need to do anything with it? Is your site running has players? if so keep it running and develop for this engine at the same time.
  24. Looking forward to seeing it. Quests has been a major part of rulerofzu.com and I am looking at this engine being the next version of the game.
  25. For real? right ok ill download IE8 rather than click the little icon to see how it will look. Ok now in compatible mode. Thats the element in question. Fix it. Switch back. All done. Do not really see the need to download anything or take any steps further than that.
×
×
  • Create New...