Nobihaza Vietnam Community Collection website (nbhzvn.one)'s official source code repository, used as a "game storage" website to upload and manage various Nobihaza games for ease of downloading, searching, and even linking to a chatbot.
This website uses PHP for backend, and MySQL for database management.
-
A PHP and MySQL server, of course! PHP 8 or higher, and MySQL 10 or higher are required for the website to function properly.
-
mysqli,curlPHP extensions, andmod_rewritePHP module are also required. -
Set the
upload_max_filesizeandpost_max_sizePHP settings as high as possible to be able to upload large game files.
-
Clone this repository.
-
Edit the
.env.samplefile to fit your server configuration. After that, rename the file to.env. -
Edit the
webhook_config.sample.phpfile to fit your Discord server and channel configuration. After that, rename the file towebhook_config.php.
Proper documentation about this config file will be written soon. -
Upload the entire folder to your server's root
public_html/htdocsfolder and you're done! The database will also be setup automatically. -
The administrator login information will be the same as you provided in the
.envfile. Login using that information in the website and begin managing it!
For more detailed instructions, head to Wiki/Installation.
See FAQ.md (original Vietnamese version) for more details. This is also the content of the website's FAQ page.
You can also see FAQ.en.md for the machine-translated English version.
- Games management
- Accounts management
- Game following/rating/commenting
- Advanced search
- Notifications about following, someone commenting and many things else
- Discord webhook integration
- Proper game API documentation for chatbots/applications
As an open-source repository, any contributions are greatly appreciated!
-
Fork the project
-
Create a new branch and edit the source code as your liking
-
Commit the changes and push them to the created branch
-
Create a pull request and wait for me to review and merge it!
All back-end PHP source code (excluding the HTML, CSS and JavaScript code) are licensed under the MIT License.
The back-end PHP source code also makes use of the following third-party libraries without any modifications:
vlucas/phpdotenvlicensed under BSD-3-Clause license.phpmailer/phpmailerlicensed under LGPL-2.1 license.soundasleep/html2textlicensed under MIT license.erusev/parsedownlicensed under MIT license.
Therefore, you should see their respective licenses for details.
This project also uses a front-end template provided by Colorlib, licensed under the Creative Commons Attribution 3.0 (CC BY 3.0) license.
You can find more information about their license at: https://colorlib.com/wp/licence
You can contact me at: https://s1432.org/contact
