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