• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows [ACC] Statistic online info

moudy

New Member
Joined
Feb 18, 2015
Messages
40
Reaction score
3
hello i have TFS 1.2 and Gesior acc + new layout

http://89.163.255.35/ <- link acc maker
after adding a new layout does not show the statistics of how many players online, and can not detect the file config lua


source layout

Code:
<!--//Queries//-->
<?PHP
    $lua = parse_ini_file($config['site']['server_path'].'/config.lua');
    $ip = explode("*", $lua['ip']);
    $port = explode("*", $lua['loginPort']);
    $motd = explode("*", $lua['motd']);
?>


http://89.163.255.35/ <- link acc maker
 
Last edited:
Code:
Warning: parse_ini_file(/config.lua): failed to open stream: No such file or directory in C:\xampp\htdocs\layouts\cyber\layout.php on line 38
 
this is it path my ots gesioracc/config/config.lua
$config['site']['serverPath'] = "C:/Users/Administrator/Desktop/Global/";
 
Back
Top