License Manager

Source Code Protection Panel

Username wla password khata9!
Overview
admin
Total
0
Total Licenses
Active
0
Active
Paused
0
Paused
Blocked
0
Blocked
Today
0
New Today
1
Developer
yghayar config
2
Build
APK/IPA
3
Splash
register
4
Panel app
→ api.php
5
Envato
verify
Ytsajal
active
Tbdl
blocked

Recent Activations

ProductEnvato UsernamePackage NameBase URLItemStatusDateActions

All Licenses

Showing 0 licenses
#ProductEnvato UsernamePurchase CodePackage NameBase URLItemStatusDateActions

Active Licenses

#ProductEnvato UsernamePackage NameBase URLStatusDateActions

Paused Licenses

#ProductEnvato UsernamePackage NameBase URLStatusDateActions

Blocked Licenses

#ProductEnvato UsernamePackage NameBase URLStatusDateActions
Create License · إنشاء ترخيص
ينشئ ترخيصًا نشطًا مباشرة في اللوحة (Username + Purchase Code + Package + Base URL) بدون انتظار تفعيل من التطبيق. مناسب للاختبار أو التفعيل اليدوي الفوري.
Creates an active license immediately in the panel (Username + Purchase Code + Package + Base URL) without waiting for app activation. Best for testing or instant manual activation.
متى تستخدمه؟ عندما تريد تفعيل تطبيق معيّن بنفسك الآن · Use when you want to activate an app yourself right now.

Create New License

Generate Key · توليد مفتاح وصول
أنت تبيع الكود للمطوّرين — كل مشتري يغيّر package name خاص به. املأ أنت: نوع المنتج (Flutter/Smart TV) + اسم التطبيق + package name ديال المشتري. Purchase Code و Username يتولّدان تلقائياً (MAN-…) إلا اخترت الإدخال اليدوي.
You sell source code to developers — each buyer uses their own package name. You fill: product type, app name, and the buyer's package. Purchase code + username are auto-generated (MAN-…) unless you choose manual credentials.
الخطوات: 1) اختر Flutter أو Smart TV · 2) اكتب App Name + Package ديال المشتري · 3) Generate · 4) أرسل النتيجة للمطوّر

Generate New Access Key

Key Generated — B3atha l developer
Product
App Name
Package Name
Envato Username
Purchase Code
Base URL
Access Code

Keys History

Single-use
ProductApp NamePackage NameBase URLAccess CodeStatusDateActions

API Endpoints — api.php

POST api.php — action=register Lwl mra — splash screen
POST api.php — action=verify Kol launch
POST api.php — action=activate_with_key Activate via access key
POST+Bearer Token api.php — action=block|pause|activate|edit|delete Admin actions

Register + Verify — Flutter

// F splash screen — lwl mra final res = await http.post( Uri.parse('https://yourserver.com/api.php'), body: { 'action' : 'register', 'purchase_code' : LicenseConfig.purchaseCode, 'envato_username' : LicenseConfig.envatoUsername, 'package_name' : (await PackageInfo.fromPlatform()).packageName, 'base_url' : LicenseConfig.baseUrl, } ); // Kol launch — verify final res = await http.post( Uri.parse('https://yourserver.com/api.php'), body: { 'action' : 'verify', 'purchase_code' : prefs.getString('purchase_code'), 'package_name' : prefs.getString('package_name'), 'base_url' : prefs.getString('base_url'), } ); if (!data['success']) → BlockedScreen(data['message']);
Change admin password regularly and use a strong passphrase (12+ chars).

Change Admin Password