• NullMasters - Please Only Handle Nulling Requests That Have Been Given The Approved Badge.

  • 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"

Already Nulled Can anyone null WP EasyCart Pro?

Status
Not open for further replies.

DarKMaSk

Well-known member
Nov 17, 2020
774
330
63
Hello friends,

I need the WP EasyCart Pro very badly. But it is so expensive that I can't afford it. I have downloaded the Pro version from here: https://www.wpeasycart.com/wp-easycart-free-edition-installation/ . It is a 14 day trial. If you go down the page. in section 4 -'Add Pro Trial', there is a link from where the Pro version can be downloaded for free. Anyway, I am attaching the Pro version below (the 14 day Trial version). If someone can null it, I think, not only me but many members of this awesome forum will be benefited.

Warm regards.
 

Attachments

  • wp-easycart-pro.zip
    1.9 MB · Views: 22
Last edited:
Hello friends,

I need the WP EasyCart Pro very badly. But it is so expensive that I can't afford it. I have downloaded the Pro version from here: https://www.wpeasycart.com/wp-easycart-free-edition-installation/ . It is a 14 day trial. If you go down the page. in section 4 -'Add Pro Trial', there is a link from where the Pro version can be downloaded for free. Anyway, I am attaching the Pro version below (the 14 day Trial version). If someone can null it, I think, not only me but many members of this awesome forum will be benefited.

Warm regards.
Hi,
until someone provides a properly nulled version, one can try the following:
1. open ../wp-content/plugins/wp-easycart-pro/license/ec_license_manager.php
2. change starting at line 75 from:

if( $response_code != 200 ){
$this->license_data->siteurl = $url;
$this->license_data->customername = 'Not Available';
$this->license_data->date = 'Not Available';
$this->license_data->response_code = 200;
$this->license_data->key_version = 'v3';
$this->license_data->support_end_date = '';
$this->license_data->transaction_key = '';
$this->license_data->is_trial = false;
delete_transient( 'ec_license_data');
return $this->license_data;

to:

$response_code = '0' ;
if( $response_code != 200 ){
$this->license_data->siteurl = "test.local.lan"; <-- put your domain here
$this->license_data->customername = 'Not Available';
$this->license_data->date = 'Not Available';
$this->license_data->response_code = 200;
$this->license_data->key_version = 'v4';
$this->license_data->support_end_date = '2043-03-23';
$this->license_data->transaction_key = '';
$this->license_data->is_trial = false;
delete_transient( 'ec_license_data');
return $this->license_data;

3. check if pro features are enabled.

4. Cheers!

1678394324402.png
1678394365851.png
 
Last edited:
  • Like
Reactions: DarKMaSk
@Custom B I did exactly as you showed ..... actually I had nothing to do, except copy/paste and changing the domain name, but the result was not like what you showed... unfortunately. :( I am attaching the screenshots below:

1. wp-easycart-pro-1.png
2.
wp-easycart-pro-2.png

What did I do wrong??!! :( Please help.
 
@Custom B I did exactly as you showed ..... actually I had nothing to do, except copy/paste and changing the domain name, but the result was not like what you showed... unfortunately. :( I am attaching the screenshots below:

1. wp-easycart-pro-1.png
2.
wp-easycart-pro-2.png

What did I do wrong??!! :( Please help.
I think I forgot one code change, try this
1. open ....wp-content/plugins/wp-easycart-pro/license/wp_easycart_admin_license.php
2. change code starting line 75:
from:

public function is_licensed( ){
return $this->valid_license && !$this->license_expired;
}

to:

public function is_licensed( ){
return true;
return $this->valid_license && !$this->license_expired;
}

3. save and check again
 
  • Love
Reactions: DarKMaSk

WOW!!! Now it is working!!!​

Thank you ... thank you.... thank you so much!!!! :love:

 
Status
Not open for further replies.
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