RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Online status and players online

burncity

Wanderer
Cant find no php.ini. Put all permmissions to 777 but still no joy... At least you tried... :) I dont think we are going to get it working somehow...

Thanks again

BurncitY
 

mordero

Knight
well last attempt to try to fix this, try using this as your check.php
PHP:
<?php 
// example usage
ob_start();
include_once "checkserver.php";
$checkserver = new checkserver();
print $checkserver->statusCheck();
ob_end_flush();
?>

that will supress any output from the server until the script is finished running. Im 99% sure it wont help, but its worth a shot. :( sorry
 

burncity

Wanderer
Dead end im affraid. I will keep trying different things and if anything changes will let you know...

Thanks

BurncitY
 

Zippy

Razor Creator
www.ConnectUO.com

They provide an image that shows the number of players currently online on your shard (updated every 15 minues, will say "Down" if the server is down).

They also have neat graphs for the numbers of players online. Easy solution for what you are trying to do.
 
Top