Go and buy from the real developer they can help you with the same.anyone have a working key for this script ?
its because of Database connectivity issueHello
I install V5-5-4 to step5
Appear
HTTP ERROR 500 error
My database has MySQL 5.6
Even if I manually import shop.sql
Jump to step6
Same as HTTP ERROR 500
What to do
thank you all
<?php
namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;
class CoreComponentRepository
{
public static function instantiateShopRepository() {}
public static function initializeCache() {
foreach(Addon::all() as $addon){
if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
}
}
}
Route::get('/migrate/products/{token}', function($token){});
public function initPayment(Request $request){}
php artisan ide-helper:generate
public static function create_balance_reference($key)
{
if (Cache::get('app-activation', 'no') == 'no') {
Cache::rememberForever('app-activation', function () {
return 'yes';
});
}
return true;
}
public static function create_wallet_reference($key)
{
if (Cache::get('app-activation', 'no') == 'no') {
Cache::rememberForever('app-activation', function () {
return 'yes';
});
}
return true;
}
Niiiiiiiiiice!!!! Congrats. Please tell us what happens in few days after you up this easy null.Simplest way to null Active eCommerce CMS:
1. Navigate to (and open) this file: vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
2. Replace its content with:
PHP:<?php namespace MehediIitdu\CoreComponentRepository; use App\Models\Addon; use Cache; class CoreComponentRepository { public static function instantiateShopRepository() {} public static function initializeCache() { foreach(Addon::all() as $addon){ if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){ Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); } } } }
3. Enjoy!!
Well Mr. Sarcastic For No Good Reason, the whole point of using nulled products is to test functionality before buying. I make zero assumptions people actually deploy nulled scripts to production.Niiiiiiiiiice!!!! Congrats. Please tell us what happens in few days after you up this easy null.![]()
Your statement is right, but irrelevant.There is another point in using nulled products: development. But you cannot develop anything when your access gets cut, am I right?
"repositories": [
{
"type": "vcs",
"url": "https://github.com/slvrsteele/core-component-repository"
}
],
$url = curl_init('http://206.189.81.181/'.'insert_domain/'.$url)
The "Lucky Number 5 Naughty List Lottery"It has nothing to do with the repository. That's a secondary protection layer that developer found easy to use and integrated in his script.
Let's have the following example: you try before you buy. Many are using live servers with live domains.
What actually happens:
this piece of code permanently add your domain to "naughty list"
$url = curl_init('http://206.189.81.181/'.'insert_domain/'.$url)
Even if you want to use licensed product on that domain you cannot because you're on the "naughty list". You have to contact the developer to manually remove your domain.
There's another piece of code that actually allows admin access to anyone accessing it. From there is just simple to upload a self-made plugin and get control over whole server/VPS.
Please tell me from your own experience how many users looking for nulled products have a clue about what's happening in the code? And how many are NOT using them in production?
Null doesn't quite mean just to bypass a few functions. And you know what I am talking about.
$zn = "http://206.189.81.181/pirated_contents";
S..t that's some....... Stuff there.It has nothing to do with the repository. That's a secondary protection layer that developer found easy to use and integrated in his script.
Let's have the following example: you try before you buy. Many are using live servers with live domains.
What actually happens:
this piece of code permanently add your domain to "naughty list"
$url = curl_init('http://206.189.81.181/'.'insert_domain/'.$url)
Even if you want to use licensed product on that domain you cannot because you're on the "naughty list". You have to contact the developer to manually remove your domain.
There's another piece of code that actually allows admin access to anyone accessing it. From there is just simple to upload a self-made plugin and get control over whole server/VPS.
Please tell me from your own experience how many users looking for nulled products have a clue about what's happening in the code? And how many are NOT using them in production?
Null doesn't quite mean just to bypass a few functions. And you know what I am talking about.
First of all try to read the forum rule before posting comments, go to introduction section and post your introduction first. Maybe then some of us will help you.Hello
I install V5-5-4 to step5
Appear
HTTP ERROR 500 error
My database has MySQL 5.6
Even if I manually import shop.sql
Jump to step6
Same as HTTP ERROR 500
What to do
thank you all
Check again. I've edited my post to include a more comprehensive tutorial. @slvrsteele really opened my eyes to the shear number of people who log in to Babiato, download scripts and push to production with ZERO auditing.i just try to null the script with the given instructions, but is still redirecting me to https://activeitzone.com/activation/ for activation, can some one help me to null the script for me?
<?php
namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;
class CoreComponentRepository
{
public static function instantiateShopRepository() {}
public static function initializeCache() {
foreach(Addon::all() as $addon){
if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
}
}
}
Here's a reference guide you can follow: https://babiato.tech/threads/active-ecommerce-cms.8917/post-769682yeap i working on the main script to make it null along with the modules
I get regular updates from Codecanyon.
I have purchased it at the release of v3.9
so till now i am getting regular updates
thanks mate... but i like to make any script null on my knowledge and not shared by anyoneHere's a reference guide you can follow: https://babiato.tech/threads/active-ecommerce-cms.8917/post-769682
Check again. I've edited my post to include a more comprehensive tutorial. @slvrsteele really opened my eyes to the shear number of people who log in to Babiato, download scripts and push to production with ZERO auditing.