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

Landscaping - Garden Landscaper WordPress Theme

Landscaping - Garden Landscaper WordPress Theme v16.0

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
80,955
149,962
120
32
Babak submitted a new resource:

Landscaping - Garden Landscaper WordPress Theme - Download Landscaping - Garden Landscaper WordPress Theme Nulled Free ThemeForest 20942637

Landscaping.jpg
Download Landscaping - Garden Landscaper WordPress Theme Nulled Free ThemeForest 20942637
The Ultimate Niche WordPress Theme for the Landscaping and Gardening Industry

This lovely niche theme is built and suitable for any business operating in the Landscaping and Gardening industry. Florist, Landscape Architects, Gardeners, Landscapers, Groundskeepers or other Landscaping and Gardening related businesses, this is the theme for you. It has purpose...

Read more about this resource...
 
  • Like
Reactions: DevOpss13
@Babak asking for purchase code!!!
for nulling
go to vamtam-landscaping\vamtam\admin\helpers\updates\version-checker.php
find this codes from line 156 to 165
PHP:
public static function is_valid_purchase_code() {
        if ( apply_filters( 'vamtam_purchase_code_import_override', false ) ) {
            return true;
        }

        ob_start();
        do_action( 'wp_ajax_vamtam-check-license', array(
            'no_ajax' => true,
        ));
        return strpos( ob_get_clean(), 'Valid Purchase Key') !== false;

and change it to
PHP:
public static function is_valid_purchase_code() {
        update_option( 'vamtam-envato-license-key', 'valid' );
        return true;
 
for nulling
go to vamtam-landscaping\vamtam\admin\helpers\updates\version-checker.php
find this codes from line 156 to 165
PHP:
public static function is_valid_purchase_code() {
        if ( apply_filters( 'vamtam_purchase_code_import_override', false ) ) {
            return true;
        }

        ob_start();
        do_action( 'wp_ajax_vamtam-check-license', array(
            'no_ajax' => true,
        ));
        return strpos( ob_get_clean(), 'Valid Purchase Key') !== false;

and change it to
PHP:
public static function is_valid_purchase_code() {
        update_option( 'vamtam-envato-license-key', 'valid' );
        return true;
Hello @Babak in V8.0 they have change the code structure, can you please see and let me know how to null v8.0 please thanks.
 
  • Like
Reactions: DevOpss13
Hello @Babak in V8.0 they have change the code structure, can you please see and let me know how to null v8.0 please thanks.

On the same file, around line 190 find:


Code:
    public static function is_valid_purchase_code() {
        if ( apply_filters( 'vamtam_purchase_code_import_override', false) ) {
            return true;
        }

and change false to true

Code:
    public static function is_valid_purchase_code() {
        if ( apply_filters( 'vamtam_purchase_code_import_override', true ) ) {
            return true;
        }
 
  • Like
Reactions: yarices
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