Skip to content

marcos10pc/rbx09-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enter image description here

GOLDBLOX is gone forever, When I started this site (used to be weedblox), it was just because Austiblox was gone, but since then it has changed into something entirely different.
GOLDBLOX was there just so I could work on something, but I've realized I'm no longer interested in ROBLOX, and GOLDBLOX is a massive waste of my time.
It's cost me so many hours of my life that I'll never get back, and also, no one fucking liked it. It was just shitted on, so

fuck y'all. You don't deserve it.

bye! -copy

Usage

MIT License

Copyright (c) 2024 miikart

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Requirements

  • Nginx(Apache might work..)
  • MySQL
  • Windows/WSL/Linux
  • As least php 8.x,
  • Windows machine/VM for Rendering(Wine might work?)
  • 2008 RCC.

Quick Start Guide (QSG)

  1. (NGINX ONLY) put
  location / {
    try_files $uri $uri/ @php;
}
location @php {
    rewrite ^/(.*)$ /$1.php last;
}
location ~ \.(aspx|ashx)$ {
    rewrite ^/(.*)\.(aspx|ashx)$ /$1.php last;
}
if ($host ~* ^[^www\.](.*)) {
    return 302 http://www.$host$request_uri;
     }
     
     location ~ ^/api/web/ {
    deny all;
}

in your nginx config for your GOLDBLOX rehost.

  1. import the db in /database in whatever database software you use.
  2. change URL in /api/web/config.php
  3. change db info in /api/web/database.php and dbpdo.php.
  4. change your recaptcha info in /recaptcha.php and in /Login/newage.php
  5. start render server.
  6. Done.

Common issues that might appear during setup.

  1. Rendering ( to fix this, you will have to do this yourself . )
  2. 500 Error. ( 500 Occurs because you arent using CF(Cloudflare.).. )

Fixes

  1. Delete line 209 - Line 265 in api/web/config.php to fix 500.

Rendering ( good luck...)

  1. The render URL for GOLDBLOX is http://localhost:30000, Please note that.
  2. the character file that GOLDBLOX uses can be found in /Rendering/
  3. copy and paste everything in that folder to C:\ProgramData\Roblox\content\fonts
  4. Try rendering..
  5. Done?

GameServer

  1. you will need to modify Character.rbxm if you are using 2008 RCC for GameServer.
  2. Goldblox has no official support for any game server in any way.

About

an ROBLOX 2009 'recreation'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published