Merge branch 'main' of https://github.com/grublox/grublox.Site
This commit is contained in:
commit
0c899052b3
|
|
@ -1,4 +1,3 @@
|
||||||
hello invent i did comit!!!! -nolan
|
|
||||||
# GRUBLOX website
|
# GRUBLOX website
|
||||||
A Bootstrap based ROBLOX revival website.
|
A Bootstrap based ROBLOX revival website.
|
||||||
|
|
||||||
|
|
@ -22,6 +21,10 @@ A Bootstrap based ROBLOX revival website.
|
||||||
- [ ] Make uploading rbxls work and with ratelimiting
|
- [ ] Make uploading rbxls work and with ratelimiting
|
||||||
- [ ] Ratelimiting (u said u would add it qzip U NEVER DID)
|
- [ ] Ratelimiting (u said u would add it qzip U NEVER DID)
|
||||||
|
|
||||||
|
# Cleaning Database before commiting
|
||||||
|
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;
|
||||||
|
|
||||||
# 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)
|
unless ur Elon Musk (trol)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue