Recent content by Tox Ow

  1. T

    PHP Uptime In percent?

    I found this script and i need to get it working anyways, how can i configure it so that it select IPs from my database and show the uptime. Script: <? include_once('global.php'); function format_uptime($seconds) { $secs = intval($seconds % 60); $mins = intval($seconds / 60 % 60); $hours...
  2. T

    PHP Uptime In percent?

    I found this script and i need to get it working anyways, how can i configure it so that it select IPs from my database and show the uptime. Script: <? include_once('global.php'); function format_uptime($seconds) { $secs = intval($seconds % 60); $mins = intval($seconds / 60 % 60); $hours...
  3. T

    PHP Uptime In percent?

    I found this script and i need to get it working anyways, how can i configure it so that it select IPs from my database and show the uptime. Script: <? include_once('global.php'); function format_uptime($seconds) { $secs = intval($seconds % 60); $mins = intval($seconds / 60 % 60); $hours...
  4. T

    PHP Uptime In percent?

    I found this script and i need to get it working anyways, how can i configure it so that it select IPs from my database and show the uptime. Script: <? include_once('global.php'); function format_uptime($seconds) { $secs = intval($seconds % 60); $mins = intval($seconds / 60 % 60); $hours...
  5. T

    Need PHP help!!!!!!!?

    class is current_page_item i need to set it that if i go to page mywebsite.com/index.php?action=kodu the class will be set to current_page_item, if i leave that site to another site, it will go to there. <li><a href=index.php?action=kodu>Kodu</a></li> <li><a...
Back
Top