https://github.com/imbloxi/bloxauth
The Roblox Purchasing Hub is an open-source system designed to facilitate product purchasing and management for Roblox games and experiences. Developed by Redon-Tech, this project aims to provide a free and feature-rich alternative to existing purchasing systems like myPod and Kireko.
https://github.com/imbloxi/bloxauth
api design great licencing lua luau modern new php ritch roblox web web-app
Last synced: 6 days ago
JSON representation
The Roblox Purchasing Hub is an open-source system designed to facilitate product purchasing and management for Roblox games and experiences. Developed by Redon-Tech, this project aims to provide a free and feature-rich alternative to existing purchasing systems like myPod and Kireko.
- Host: GitHub
- URL: https://github.com/imbloxi/bloxauth
- Owner: imBloxi
- License: apache-2.0
- Created: 2024-10-20T18:14:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:58:37.000Z (over 1 year ago)
- Last Synced: 2025-04-03T23:22:31.001Z (about 1 year ago)
- Topics: api, design, great, licencing, lua, luau, modern, new, php, ritch, roblox, web, web-app
- Language: PHP
- Homepage: https://bloxauth.rf.gd
- Size: 3.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BloxAuth License Management System
Project brought to you by: https://github.com/BloxiAuth team

[](https://php.net)
[](LICENSE.md)
[](https://github.com/imBloxi/BloxAuth)
[](https://github.com/imBloxi/BloxAuth/graphs/commit-activity)
[](https://github.com/imBloxi/BloxAuth/pulls)
[](https://discord.gg/bloxauth)

**A robust PHP-based license management system designed specifically for Roblox game developers**
[View Demo](https://demo.bloxauth.com) ยท [Report Bug](https://github.com/imBloxi/BloxAuth/issues) ยท [Request Feature](https://github.com/imBloxi/BloxAuth/issues)
## ๐ Features
[](#features)
- ๐ **Secure License Management**
- HMAC-based key generation
- Real-time validation
- IP protection
- ๐ **Advanced Authentication**
- Two-factor authentication
- Discord integration
- Role-based access
- โก **Performance**
- Fast validation
- Optimized queries
- Caching system
- ๐ **Analytics**
- Usage tracking
- Real-time stats
- Export capabilities

## ๐ Project Structure
```
bloxauth/
โโโ .idea/
โโโ admin/
โ โโโ index.php
โ โโโ issue_keys.php
โโโ api/
โ โโโ .htaccess
โ โโโ api.php
โ โโโ error_log/
โ โโโ generate_license.php
[... structure continues as before ...]
```
## ๐ป System Requirements
[](https://php.net)
[](https://www.mysql.com)
[](https://mariadb.org)
- PHP 7.4 or higher
- MySQL 5.7+ or MariaDB 10.2+
- Apache with mod_rewrite enabled
- PDO PHP Extension
- JSON PHP Extension
## โ๏ธ Installation
1. **Clone the Repository**
```bash
git clone https://github.com/imBloxi/BloxAuth.git
```
2. **Configure Database**
```php
// includes/config.php
```
## ๐ง Core Components
### ๐ Administration Module (`/admin`)
- Complete management interface
- Key generation system
- User management
### ๐ API Module (`/api`)
- RESTful endpoints
- Secure validation
- Usage tracking
### ๐ฑ Application Module (`/app`)

- User interface
- License management
- Profile settings
### ๐ณ Billing Module (`/billing`)

- Secure payments
- Multiple gateways
- Transaction logging
## ๐ Security Features
[](https://github.com/imBloxi/BloxAuth)
1. **API Security**
- Rate limiting
- Request validation
- IP protection
2. **User Authentication**
- 2FA support
- Session management
- Secure passwords
## ๐ API Documentation
### License Validation
```http
POST /api/validate_key.php
Content-Type: application/json
{
"license_key": "XXXX-XXXX-XXXX-XXXX",
"roblox_id": "12345678",
"place_id": "87654321"
}
```
## ๐ค Contributing
[](https://github.com/imBloxi/BloxAuth/pulls)
1. Fork the repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Open a pull request
## ๐ License
[](LICENSE.md)
This project is licensed under the Apache 2.0 License - see the [LICENSE.md](LICENSE.md) file for details.
## ๐ Acknowledgements
- [Sellix.io](https://sellix.io) for payment processing
- [Discord](https://discord.com) for community features
- [Roblox](https://roblox.com) for game platform integration
## ๐ Support
[](https://discord.gg/bloxauth)
Having troubles? Get help:
- Join our [Discord server](https://discord.gg/bloxauth)
- Open an [Issue](https://github.com/imBloxi/BloxAuth/issues)
- Check our [Wiki](https://github.com/imBloxi/BloxAuth/wiki)
## ๐ Statistics
[](https://github.com/imBloxi/BloxAuth/stargazers)
[](https://github.com/imBloxi/BloxAuth/issues)
[](https://github.com/imBloxi/BloxAuth/pulls)
[](https://github.com/imBloxi/BloxAuth/commits/main)
---
Made with โค๏ธ by BloxAuth Team