Witajcie,
Wsadzilem sobie HLSS zeby miec status serwerków na serwerze nazwa.pl i mi sie nie wyswietla... Nie wiem czy zle dodalem do confingu serwer? Serwer na nazwa.pl obsługuje funkcjie: fsockopen() bo sprawdzilem kosultujac sie z administracją :) na serwerze mam PHP 5.
Kawalek confingu z hlss:
Kod:
$main['cache'] = "hlss2_cache.txt"; //cache file, updated from time to time, must be writable by server www
$main['cache_outdate'] = "10";//time in seconds when the cache needs to be updated, i suggest you do not go below 3 seconds
$main['dateformat'] = "Y-M-d H:i:s";
$main['template'] = "list.html"; //main template for listing all servers on one page
$main['nicklength'] = "35";//maximum nick lenght, if nick name is too long, it will be abbreviated to nicklength-3
$main['online_img'] = "img/online.gif";//image must be on server WWW
$main['offline_img'] = "img/offline.gif";//image must be on server WWW
// you can call image display by <img src="index.php?id=_X_&img=1"> where _X_ is the number of the server id
// in example <img src="index.php?id=1&img=1">
// notice, every $main[] variable can be inserted to the $server[] setting, (except 'cache')
$server[] = array( // CS 1.6 example
"disable" => 0,// if set to 1 the server is completley ignored
"ip" =>"91.203.133.30:27015", // serevr ip:port, can be hostname, if port ommitted default port is 27015
"template" => "vertical-200px.html", // use this skin to display this server, if single mode specified
"name" => "::CS-PantaRhei.com:: [FFA]", // show this name if connection time out
"gameurl" => "halflife",
"nicklength" => "29",
"mapurl" => "../img/mapki/cstrike", //where image maps to this game are stored
"mapext" => "jpg", // image maps extension
"applaunch" => "30", // which application version to run, more at http://developer.valvesoftware.com/wiki/Steam_Application_IDs
"ha" => "4kS", // head admin name
"ha_mail" => "kubarek3@gmail.com", // head admin mail
"timeout" => 1 // timeout in seconds
);
co moze byc zle.. ? :|
na serwerze gry trzeba cos ustawiac? :)