Jump to content

Recommended Posts

  • Administrators

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

 

Link to comment
Share on other sites

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

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...