https://github.com/fmohican/noscoreregister
Register page with API for NosCore Emulator
https://github.com/fmohican/noscoreregister
nos noscore nostale nostale-emulator pgsql postgresql register
Last synced: 5 months ago
JSON representation
Register page with API for NosCore Emulator
- Host: GitHub
- URL: https://github.com/fmohican/noscoreregister
- Owner: fmohican
- License: wtfpl
- Created: 2019-10-14T11:15:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-05-06T20:48:44.000Z (about 6 years ago)
- Last Synced: 2025-01-22T22:41:22.326Z (over 1 year ago)
- Topics: nos, noscore, nostale, nostale-emulator, pgsql, postgresql, register
- Language: PHP
- Homepage:
- Size: 1.93 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Under development
This script its just a simple and secure register for [NosCore](https://github.com/NosCoreIO/NosCore), soon with API support, you will can implement with any UI you want, via REST API.
## Requirement
- PHP 7.2 (equal or great)
- With Postgresql extenstion
- Fast-CGI its a plus
- Multiple Instance its also a plus
- Nginx (Recommanded) / Apache / Any Webserver
- Postgresql (this is also requirement for server)
- Google Account (for captcha)
### Todo
- Email notification
- ~~Anti abuse system~~
- Apache / Nginx / LiteSpeed optimization
- Better design?
- Log system?
- API Documentation
- API Implementation