Skip to content

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.

License

Notifications You must be signed in to change notification settings

imBloxi/BloxAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BloxAuth License Management System

Project brought to you by: https://github.com/BloxiAuth team

BloxAuth TEAM

PHP Version License Security Rating Maintenance PRs Welcome Discord

BloxAuth Logo

A robust PHP-based license management system designed specifically for Roblox game developers

View Demo Β· Report Bug Β· Request Feature

🌟 Features

Feature Overview

  • πŸ”’ 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

πŸ“‹ 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 MySQL MariaDB

  • 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
git clone https://github.com/imBloxi/BloxAuth.git
  1. Configure Database
// includes/config.php
<?php
$host = 'localhost';
$db = 'roblox_licensing';
$user = 'root';
$pass = '';
$charset = 'utf8mb4';
[... configuration continues ...]
?>

πŸ”§ 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

  • User interface
  • License management
  • Profile settings

πŸ’³ Billing Module (/billing)

Payment System

  • Secure payments
  • Multiple gateways
  • Transaction logging

πŸ”’ Security Features

Security Rating

  1. API Security

    • Rate limiting
    • Request validation
    • IP protection
  2. User Authentication

    • 2FA support
    • Session management
    • Secure passwords

πŸ“š API Documentation

License Validation

POST /api/validate_key.php
Content-Type: application/json

{
    "license_key": "XXXX-XXXX-XXXX-XXXX",
    "roblox_id": "12345678",
    "place_id": "87654321"
}

🀝 Contributing

PRs Welcome

  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

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.

🌟 Acknowledgements

πŸ“ž Support

Discord

Having troubles? Get help:

πŸ“ˆ Statistics

GitHub Stars GitHub Issues GitHub Pull Requests GitHub Last Commit


Made with ❀️ by BloxAuth Team

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published