Protect your digital assets, restrict premium downloads, and manage outbound traffic securely with AssetGuard Pro. The ultimate WordPress URL routing plugin.
Configure custom 2-step or 4-step user journeys. Perfect for presenting Terms of Service, capturing analytics, or displaying partner messages before granting file access.
Keep users engaged by routing them through relevant, high-value informational pages within your domain before the final secure unlock, naturally reducing bounce rates.
Hides your actual destination URLs (AWS S3, Google Drive, MediaFire) behind a cryptographic internal alias to prevent hotlinking and direct downloading.
Dedicated administration slots to easily inject HTML/JS partner tags, tracking pixels, or display network codes directly into the gateway headers and footers.
Protect your digital assets, restrict premium downloads, and manage outbound traffic securely with AssetGuard Pro. The ultimate WordPress URL routing plugin.
AssetGuard Pro is an enterprise-grade URL management and secure routing plugin designed specifically for WordPress. It acts as an intelligent gateway to protect your digital downloads, secure outbound affiliate links, and manage premium content access.
Stop exposing your raw file URLs to public web scrapers, bots, and unauthorized sharing. AssetGuard Pro forces users through a secure, customizable landing page before they can access premium files, ensuring your digital assets remain protected. It is the perfect companion tool for digital creators operating within the WPCodeQuill software ecosystem.
Because link routing requires instant database queries, optimal server response times are critical. AssetGuard Pro is rigorously tested for modern environments. We recommend hosting providers optimized for native WordPress requirements:
AssetGuard Pro is a revolutionary tool for webmasters who need to manage outbound traffic without leaking "link juice" or harming their domain authority. Unlike basic URL shorteners that blindly redirect traffic, this plugin utilizes secure server-side routing. This technique strengthens your site’s credibility by keeping users engaged on your domain longer before the final secure hand-off occurs.
Compatibility and security are the core foundations of AssetGuard Pro. The plugin has been meticulously optimized for PHP 8.2, ensuring lightning-fast execution times across modern hosting environments. It utilizes ionCube Loader v14.0+ to guarantee advanced encryption for your proprietary routing logic, making it impossible for malicious scripts to bypass your gateways.
A powerful, secure, and conversion-optimized link routing solution for WordPress. Designed to protect digital downloads, manage display partnerships, and ensure full access control.
✔ Anti-Scraping Architecture: Protect your files from automated bots.
✔ Analytics Ready: Track every outbound click accurately.
✔ SEO Compliant: Uses proper redirects that respect search engine guidelines.
✔ Developer Friendly: Clean, lightweight PHP integration.
cURL - Why: Required for the License Check System. The plugin uses curl_init() to securely connect to admin.wpcodequill.com to validate the purchase code. Without this, the license activation will fail.
JSON - Why: Required to parse the response from the licensing server (json_decode) and to send data back to the activation page (json_encode). Without this, the activation page will show a blank error.
MySQLi - Why: Standard WordPress requirement for database connections. Used by $wpdb to save your settings and license status.