Skip to content

lv3-himeme/nbhzvn.one

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

357 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Important Notice

This repository is a 1:1 copy of the nbhzvn.one website and contains additional content from our community that is not freely reusable or redistributable without proper attribution, and must not be used for commercial purposes.

If you are looking for a fully open-source version of this project (under the MIT License) without any community-specific content, please visit the original repository:
👉 Serena1432/NobihazaVietnamCollection

Nobihaza Vietnam Community Collection

Screenshot

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.

Requirements

  • 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, curl PHP extensions, and mod_rewrite PHP module are also required.

  • Set the upload_max_filesize and post_max_size PHP settings as high as possible to be able to upload large game files.

How to install

  1. Clone this repository.

  2. Edit the .env.sample file to fit your server configuration. After that, rename the file to .env.

  3. Edit the webhook_config.sample.php file to fit your Discord server and channel configuration. After that, rename the file to webhook_config.php.
    Proper documentation about this config file will be written soon.

  4. Upload the entire folder to your server's root public_html/htdocs folder and you're done! The database will also be setup automatically.

  5. The administrator login information will be the same as you provided in the .env file. Login using that information in the website and begin managing it!

For more detailed instructions, head to Wiki/Installation.

How to use

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.

Features to-do list

  • 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

Contributing

As an open-source repository, any contributions are greatly appreciated!

  1. Fork the project

  2. Create a new branch and edit the source code as your liking

  3. Commit the changes and push them to the created branch

  4. Create a pull request and wait for me to review and merge it!

License

Community content

Community content (images, text, audio, game data, etc.) is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.

If you want to reuse community content for non-commercial purposes, you must provide proper attribution. Commercial use is not permitted without explicit permission.

Back-end PHP source code

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:

Therefore, you should see their respective licenses for details.

Front-end template

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

Contact

You can contact me at: https://s1432.org/contact

About

Current 1:1 source mirror of nbhzvn.one, after tweaking many things for Nobihaza Vietnam Community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 70.8%
  • JavaScript 16.3%
  • CSS 12.9%