Go to file
Mario f6e15afdaa
Update README.md
2023-06-04 15:52:40 +03:00
Assemblies/Roblox/Grid/Rcc Fix RCCService.wsdl 2023-05-03 19:24:22 +12:00
asset Create index.php 2023-05-22 13:22:35 +03:00
assets Update headshot.php 2023-05-22 13:20:52 +03:00
core yes 2023-06-04 15:46:42 +03:00
css k 2023-05-06 12:08:59 +02:00
downloads sum shieeeet 2023-02-12 22:52:35 +02:00
game Delete .rnd 2023-05-22 13:24:05 +03:00
piedmid renamed pma to piedmid 2023-02-05 23:17:34 +01:00
v1.1 yes 2023-06-04 15:46:42 +03:00
.gitignore accidentally commited my test repo, damn vscodium 2023-02-28 23:25:05 +10:30
.htaccess added placeholder thumbnail on games, changed .htaccess for apache users 2023-02-05 00:13:19 +01:00
Job.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
README.md Update README.md 2023-06-04 15:52:40 +03:00
about.php Minor text changes 2023-05-31 17:55:28 +12:00
admin.php yes 2023-06-04 15:46:42 +03:00
avatar.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
catalog.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
composer.json sum shieeeet 2023-02-12 22:52:35 +02:00
create_place.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
download.php n 2023-05-06 09:58:32 +02:00
edit_place.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
error.php Minor text changes 2023-05-31 17:55:28 +12:00
favicon.ico Full rebrand, uses fonts for shit 2023-02-05 20:42:48 +02:00
friends.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
games.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
getauthtoken.php Update getauthtoken.php 2023-05-22 13:21:31 +03:00
grublox.sql yes 2023-06-04 15:46:42 +03:00
home.php yes 2023-06-04 15:46:42 +03:00
index.php Minor text changes 2023-05-31 17:55:28 +12:00
item.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
login.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
logout.php modified: about.php 2023-02-14 23:58:18 +02:00
maintenance.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
not_approved.php yes 2023-06-04 15:46:42 +03:00
partners.php yes 2023-06-04 15:46:42 +03:00
phpinfo.php b 2023-02-04 22:21:59 +01:00
place.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
register.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
settings.json Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
settings.php Sexy update, yes yes. 2023-02-21 17:17:53 +02:00
sindex.php sex 2023-02-17 21:53:28 +02:00
test.php Update test.php 2023-05-22 13:20:03 +03:00
user.php Update user.php 2023-03-02 21:38:11 +02:00
users.php yes 2023-06-04 15:46:42 +03:00

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.