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

AIHub - AI Powered Startup & Technology WordPress Theme

AIHub - AI Powered Startup & Technology WordPress Theme v1.3.2

No permission to download
hi, if u wanna null it all what u need to do just go to :
1692889372738.png
than replace all lines with:
PHP:
<?php
/**
* LiquidThemes Theme Framework
* The Liquid_Base
*/
update_option( 'aihub_purchase_code_status', 'valid' );
update_option( '6ca862f726', 0 );
update_option( 'aihub_purchase_code', 'ILoveBabiato' );
update_option( 'aihub_register_env', true );
update_option( 'aihub_purchase_code_status', true );
update_option( 'liquid_license_status', 'valid' );
if( !defined( 'ABSPATH' ) )
    exit; // Exit if accessed directly

if( !class_exists( 'Liquid_Base' ) ) :
/**
* Liquid Base
*/
class Liquid_Base {

    public function add_action( $hook, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_action( $hook, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function add_filter( $tag, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_filter( $tag, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function load_extension( $name = '' ) {

        // check: not empty
        if( !$name ) {
            return;
        }

        // check: if extension exists
        $located = locate_template( "liquid/extensions/{$name}/liquid-{$name}.php", false, false );

        if( !$located ) {
            wp_die( sprintf( wp_kses( __( '<strong>Extension Load Fail for:</strong> %1$s<br>No such file "%2$s" exists.', 'aihub' ), 'lqd_post' ), strtoupper( $name ), "liquid/extensions/{$name}/liquid-{$name}.php" ), esc_html__( 'Load Extension', 'aihub' ), null );
            return;
        }

        require $located;
    }
}

endif;

// Helper Function

if( ! function_exists( 'liquid_action' ) ) :
    function liquid_action() {

        $args   = func_get_args();

        if( !isset( $args[0] ) || empty( $args[0] ) ) {
            return;
        }

        $action = 'liquid_' . $args[0];
        unset( $args[0] );

        do_action_ref_array( $action, $args );
    }
endif;
 
Only for me one front page it's loading slow? When I'm turning off aihub core plugin, it's loading fast
 
After import the data site will be showing for the first time then it will not showing the website again. Only show a background color nothing else. what's the issue?
 
After import the data site will be showing for the first time then it will not showing the website again. Only show a background color nothing else. what's the issue?
This is not a NULLED version, content will not be shown without the key
 
hi, if u wanna null it all what u need to do just go to :
1692889372738.png
than replace all lines with:
PHP:
<?php
/**
* LiquidThemes Theme Framework
* The Liquid_Base
*/
update_option( 'aihub_purchase_code_status', 'valid' );
update_option( '6ca862f726', 0 );
update_option( 'aihub_purchase_code', 'ILoveBabiato' );
update_option( 'aihub_register_env', true );
update_option( 'aihub_purchase_code_status', true );
update_option( 'liquid_license_status', 'valid' );
if( !defined( 'ABSPATH' ) )
    exit; // Exit if accessed directly

if( !class_exists( 'Liquid_Base' ) ) :
/**
* Liquid Base
*/
class Liquid_Base {

    public function add_action( $hook, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_action( $hook, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function add_filter( $tag, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_filter( $tag, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function load_extension( $name = '' ) {

        // check: not empty
        if( !$name ) {
            return;
        }

        // check: if extension exists
        $located = locate_template( "liquid/extensions/{$name}/liquid-{$name}.php", false, false );

        if( !$located ) {
            wp_die( sprintf( wp_kses( __( '<strong>Extension Load Fail for:</strong> %1$s<br>No such file "%2$s" exists.', 'aihub' ), 'lqd_post' ), strtoupper( $name ), "liquid/extensions/{$name}/liquid-{$name}.php" ), esc_html__( 'Load Extension', 'aihub' ), null );
            return;
        }

        require $located;
    }
}

endif;

// Helper Function

if( ! function_exists( 'liquid_action' ) ) :
    function liquid_action() {

        $args   = func_get_args();

        if( !isset( $args[0] ) || empty( $args[0] ) ) {
            return;
        }

        $action = 'liquid_' . $args[0];
        unset( $args[0] );

        do_action_ref_array( $action, $args );
    }
endif;
Hello @thedimetri
Thanks for the tip, Appreciated

Could you please help in Nulling this theme too brother

 
@phoenixcodex @Babak can us update at
Última actualización11 October 2023
EDIT : v.1.2 here for null follow step code for @thedimetri



PHP:
<?php
/**
* LiquidThemes Theme Framework
* The Liquid_Base
*/
update_option( 'aihub_purchase_code_status', 'valid' );
update_option( '6ca862f726', 0 );
update_option( 'aihub_purchase_code', 'ILoveBabiato' );
update_option( 'aihub_register_env', true );
update_option( 'aihub_purchase_code_status', true );
update_option( 'liquid_license_status', 'valid' );
if( !defined( 'ABSPATH' ) )
    exit; // Exit if accessed directly

if( !class_exists( 'Liquid_Base' ) ) :
/**
* Liquid Base
*/
class Liquid_Base {

    public function add_action( $hook, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_action( $hook, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function add_filter( $tag, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_filter( $tag, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function load_extension( $name = '' ) {

        // check: not empty
        if( !$name ) {
            return;
        }

        // check: if extension exists
        $located = locate_template( "liquid/extensions/{$name}/liquid-{$name}.php", false, false );

        if( !$located ) {
            wp_die( sprintf( wp_kses( __( '<strong>Extension Load Fail for:</strong> %1$s<br>No such file "%2$s" exists.', 'aihub' ), 'lqd_post' ), strtoupper( $name ), "liquid/extensions/{$name}/liquid-{$name}.php" ), esc_html__( 'Load Extension', 'aihub' ), null );
            return;
        }

        require $located;
    }
}

endif;

// Helper Function

if( ! function_exists( 'liquid_action' ) ) :
    function liquid_action() {

        $args   = func_get_args();

        if( !isset( $args[0] ) || empty( $args[0] ) ) {
            return;
        }

        $action = 'liquid_' . $args[0];
        unset( $args[0] );

        do_action_ref_array( $action, $args );
    }
endif;


11 Oct 2023


NEW
6 new demos: Text Generator, Flat, Dall-E, Stable Diffusion, Carousel, Co-Pilot

NEW
Added StableDiffusion option to Image Generator widget

NEW
Box Widget link option

NEW
Divider dark color option

NEW
Dynamic range handle border radius option

NEW
Header / Footer cache disable option

NEW
Header simulator for editing header

NEW
Image Generator image upload option

NEW
Image Widget background option

NEW
Interactive(Liquid) Swap Widget

NEW
Marquee Widget fill items

NEW
Period option for dynamic price table

NEW
Posts Lists Widget hover effets

NEW
Text highlight opacity option

NEW
Text rotator, whitespace and block level rotator options

NEW
Typewriter Widget

NEW
WooCommerce Support

ENHANCEMENT
Accordion Widget

ENHANCEMENT
Improved All demos's animations & sections

ENHANCEMENT
Improved animations and rid liquid-theme-animations CSS

ENHANCEMENT
MegaMenu structure

ENHANCEMENT
PHP 8.2 improvements

ENHANCEMENT
Shop improvements

ENHANCEMENT
Sticky and dark options

ENHANCEMENT
Sticky Header

ENHANCEMENT
Purge cache after save Menus

FIXED
Button icon not appear

FIXED
Elements fixed or absolute position in sticky header

FIXED
Fixed button icon dark colors not working

FIXED
Localscroll not working on iOS

FIXED
Scripts SSL auto redirection.

FIXED
Sticky header options not working
FIXED
Translation strings

 

Attachments

  • aihub.zip
    9.1 MB · Views: 64
Last edited:
  • Like
Reactions: amit338 and deze95
@phoenixcodex @Babak can us update at
Última actualización11 October 2023
EDIT : v.1.2 here for null follow step code for @thedimetri



PHP:
<?php
/**
* LiquidThemes Theme Framework
* The Liquid_Base
*/
update_option( 'aihub_purchase_code_status', 'valid' );
update_option( '6ca862f726', 0 );
update_option( 'aihub_purchase_code', 'ILoveBabiato' );
update_option( 'aihub_register_env', true );
update_option( 'aihub_purchase_code_status', true );
update_option( 'liquid_license_status', 'valid' );
if( !defined( 'ABSPATH' ) )
    exit; // Exit if accessed directly

if( !class_exists( 'Liquid_Base' ) ) :
/**
* Liquid Base
*/
class Liquid_Base {

    public function add_action( $hook, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_action( $hook, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function add_filter( $tag, $function_to_add, $priority = 10, $accepted_args = 1 ) {
        add_filter( $tag, array( &$this, $function_to_add ), $priority, $accepted_args );
    }

    public function load_extension( $name = '' ) {

        // check: not empty
        if( !$name ) {
            return;
        }

        // check: if extension exists
        $located = locate_template( "liquid/extensions/{$name}/liquid-{$name}.php", false, false );

        if( !$located ) {
            wp_die( sprintf( wp_kses( __( '<strong>Extension Load Fail for:</strong> %1$s<br>No such file "%2$s" exists.', 'aihub' ), 'lqd_post' ), strtoupper( $name ), "liquid/extensions/{$name}/liquid-{$name}.php" ), esc_html__( 'Load Extension', 'aihub' ), null );
            return;
        }

        require $located;
    }
}

endif;

// Helper Function

if( ! function_exists( 'liquid_action' ) ) :
    function liquid_action() {

        $args   = func_get_args();

        if( !isset( $args[0] ) || empty( $args[0] ) ) {
            return;
        }

        $action = 'liquid_' . $args[0];
        unset( $args[0] );

        do_action_ref_array( $action, $args );
    }
endif;


11 Oct 2023


NEW
6 new demos: Text Generator, Flat, Dall-E, Stable Diffusion, Carousel, Co-Pilot

NEW
Added StableDiffusion option to Image Generator widget

NEW
Box Widget link option

NEW
Divider dark color option

NEW
Dynamic range handle border radius option

NEW
Header / Footer cache disable option

NEW
Header simulator for editing header

NEW
Image Generator image upload option

NEW
Image Widget background option

NEW
Interactive(Liquid) Swap Widget

NEW
Marquee Widget fill items

NEW
Period option for dynamic price table

NEW
Posts Lists Widget hover effets

NEW
Text highlight opacity option

NEW
Text rotator, whitespace and block level rotator options

NEW
Typewriter Widget

NEW
WooCommerce Support

ENHANCEMENT
Accordion Widget

ENHANCEMENT
Improved All demos's animations & sections

ENHANCEMENT
Improved animations and rid liquid-theme-animations CSS

ENHANCEMENT
MegaMenu structure

ENHANCEMENT
PHP 8.2 improvements

ENHANCEMENT
Shop improvements

ENHANCEMENT
Sticky and dark options

ENHANCEMENT
Sticky Header

ENHANCEMENT
Purge cache after save Menus

FIXED
Button icon not appear

FIXED
Elements fixed or absolute position in sticky header

FIXED
Fixed button icon dark colors not working

FIXED
Localscroll not working on iOS

FIXED
Scripts SSL auto redirection.

FIXED
Sticky header options not working
FIXED
Translation strings

THanks you so much brother
 
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