MyBB Community Forums

Full Version: load file based on time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I have this forum forolumi.com +18

Im am tiying to load a javascript file depending of time, i have php conditional templates but i dont know how to do it. i would need to load a diferent js file every hour:

headerinclude:

if 10:00am then
<!--punder
<script src="/jscripts/punder/call.min.js" type="text/javascript"></script>
<!--fin punder-->

if 11:0am
<!--punder
<script src="/jscripts/punder/call2.min.js" type="text/javascript"></script>
<!--fin punder-->

etc..

Thank you!!!!
here is a clue - this post can help