user51 Posted October 21, 2010 Share Posted October 21, 2010 Ok guys, I'm gonna have to throw a question out there. I am building a mmorpg. And I could use some help with some coding. I have two cron files that run every hour and every day(24 hrs ) My question is, how can I add a visual countdown based on server time to show how long the cron has left to tick? I have tried many countdowns but most of them reset once I leave the page. So basically I need a countdown timer to show the user how long till he getts more food or whatever. Any help would be greatly appreciated. Thank you in advance for taking time to read and/or help. Quote Link to comment https://forums.phpfreaks.com/topic/216433-mmorpg-style-timer-help/ Share on other sites More sharing options...
pengu Posted October 21, 2010 Share Posted October 21, 2010 You'll have to use javascript/jQuery. http://keith-wood.name/countdown.html - check that out. You'll obviously have to play around with it. Quote Link to comment https://forums.phpfreaks.com/topic/216433-mmorpg-style-timer-help/#findComment-1124693 Share on other sites More sharing options...
user51 Posted October 21, 2010 Author Share Posted October 21, 2010 I'm guessing I have to insert This code in the cron file and call it from there. Right? Quote Link to comment https://forums.phpfreaks.com/topic/216433-mmorpg-style-timer-help/#findComment-1125012 Share on other sites More sharing options...
fortnox007 Posted October 21, 2010 Share Posted October 21, 2010 I'm guessing I have to insert This code in the cron file and call it from there. Right? I doubt that. Javascript is client side. I assume although - I have no exact idea on how to yet - you insert the javascript on the page where the user is present. That javascript uses the time it receives from a database or a text file. Maybe Ajax is something to look in further. That way your client doesn't needs to refresh it's browser, but the stuff just happends 'realtime'. Quote Link to comment https://forums.phpfreaks.com/topic/216433-mmorpg-style-timer-help/#findComment-1125020 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.