Administrators Arfiano MV Posted July 15 Administrators Share Posted July 15 View File Serial Keys Pro Download free Serial Keys - OpenCart 3.x. The module allows you to sell accounts and other electronic keys on the OpenCart website. Best solution to sell codes and to start your own digital business. Features 1. The extension gives you ability to sell serials in your opencart store. 2. Our script is made as module. No overrides required. It uses vqmod ver. 2.5.1 3. The extension has serials management. 4. Your customers will get additional section in customer’s account where will be placed all purchased serials and download links for them. 5. A customer will get a link to serial keys page in an order email and in an updated status letter, when the order is paid. 6. Admin will get automatically e-mail notifications if there is lack of serials in some product 7. Hourly restriction from buying, if you want to limit purchase from one email or IP. License Information Run key.php <?php function generateLicenseKey($domain) { $salt = '8g%r9HDve*'; $domain_hash = md5($domain); $domain_with_www_hash = md5('www.' . $domain); $key1 = md5($salt . $domain_hash); $key2 = md5($salt . $domain_with_www_hash); return [$key1, $key2]; } $domain = 'site.ru'; $keys = generateLicenseKey($domain); echo "License Key for $domain: " . $keys[0] . PHP_EOL; echo "License Key for www.$domain: " . $keys[1] . PHP_EOL; ?> Developer foridev.com Submitter Arfiano MV Submitted 07/15/2024 Category Opencart 3.x File Size 66.89 KB Demo Quote Link to comment https://codinganme.com/topic/1751-serial-keys-pro-v1x/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.