Jump to content

Search the Community

Showing results for tags 'serial keys'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Section
    • Rules
    • Announcements and Updates
    • Project conception and planning
    • General Discussion
    • Request Section
  • Web Master Module
    • Scripts
    • Template
    • Programs
    • Plugins & Add-ons
  • WordPress
    • Themes
    • Plugins
  • Application
    • Android
    • IOS
    • Windows
    • Flutter App
    • Unity
  • eCommerce
    • Opencart 3.x
    • PrestaShop
    • Shopify
  • Marketplace
    • Web & App Scripts
    • Hosting, Servers, Domain
  • Showcase Your Platform
    • Website Platform
    • Application platforms
  • Invision Community Suite
    • Applications And Plugins
    • Styles
  • XenForo 2.x
    • Releases
    • Add-ons
    • Styles
  • WHMCS
    • Releases
    • Templates
    • Plugins

Categories

  • PHP Scripts
  • Programs
  • Template
  • Plugins & Add-ons
  • Wordpress
    • Themes
    • Plugins
  • Marketplace
    • Web & App Scripts
  • Application
    • Android
    • IOS
    • Windows
    • Flutter App
    • Unity
  • eCommerce
    • Opencart 3.x
    • PrestaShop
    • Shopify
  • WHMCS
    • Releases
    • Templates
    • Plugins
  • Invision Community Suite
    • Applications and Plugins
    • Styles
  • XenForo 2.x
    • Releases
    • Add-ons
    • Styles

Product Groups

There are no results to display.

Blogs

  • Programs
  • FAQs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 2 results

  1. 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
  2. Version 1.x

    14 downloads

    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
    Free
×
×
  • Create New...