From fe9e710cb7fffc001929741249ec46a02612ccaa Mon Sep 17 00:00:00 2001 From: lifestorm <79322094+lifestorm@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:16:08 +0300 Subject: [PATCH] Create placeholder files --- addons/sam/lua/sam_sql_config.lua | 39 +++++++++++++++++++ gamemodes/helix/helix.yml | 7 ++++ .../helix/plugins/bastion/apikey_proxy.txt | 1 + .../helix/plugins/xenforolink/apikey.txt | 1 + 4 files changed, 48 insertions(+) create mode 100644 addons/sam/lua/sam_sql_config.lua create mode 100644 gamemodes/helix/helix.yml create mode 100644 gamemodes/helix/plugins/bastion/apikey_proxy.txt create mode 100644 gamemodes/helix/plugins/xenforolink/apikey.txt diff --git a/addons/sam/lua/sam_sql_config.lua b/addons/sam/lua/sam_sql_config.lua new file mode 100644 index 00000000..34598440 --- /dev/null +++ b/addons/sam/lua/sam_sql_config.lua @@ -0,0 +1,39 @@ +--[[ +| This file was obtained through the combined efforts +| of Madbluntz & Plymouth Antiquarian Society. +| +| Credits: lifestorm, Gregory Wayne Rossel JR., +| Maloy, DrPepper10 @ RIP, Atle! +| +| Visit for more: https://plymouth.thetwilightzone.ru/ +--]] + +if SAM_LOADED then return end + +return { + -- + -- Enable MySQL/sqlite + -- Don't touch this if you don't know what it means + -- + MySQL = true, + + -- + -- MySQL host/ip + -- + Host = "1.4.8.8", + + -- + -- MySQL username + -- + Username = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!", + + -- + -- MySQL password + -- + Password = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!", + + -- + -- MySQL database + -- + Database = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!", +} \ No newline at end of file diff --git a/gamemodes/helix/helix.yml b/gamemodes/helix/helix.yml new file mode 100644 index 00000000..3e304425 --- /dev/null +++ b/gamemodes/helix/helix.yml @@ -0,0 +1,7 @@ +database: + adapter: "mysqloo" + hostname: "1.4.8.8" + username: "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!" + password: "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!" + database: "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!" + port: 3306 \ No newline at end of file diff --git a/gamemodes/helix/plugins/bastion/apikey_proxy.txt b/gamemodes/helix/plugins/bastion/apikey_proxy.txt new file mode 100644 index 00000000..6dfc59d6 --- /dev/null +++ b/gamemodes/helix/plugins/bastion/apikey_proxy.txt @@ -0,0 +1 @@ +This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny! \ No newline at end of file diff --git a/gamemodes/helix/plugins/xenforolink/apikey.txt b/gamemodes/helix/plugins/xenforolink/apikey.txt new file mode 100644 index 00000000..6dfc59d6 --- /dev/null +++ b/gamemodes/helix/plugins/xenforolink/apikey.txt @@ -0,0 +1 @@ +This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny! \ No newline at end of file