metalsunny
Active member
- May 6, 2022
- 608
- 196
- 43
i need delivery boy addons that works with last version 6
i need delivery boy addons that works with last version 6
Make sure you enable seller subscription module from your admin.
can you share how i can i bypass addon activation ?now it's version 6.1 but asking for activation code?
Edit file dir:
vendor ---> mehedi-iitdu --> core-component-repository ---> src ---> CoreComponentRepository.php
PHP:<?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 == "good" && env('DEMO_MODE') != 'On') { #Null Active eCommerce CMS, change bad to "good" return redirect('https://activeitzone.com/activation/')->send(); } } public static function initializeCache() { foreach(Addon::all() as $addon){ if ($addon->purchase_code == null) { self::finalizeCache($addon); } 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') { self::finalizeCache($addon); } else{ Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); } } catch (\Exception $e) { } } } } public static function finalizeCache($addon){ $addon->activated = 0; $addon->save(); #flash('Please reinstall '.$addon->name.' using valid purchase code')->warning(); #Edit this addons null #return redirect()->route('addons.index')->send(); #Edit this addons null } }
Which browser are u using to open your admin backend. The browser is causing that trigger. i had same problem yesterday. Try another browsercan you share how i can i bypass addon activation ?
its asking me for reinstalling addon
Did you update by unzipping files in your cpanel and then refreshing home page or via cpanel ?Hi guys
When installing or updating to version 6.1, the screen comes blank Nothing appears or works.
What is the reason please
it work for me here.... check the downloaded zip folder and check if the controller is inside controller folder b4 u try to install or update the addonthe addon not working
Target class [DeliveryBoyController] does not exist.
Downloadbthe untouch version and patch it yourself. If u download and install nulled version u will get error 500. Read previous thread to get what am saying. U will see untouch version link thereWhen I install 5.5.7, it says error 500 in the admin panel
I installed the untouched version and patched it as you said but it didn't work. sorry i don't understand what i did wrong i did all the steps as you statedDownloadbthe untouch version and patch it yourself. If u download and install nulled version u will get error 500. Read previous thread to get what am saying. U will see untouch version link there
clear your folder and drop your database.I installed the untouched version and patched it as you said but it didn't work. sorry i don't understand what i did wrong i did all the steps as you stated
admin panel won't open gives the following errorclear your folder and drop your database.
In your root folder unzip the file. Install 5.5.7 and login to admin page it will ask you activation key. Now copy the code for 5.5.7 and navigate to the folder path and replace the code. Now go to your installation and refresh the activation request page. It will dissapear. that's all.
Yes..Did you update by unzipping files in your cpanel and then refreshing home page or via cpanel ?
hello bro,clear your folder and drop your database.
In your root folder unzip the file. Install 5.5.7 and login to admin page it will ask you activation key. Now copy the code for 5.5.7 and navigate to the folder path and replace the code. Now go to your installation and refresh the activation request page. It will dissapear. that's all.
follow this https://babiato.tech/threads/active-ecommerce-cms.8917/post-867768anyone know, how can i bypass this ?
i have legit version of cms, but would like to get nulled version of addon
just tried this, now those addon is not activating , they got turned off automatically