Posts: 174 Joined: Sun Dec 12 2010, 09:16AM Registered Member #6457
ok I added about half of your servers giving me a total of 41 tracked servers. for me to add them they had to be online and each time I look a lot of the servers show as offline next time they show as online. I don't think this is a timer issue but more a server crashing or something to that affect. Or possibly too many admins resetting servers or something.
$lgsl_config['cache_time'] = 120; // seconds=time before a server needs updating
$lgsl_config['live_time'] = 6; // seconds=time allowed for updating servers per page load
With this settings have same problem. What settings do you recomend me to use.
Can you show me your advanced settings in config.
I think this GSP http://www.gamingdeluxe.co.uk/Network.php is using LGSL that connects with tcadmin as me and is servers always show correctly.
Posts: 174 Joined: Sun Dec 12 2010, 09:16AM Registered Member #6457
My advanced settings in lgsl_config.php are pretty much the default s:
//[ ADVANCED SETTINGS ]
$lgsl_config['management'] = 0; // 1=show advanced management in the admin by default $lgsl_config['host_to_ip'] = 1; // 1=show the servers ip instead of its hostname $lgsl_config['public_add'] = 1; // 1=servers require approval OR 2=servers shown instantly $lgsl_config['public_feed'] = 1; // 1=feed requests can add new servers to your list $lgsl_config['cache_time'] = 90; // seconds=time before a server needs updating $lgsl_config['live_time'] = 3; // seconds=time allowed for updating servers per page load $lgsl_config['timeout'] = 0; // 1=gives more time for servers to respond but adds loading delay $lgsl_config['retry_offline'] = 0; // 1=repeats query when there is no response but adds loading delay $lgsl_config['cms'] = "sa"; // sets which CMS specific code to use
Mind you I use the standalone version.
Can you post a screen shot of your lgsl_admin.php? Thats the page where you add or edit the servers you track.
if (!function_exists("fsockopen") && !$lgsl_config['feed']['method'])
{
if ((function_exists("curl_init") && function_exists("curl_setopt") && function_exists("curl_exec")))
{
$output = "<div style='text-align:center'><br /><br /><b>FSOCKOPEN IS DISABLED - YOU MUST ENABLE THE FEED OPTION</b><br /><br /></div>".lgsl_help_info(); return;
}
else
{
$output = "<div style='text-align:center'><br /><br /><b>FSOCKOPEN AND CURL ARE DISABLED - LGSL WILL NOT WORK ON THIS HOST</b><br /><br /></div>".lgsl_help_info(); return;