Update README.md

This commit is contained in:
Mario 2023-06-04 15:52:40 +03:00 committed by GitHub
parent 0c899052b3
commit f6e15afdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -15,16 +15,16 @@ A Bootstrap based ROBLOX revival website.
- [x] Make Placelauncher.ashx require a token for joining then proceed to start a game on a gameserver with soap - [x] Make Placelauncher.ashx require a token for joining then proceed to start a game on a gameserver with soap
- [X] Make renders with a soap request to rcc (they should work if soap isn't fucked and $site["url"] is good) - [X] Make renders with a soap request to rcc (they should work if soap isn't fucked and $site["url"] is good)
- [x] Make Admin Panel and make it only accessible to admin users - [x] Make Admin Panel and make it only accessible to admin users
- [ ] Add Recaptcha - [ ] Add Recaptcha (not useful right now)
- [x] Add invite keys and a option to disable register in config.php - [x] Add invite keys and a option to disable register in admin panel
- [x] Add working asset service - [x] Add working asset service (gid = grublox id)
- [ ] Make uploading rbxls work and with ratelimiting - [ ] Make uploading rbxls work (maybe do some more research on how rbxls look like and what bytes we should look for in a rbxl before uploading)
- [ ] Ratelimiting (u said u would add it qzip U NEVER DID) - [ ] Ratelimiting (u said u would add it qzip U NEVER DID)
- [ ] Migrate most of config.php to the database (so settings can be changed through admin panel)
# Cleaning Database before commiting # Cleaning the database before commiting
Please clear the database and execute the following command in the SQL tab of phpmyadmin. Please clear the database and execute the following command in the SQL tab of phpmyadmin.
ALTER TABLE users AUTO_INCREMENT = 0; ALTER TABLE jobs AUTO_INCREMENT = 0; ALTER TABLE tokens AUTO_INCREMENT = 0; ALTER TABLE users AUTO_INCREMENT = 1; ALTER TABLE games AUTO_INCREMENT = 1818; ALTER TABLE bans AUTO_INCREMENT = 0; ALTER TABLE assets AUTO_INCREMENT = 0; ALTER TABLE accesstokens AUTO_INCREMENT = 0; ALTER TABLE users AUTO_INCREMENT = 0; ALTER TABLE jobs AUTO_INCREMENT = 0; ALTER TABLE tokens AUTO_INCREMENT = 0; ALTER TABLE users AUTO_INCREMENT = 1; ALTER TABLE games AUTO_INCREMENT = 1818; ALTER TABLE bans AUTO_INCREMENT = 0; ALTER TABLE assets AUTO_INCREMENT = 0; ALTER TABLE accesstokens AUTO_INCREMENT = 0;
# Leaking # Leaking
You should never leak the source code in any way. If you do, you will be banned forever and demoted. You should never leak the source code in any way. If you do, you will be banned forever and demoted.
unless ur Elon Musk (trol)