🌐[RELEASE] Shadow Key – Web Template for Betakey Plugin

70 views

Ente_3
Ente_3
Developer

  • Discussions: 4
  • Posts: 4
  • Likes: 0
June 18, 2025 at 12:44 PM

🌐 [RELEASE] Shadow Key – Web Template for Betakey Plugin

Hey everyone! πŸ‘‹

We are excited to release Shadow Key, a clean and minimal web interface designed specifically for the πŸ”‘ Betakey – Advanced Beta Access System plugin!

This optional template allows users to redeem their beta keys directly through a simple browser form β€” no API setup, no extra dependencies.


πŸ“₯ Download

Download the Web-Template


πŸ“¦ Features

  • βœ”οΈ Lightweight PHP-based frontend
  • 🎨 Minimal, clean HTML/CSS β€” easy to customize
  • πŸ”„ Directly connects to the plugin’s MySQL database
  • πŸ” Secure and simple beta key redemption flow

βš™οΈ Requirements

  • A web server (e.g. Apache, Nginx)
  • PHP 7.4 or newer
  • Access to the same MySQL database used by the Betakey plugin

πŸ› οΈ Installation

  1. Copy Files Upload everything to your web server directory (e.g., /var/www/html/).

  2. Configure Database Open mysql.php and enter your database credentials:

    $Host = "localhost";
    $User = "root";
    $Database = "betakey";
    $Password = "password";
    $Port = "3306";
    
  3. Done Open your site (e.g., http://yourdomain.com) and test the form.


πŸ§ͺ How It Works

  • Visitors enter a beta key on your website.
  • Shadow Key connects directly to the Betakey plugin's database.
  • Key validation is handled using the plugin’s existing database structure and logic.

❓ Support


πŸ“„ License

This template is available only to verified customers of the Betakey plugin. Redistribution or resale is strictly prohibited.


πŸ™ Credits

Developed by Inconnu Plugins Base layout by marko-zub Thanks for supporting Betakey! ❀️


Let me know if you have feedback or feature requests!



πŸ‘¨β€πŸ’» Ente_3
β˜• Java 🐟Inocnnu Dev

πŸ™ GitHub