This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//maps.googleapis.com | |
//maps.gstatic.com | |
//fonts.googleapis.com | |
//fonts.gstatic.com | |
//ajax.googleapis.com | |
//apis.google.com | |
//google-analytics.com | |
//www.google-analytics.com | |
//ssl.google-analytics.com | |
//youtube.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{if file_exists("templates/$template/includes/login/overwrites/register-form.tpl")} | |
{include file="{$template}/includes/login/overwrites/register-form.tpl"} | |
{else} | |
{if in_array('state', $optionalFields)} | |
<script> | |
var statesTab = 10; | |
var stateNotRequired = true; | |
</script> | |
{/if} | |
<script type="text/javascript" src="{$BASE_PATH_JS}/StatesDropdown.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ValheimPlus] | |
; Change false to true to enable this section. https://valheim.plus/documentation/list#ValheimPlus | |
enabled = true | |
; Display the Valheim Plus logo in the main menu | |
mainMenuLogo = true | |
; Display the advertisement of our server hosting partner on the server browser menu | |
serverBrowserAdvertisement = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re, urllib2, json | |
import clr | |
clr.AddReference('TCAdmin.GameHosting.SDK') | |
from TCAdmin.GameHosting.SDK.Objects import GameUpdate, GameScript, ServiceEvent | |
gameID = 193 | |
scripts = [ | |
{ | |
"Name": "Backup server.properties", | |
"Event": ServiceEvent.BeforeUpdateInstall, |