Jump to content

Featured Replies

Posted
  • Administrators
comment_3894

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

 

  • Arfiano MV changed the title to Serial Keys Pro v1.x
  • Views 204
  • Created
  • Last Reply

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.


Guest
Reply to this topic...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.Privacy PolicyTerms of Use