This file contains hidden or 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
| #!/bin/bash | |
| # Written by: cPFence Team / https://cpfence.app/ | |
| # | |
| # Description: | |
| # This script automates OpenLiteSpeed configuration optimization. | |
| # It updates server settings, tuning, errorlog configurations, and ensures no duplicate sections. | |
| # Use with caution and test in a non-production environment first. | |
| # | |
| # License: Copyright (C) 2023 - 2024 Linkers Gate LLC. |
This file contains hidden or 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 | |
| import json | |
| import gzip | |
| import clr | |
| clr.AddReference('TCAdmin.GameHosting.SDK') | |
| from TCAdmin.GameHosting.SDK.Objects import GameUpdate, GameScript, ServiceEvent | |
| try: | |
| # Python 3 style imports |
This file contains hidden or 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 hidden or 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 hidden or 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 |