Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T07:00:52.000Z (3 months ago)
- Last Synced: 2024-10-22T08:42:11.690Z (3 months ago)
- Topics: api, design, great, licencing, lua, luau, modern, new, php, ritch, roblox, web, web-app
- Language: PHP
- Homepage: https://bloxauth.rf.gd
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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![BloxAuth TEAM](https://i.ibb.co/Ns73jZT/8-Y23-HTU-4-removebg-preview.png)
[![PHP Version](https://img.shields.io/badge/PHP-7.4%2B-blue.svg)](https://php.net)
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE.md)
[![Security Rating](https://img.shields.io/badge/Security-A%2B-brightgreen.svg)](https://github.com/imBloxi/BloxAuth)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/imBloxi/BloxAuth/graphs/commit-activity)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/imBloxi/BloxAuth/pulls)
[![Discord](https://img.shields.io/discord/1234567890?color=7289da&label=Discord&logo=discord&logoColor=white)](https://discord.gg/bloxauth)![BloxAuth Logo](https://i.ibb.co/GHGsfgh/8-Y723-G7-UBUI.jpg)
**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
[![Feature Overview](https://img.shields.io/badge/Features-Overview-blue.svg)](#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![BloxAuth Logo](https://i.ibb.co/9vDNBzf/bloxauth.jpg)
## ๐ 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
[![PHP Version](https://img.shields.io/badge/PHP-7.4%2B-blue.svg)](https://php.net)
[![MySQL](https://img.shields.io/badge/MySQL-5.7%2B-orange.svg)](https://www.mysql.com)
[![MariaDB](https://img.shields.io/badge/MariaDB-10.2%2B-brown.svg)](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 Dashboard](https://i.ibb.co/GHGsfgh/8-Y723-G7-UBUI.jpg)
- User interface
- License management
- Profile settings### ๐ณ Billing Module (`/billing`)
![Payment System](https://i.ibb.co/D4BM0dW/8Y23HTU.png)
- Secure payments
- Multiple gateways
- Transaction logging## ๐ Security Features
[![Security Rating](https://img.shields.io/badge/Security-A%2B-brightgreen.svg)](https://github.com/imBloxi/BloxAuth)
1. **API Security**
- Rate limiting
- Request validation
- IP protection2. **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
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](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](https://img.shields.io/badge/License-Apache%202.0-green.svg)](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
[![Discord](https://img.shields.io/discord/1234567890?color=7289da&label=Discord&logo=discord&logoColor=white)](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
[![GitHub Stars](https://img.shields.io/github/stars/imBloxi/BloxAuth.svg)](https://github.com/imBloxi/BloxAuth/stargazers)
[![GitHub Issues](https://img.shields.io/github/issues/imBloxi/BloxAuth.svg)](https://github.com/imBloxi/BloxAuth/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/imBloxi/BloxAuth.svg)](https://github.com/imBloxi/BloxAuth/pulls)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/imBloxi/BloxAuth.svg)](https://github.com/imBloxi/BloxAuth/commits/main)---
Made with โค๏ธ by BloxAuth Team