Платное Better Statistics 1.1.8

<?php
return array(
'ServerName' => 'TEST SERVER',
'SiteDescription' => 'Stats Website Template developed by Billy Joe',
'SteamAPIKey' => '',
'backgroundImage' => 'https://files.facepunch.com/paddy/20220705/july_2022_header.jpg',
'servers' => array(
'server1' => array(
'serverIcon' => '',
'ipAddress' => 'localhost',
'username' => 'root',
'password' => '',
'databaseName' => 'betterstatistics',
'wipe' => 'main_stats_wipe',
'overall' => 'main_stats_overall'
),

'server2' => array(
'serverIcon' => '',
'ipAddress' => 'localhost',
'username' => 'root',
'password' => '',
'databaseName' => 'betterstatistics',
'wipe' => 'main_stats_wipe',
'overall' => 'main_stats_wipe'
),

'server3' => array(
'serverIcon' => '',
'ipAddress' => 'localhost',
'username' => 'root',
'password' => '',
'databaseName' => 'betterstatistics',
'wipe' => 'main_stats_wipe',
'overall' => 'main_stats_overall'
),
)
);
?>