function phpua_{$SERVER_ID}_hostname() {literal}{{/literal} document.write("{$SERVER_HOSTNAME}"); {literal}}{/literal} function phpua_{$SERVER_ID}_address() {literal}{{/literal} document.write("{$SERVER_ADDRESS}"); {literal}}{/literal} function phpua_{$SERVER_ID}_type() {literal}{{/literal} document.write("{$SERVER_OS} {$SERVER_TYPE} - {if $SERVER_SECURE eq $LANG.Yes} {$LANG.Secure} {else} {$LANG.Insecure} {/if}"); {literal}}{/literal} function phpua_{$SERVER_ID}_lan() {literal}{{/literal} document.write("{$SERVER_LAN}"); {literal}}{/literal} {if $SERVER_ADDONS != ""} function phpua_{$SERVER_ID}_addons() {literal}{{/literal} document.write("{$SERVER_ADDONS}"); {literal}}{/literal} {else} function phpua_{$SERVER_ID}_addons() {literal}{{/literal} document.write("({$LANG.None})"); {literal}}{/literal} {/if} function phpua_{$SERVER_ID}_modification() {literal}{{/literal} document.write("{$SERVER_MOD_NAME}"); {literal}}{/literal} function phpua_{$SERVER_ID}_password() {literal}{{/literal} document.write("{$SERVER_PASSWORD}"); {literal}}{/literal} function phpua_{$SERVER_ID}_map() {literal}{{/literal} document.write("{$SERVER_MAP}"); {literal}}{/literal} function phpua_{$SERVER_ID}_players() {literal}{{/literal} document.write("{$SERVER_PLAYERS_CURRENT}/{$SERVER_PLAYERS_MAX} ({$SERVER_BOTS} {$LANG.Bots})"); {literal}}{/literal}