A robust PHP-based license management system designed specifically for Roblox game developers
-
π 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/
βββ .idea/
βββ admin/
β βββ index.php
β βββ issue_keys.php
βββ api/
β βββ .htaccess
β βββ api.php
β βββ error_log/
β βββ generate_license.php
[... structure continues as before ...]
- PHP 7.4 or higher
- MySQL 5.7+ or MariaDB 10.2+
- Apache with mod_rewrite enabled
- PDO PHP Extension
- JSON PHP Extension
- Clone the Repository
git clone https://github.com/imBloxi/BloxAuth.git
- Configure Database
// includes/config.php
<?php
$host = 'localhost';
$db = 'roblox_licensing';
$user = 'root';
$pass = '';
$charset = 'utf8mb4';
[... configuration continues ...]
?>
- Complete management interface
- Key generation system
- User management
- RESTful endpoints
- Secure validation
- Usage tracking
- User interface
- License management
- Profile settings
- Secure payments
- Multiple gateways
- Transaction logging
-
API Security
- Rate limiting
- Request validation
- IP protection
-
User Authentication
- 2FA support
- Session management
- Secure passwords
POST /api/validate_key.php
Content-Type: application/json
{
"license_key": "XXXX-XXXX-XXXX-XXXX",
"roblox_id": "12345678",
"place_id": "87654321"
}
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.
- Sellix.io for payment processing
- Discord for community features
- Roblox for game platform integration
Having troubles? Get help:
- Join our Discord server
- Open an Issue
- Check our Wiki