diff --git a/README.md b/README.md
index 3895792..689139f 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,16 @@ A Bootstrap based ROBLOX revival website.
- [ ] Search (maybe)
- [ ] Messaging system
- [x] Make games page grab games from the database
-- [ ] Make game page (game?id=) working with grabbing from db
+- [x] Make game page (game?id=) working with grabbing from db
- [ ] Make Create assets/game page
- [x] Make Catalog page (functional)
-- [ ] Make Credits page
+- [x] Make Credits page
- [ ] Make Placelauncher.ashx require a token for joining then proceed to start a game on a gameserver with soap
-- [ ] Make renders
+- [ ] Make renders with a soap request to rcc
- [ ] Make Admin panel and make it only accessible to admin users (show stuff like how many games are running cpu usage on the webserver how many users are online that kind of stuff)
- [ ] Add Recaptcha (https://developers.google.com/recaptcha/old/docs/php, ask mario to make a public key if u want to do this feature)
+- [ ] Add (yes im sorry) invite keys and a option to disable register in config.php (💀)
# Leaking
You should never leak the source code in any way. If you do, you will be banned forever and demoted.
+unless ur qzip (trol)
diff --git a/core/config.php b/core/config.php
index 26aec69..1332881 100644
--- a/core/config.php
+++ b/core/config.php
@@ -14,6 +14,13 @@ if($devmode) {
error_reporting(E_ALL);
}
+// if ur gonna use the availablegameservers array please pick a random gameserver from the array or else we would put all stress on 1 gameserver
+
+$AvailableGameservers = [
+ 1 => "ip goes here",
+ 2 => "ahh help!!"
+];
+
$gameSettings = [
"privatekey" => "-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQDhO7uhMz3jBLoSB/SHWhnE5tVxn7P6BlirPVrZEWVUxjyC5ybhZpyjL/r6KBlvhgyn67h2t3gNL043K0uXDAFXCIOWopR6e3fUybie8jI8mJQR1/rWbdcSK/UdSA4IDTULOz/PQxd/U75cy6AHlkpF1YqyMaNMNQsHyV7lbcNXGQIDAQABAoGAMRcf0galGnHRTFTHiyisLSpSoy03wOrZMJlyz5TnDQ8X6UAQTVhcE4VFonhS8ue4onDSB639UIJa/dNF6moHcFP+vh8I2eEdpmPPSkIpB+Y1iYiJGRVbWkbEAPCy/UFGrqAsp2a0rk1BAYuaPwVeXRL72mU0ml2OsdY14liCP7ECQQDnHSetgyNzfDUJ/hUABWaLdWewAOHk/R4rPNtd/lFNd8m/mExOqOF6BCHJ/fpYTec1f6K8ysrsYwA+uGqNd64DAkEA+Xx5wBu36z6EsjiaHyL6VtySiJDCTv2pHzfeU4Q+mBi7ciH2mZnmAZlGdzTAU8EcbrRvkmY9tuT5wtvzIHI5swJBAJB8fa3Qan1sjYwtuNtGhRFy2NwD8TXDuPS3Gz3sHNAdr5eEk1Ap7KznoGgzzCsgqQedQBRfg/W8/w43JQZEaBkCQDINQu/Dn9ZWKJEIwgLVJZwfjFZRlGn8gd19e+ENevFQpOp03eBa+8X+ViC8OImVCHs9P9UDJgZ3UZRCRDiSMfkCQQC7HpVCnGc6sH/+gD9IiN3i8+UMDhMRjnam4VdujgkeDqXCvJZdehpKEQvtLqnGYFmhe7wLRenR6J8zlj02W4Nv