Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

miikart/rbx09-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9aa239a · Nov 30, 2024

History

26 Commits
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 23, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 24, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 24, 2024
Sep 28, 2024
Sep 22, 2024
Nov 30, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024

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

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

       DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. You just DO WHAT THE FUCK YOU WANT TO.

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) the below should be in your config.
  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;
}

IF AAPANEL IS USED: place in /www/server/panel/vhost/rewrite/ in CONFIG Not URL rewrite.

  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.