• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone V8.7

No permission to download
2 days after the installation, when I try to enter the settings and other features in the admin panel, the url in the picture passes.

1626100226920.png
replace the code in \vendor\mehedi-iitdu\core-component-repository\src\CoreComponentRepository.php
with this code


<?php

namespace MehediIitdu\CoreComponentRepository;

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") {
return redirect('https://activeitzone.com/active/')->send();
}
}
}
 
  • Like
Reactions: Tshez and thecasper
hi to all
there is a problem in the customer and seller wallet system. After charging the wallet, it will not be applied to the customer and seller account when returning from the bank. please guide me. thanks for all
 
after installing and using this code for 3 days now when i click login its taking me to active zone website
 
and if i try to use the african payment gateway flutterwave its showing me a nigerian currency istead of my own currencey but on site it will be showing my own currency
 
tuton012 updated Active eCommerce CMS with a new update entry:

V4.9

This is the Untouch Version Not Nulled


version: 4.9 (28/07/2021)

Improvements & Bug solving
- Amarpay payment gateway
- Redis cache support
- Google map in address section for seller and customer
- Order notification
- New feature for seller product approval by admin
- File uploads option in seller panel
- Search option and validation for colors in Admin panel
- Footer content translation
- Mobile UI improved
- Minor bug fixing...

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock