- (LIVE-PREVIEW) my webserver: https://thiesbergenthal.de
There isn't a way to purchase directly on this website. It acts like a portfolio where i personally display my bought scripts to resell them. I stopped having interest in GTA Roleplay and no longer develop for FiveM. Feel free to modify my website or use it for yourself (ofcourse with your edited information), i really don't bother. The contact form uses a database to save the send contact messages.
I personally lost interest in developing and maintaing a FiveM Server. Because of this reason i setup a personal portfolio with all of my collected scripts over the past years. This way people can easily see what kind of scripts i offer and directly contact me trough my website or via social profiles. Feel free to customize this website to your liking and use it for whatever you please! Happy Coding! <3
- from 14.11.2023 / 00:27 - may have changed already
1st design of the website. (outdated)
/dist
- Publicly accessible files, including the mainindex.php
entry point./dist/components
- All the custom PHP source code for the project./dist/assets
- Static resources such as CSS, JavaScript, and image files./config
- Configuration files that are not web-accessible for security reasons./vendor
- Composer-managed dependencies (PHP)./node_modules
- npm-managed dependencies (JavaScript/Node.js).
- Run
npm run tailwind
to re-build TailwindCSS.
config.php
- Stores database connections and other sensitive configuration..env
- Environment variables for local development.
- PHP unit tests can be run with
vendor/bin/phpunit
. - JavaScript tests can be run with
npm test
.