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.
bye! -copy
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
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.
- Nginx(Apache might work..)
- MySQL
- Windows/WSL/Linux
- As least php 8.x,
- Windows machine/VM for Rendering(Wine might work?)
- 2008 RCC.
- (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.
- import the db in /database in whatever database software you use.
- change URL in /api/web/config.php
- change db info in /api/web/database.php and dbpdo.php.
- change your recaptcha info in /recaptcha.php and in /Login/newage.php
- start render server.
- Done.
- Rendering ( to fix this, you will have to do this yourself . )
- 500 Error. ( 500 Occurs because you arent using CF(Cloudflare.).. )
- Delete line 209 - Line 265 in api/web/config.php to fix 500.
- The render URL for GOLDBLOX is http://localhost:30000, Please note that.
- the character file that GOLDBLOX uses can be found in /Rendering/
- copy and paste everything in that folder to C:\ProgramData\Roblox\content\fonts
- Try rendering..
- Done?
- you will need to modify Character.rbxm if you are using 2008 RCC for GameServer.
- Goldblox has no official support for any game server in any way.