codebanner
Member
Looking to uncover what powers your favorite WordPress sites? The WordPress Theme and Plugin Detector is a lightweight, feature-rich PHP application that helps you identify the themes and plugins used on any WordPress-powered website—plus a whole lot more.
Front-End:
/wp-detector/
├── index.php # Homepage with detection form
├── results.php # Displays detection results
├── sitemap.php # Generates sitemap.xml
├── config.php # Configuration settings
├── install.php # Installation wizard
├── functions.php # Core detection logic
├── admin/ # Admin dashboard
├── assets/ # CSS and JS files
└── includes/ # Shared components
AdSense Integration:
This application is open-source and provided as-is. You are free to modify, extend, and distribute it to suit your needs.
Virus Total; https://www.virustotal.com/gui/file...def1fa63b1422f82a48ba3daaf59796aed6?nocache=1
Key Features
- WordPress Detection
Instantly determine whether a website is built on WordPress. - Theme Identification
Discover the exact theme a WordPress site is using, including its name and author. - Plugin Detection
Reveal active plugins running on the site to understand its functionality and structure. - AdSense Integration
Monetize your tool by displaying Google AdSense ads on the front-end. - Quote Management System
Add, edit, and display inspirational quotes to enhance user engagement. - Sitemap Generation
Automatically generate a basic XML sitemap to improve SEO and site indexing. - Google Analytics Tracking
Monitor visitor behavior and traffic trends with built-in analytics support. - Admin Dashboard
Manage quotes, configure analytics, and monitor usage from a secure backend.
System Requirements
- PHP 8.0 or higher
- MySQL 5.7 or higher
- Apache, Nginx, or compatible web server
Installation Guide
- Upload all files to your web server.
- Visit install.php in your browser (e.g., http://yourdomain.com/wp-detector/install.php).
- Follow the setup wizard to configure your database and admin account.
- Once installed, install.php is locked for security.
How to Use
Front-End:- Enter a website URL on the homepage.
- Click "Detect WordPress" to analyze the site.
- View results including WordPress status, theme name, and plugin list.
- Access via /admin (e.g., http://yourdomain.com/wp-detector/admin/)
- Log in with your admin credentials.
- Manage quotes, configure AdSense and Analytics, and view visitor stats.
File Structure Overview
/wp-detector/├── index.php # Homepage with detection form
├── results.php # Displays detection results
├── sitemap.php # Generates sitemap.xml
├── config.php # Configuration settings
├── install.php # Installation wizard
├── functions.php # Core detection logic
├── admin/ # Admin dashboard
├── assets/ # CSS and JS files
└── includes/ # Shared components
Customization Options
AdSense Integration:- Go to "Analytics & Ads" in the admin dashboard.
- Paste your AdSense code and save.
- Enter your tracking ID in the same section.
- Save and start tracking instantly.
Security Highlights
- Passwords are securely hashed using password_hash().
- All inputs are sanitized to prevent SQL injection and XSS.
- Database queries use prepared statements for added protection.
License
This application is open-source and provided as-is. You are free to modify, extend, and distribute it to suit your needs.Virus Total; https://www.virustotal.com/gui/file...def1fa63b1422f82a48ba3daaf59796aed6?nocache=1