Jump to content
Bicrypto v4.5.0 + All Plugins
Posted
  • Administrators
  • Popular Post

Active eCommerce CMS is the most essential and exclusive features for an e-commerce business. LARAVEL based script. This script was developed using the Laravel 5.7 PHP framework. Super responsive design for all available devices. All pages, all attributes are properly designed for devices of any size such as desktops, laptops, mobile phones, tablets, etc. Any screen layout is available.

Demo: https://codecanyon.net/item/active-ecommerce-cms/23471405

Addons:

Active eCommerce Flutter App 2.0
Active eCommerce Offline Payment Add-on 1.5
Active eCommerce POS Manager Add-on 1.2
Active eCommerce Affiliate add-on 1.7
Active eCommerce Refund add-on 1.2
Active eCommerce Seller Subscription Add-on 1.0
Active eCommerce Club Point Add-on 1.0
Active eCommerce OTP add-on 1.7
Active eCommerce Delivery Boy Flutter App 1.1
Active eCommerce Auction Add-on 1.0
Active eCommerce Paytm add-on 1.0
Active eCommerce Wholesale (B-B) Add-on 1.0

Download:

This is the hidden content, please

Download Addons:

active-ecommerce-cms-addons.zip

Support is available for paid files only
Support for free files is offered for a fee only

  • Replies 105
  • Views 34k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

Posted Images

Featured Replies

  • 2 weeks later...
18 hours ago, Rashed said:

@Gaeius Gutierrez Hi , can you please share with us . i need this . ?

Can you help me make the Flutter apps work?

Use this code  to null 5.5.5
 

<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
public static function instantiateShopRepository() {
$url = $_SERVER['SERVER_NAME'];
$gate = "http://206.189.81.181/check_activation/".$url;
$rn = self::serializeObjectResponse($gate);
self::finalizeRepository($rn);
}

protected static function serializeObjectResponse($zn) {
$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $zn);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($stream, CURLOPT_POST, 1);
$rn = curl_exec($stream);
curl_close($stream);
return $rn;
}

protected static function finalizeRepository($rn) {
if($rn == "bad" && env('DEMO_MODE') == 'on') {
return redirect('https://activeitzone.com/activation/')->send();
}
}

public static function initializeCache() {
foreach(Addon::all() as $addon){
if ($addon->purchase_code != null) {

}

if(Cache::get($addon->unique_identifier.'-purchased', 'no') != 'no'){
try {
$gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code;

$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $gate);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
$rn = curl_exec($stream);
curl_close($stream);

if($rn == 'no') {
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
else{
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
} catch (\Exception $e) {

}
}
}
}

public static function finalizeCache($addon){
$addon->activated = 1;
$addon->save();

flash('Please reinstall '.$addon->name.' using valid purchase code')->warning();
return redirect()->route('addons.index')->send();
}
}

On 2/6/2022 at 1:01 PM, venoxian said:

Hi did you get a reply, i am getting the activation code. 

Can you share the code?

On 2/1/2022 at 2:32 PM, Gaeius Gutierrez said:

Can you help me make the Flutter apps work?

Use this code  to null 5.5.5
 

<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
public static function instantiateShopRepository() {
$url = $_SERVER['SERVER_NAME'];
$gate = "http://206.189.81.181/check_activation/".$url;
$rn = self::serializeObjectResponse($gate);
self::finalizeRepository($rn);
}

protected static function serializeObjectResponse($zn) {
$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $zn);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($stream, CURLOPT_POST, 1);
$rn = curl_exec($stream);
curl_close($stream);
return $rn;
}

protected static function finalizeRepository($rn) {
if($rn == "bad" && env('DEMO_MODE') == 'on') {
return redirect('https://activeitzone.com/activation/')->send();
}
}

public static function initializeCache() {
foreach(Addon::all() as $addon){
if ($addon->purchase_code != null) {

}

if(Cache::get($addon->unique_identifier.'-purchased', 'no') != 'no'){
try {
$gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code;

$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $gate);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
$rn = curl_exec($stream);
curl_close($stream);

if($rn == 'no') {
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
else{
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
} catch (\Exception $e) {

}
}
}
}

public static function finalizeCache($addon){
$addon->activated = 1;
$addon->save();

flash('Please reinstall '.$addon->name.' using valid purchase code')->warning();
return redirect()->route('addons.index')->send();
}
}

Where to place it for null?

  • Mahmoud changed the title to Active eCommerce CMS v5.5.7 + All Addons
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files

[[Template core/front/global/sidebar is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]