|
|
||
|---|---|---|
| Assemblies/Roblox/Grid/Rcc | ||
| asset | ||
| assets | ||
| core | ||
| css | ||
| downloads | ||
| game | ||
| piedmid | ||
| v1.1 | ||
| .gitignore | ||
| .htaccess | ||
| Job.php | ||
| README.md | ||
| about.php | ||
| admin.php | ||
| avatar.php | ||
| catalog.php | ||
| composer.json | ||
| create_place.php | ||
| download.php | ||
| edit_place.php | ||
| error.php | ||
| favicon.ico | ||
| friends.php | ||
| games.php | ||
| getauthtoken.php | ||
| grublox.sql | ||
| home.php | ||
| index.php | ||
| item.php | ||
| login.php | ||
| logout.php | ||
| maintenance.php | ||
| not_approved.php | ||
| partners.php | ||
| phpinfo.php | ||
| place.php | ||
| register.php | ||
| settings.json | ||
| settings.php | ||
| sindex.php | ||
| test.php | ||
| user.php | ||
| users.php | ||
README.md
GRUBLOX website
A Bootstrap based ROBLOX revival website.
Todo
- Friending system
- Making home page optimize on the page size
- User page
- Search (maybe)
- Messaging system
- Make games page grab games from the database
- Make game page (game?id=) working with grabbing from db
- Make Create assets/game page
- Make Catalog page (functional)
- Make Credits page
- Make Placelauncher.ashx require a token for joining then proceed to start a game on a gameserver with soap
- Make renders with a soap request to rcc (they should work if soap isn't fucked and $site["url"] is good)
- Make Admin Panel and make it only accessible to admin users
- Add Recaptcha (not useful right now)
- Add invite keys and a option to disable register in admin panel
- Add working asset service (gid = grublox id)
- 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)
- Migrate most of config.php to the database (so settings can be changed through admin panel)
Cleaning the 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
You should never leak the source code in any way. If you do, you will be banned forever and demoted.