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

Unlimited Elements for Elementor Pro (Premium)

Unlimited Elements for Elementor Pro (Premium) v1.5.102

No permission to download
Unlimited Elements for Elementor Page Builder v1.3.36

TassieNZ :)
 
Last edited:
Now i know how to null it, thanks to @TassieNZ

from this file :
unlimited-elements-for-elementor/inc_php/unitecreator_web_api.class.php:288

find this public function isProductActive($product = null){

BEFORE :::

PHP:
    public function isProductActive($product = null){

        if(!empty($product)){
            $this->setProduct($product);
        }     
      
        $data = $this->getActivatedData();
              
        if(empty($data))
            return(false);
      
        $stampExpire = UniteFunctionsUC::getVal($data, "expire");
      
        if($stampExpire === self::EXPIRE_NEVER)
            return(true);
      
        if(empty($stampExpire))
            return(false);
  
        if(is_numeric($stampExpire) == false)
            return(false);
      
        $stampExpire = (int)$stampExpire;
        $stampNow = time();
  
        if($stampExpire < $stampNow)
            return(false);
  
        return(true);
    }

AFTER :::
PHP:
    public function isProductActive($product = null){

        return(true);
      
    }
 
Last edited by a moderator:
Now i know how to null it, thanks to @TassieNZ

from this file :
unlimited-elements-for-elementor/inc_php/unitecreator_web_api.class.php:284

find isProductActive function, and return it to true :

BEFORE :::

PHP:
    public function isProductActive($product = null){

        if(!empty($product)){
            $this->setProduct($product);
        }      
       
        $data = $this->getActivatedData();
               
        if(empty($data))
            return(false);
       
        $stampExpire = UniteFunctionsUC::getVal($data, "expire");
       
        if($stampExpire === self::EXPIRE_NEVER)
            return(true);
       
        if(empty($stampExpire))
            return(false);
   
        if(is_numeric($stampExpire) == false)
            return(false);
       
        $stampExpire = (int)$stampExpire;
        $stampNow = time();
   
        if($stampExpire < $stampNow)
            return(false);
   
        return(true);
    }

AFTER :::
PHP:
    public function isProductActive($product = null){

        return(true);
       
    }
LOL You could have asked! :)
 
  • Like
  • Haha
Reactions: carmeli and Babak
Unlimited Elements for Elementor Page Builder v1.3.39 NULLED

TassieNZ :)
 
  • Like
Reactions: Babak
purity updated Unlimited Elements for Elementor Page Builder with a new update entry:

Unlimited Elements for Elementor Page Builder v1.3.39 Nulled

Download Unlimited Elements for Elementor Page Builder v1.3.39 Nulled Free
version 1.3.39 - Thanks To @TassieNZ

-feature: add alt tags to image attribute
-feature: add automatic name from title on add attribute
-feature: redesign categories

-bug fix: removed autop filter change code from front end
-bug fix: allow to import widget when stand on category from catalog
-bug fix: fixed instagram widgets typography bug

Read the rest of this update entry...
 
Now i know how to null it, thanks to @TassieNZ

from this file :
unlimited-elements-for-elementor/inc_php/unitecreator_web_api.class.php:284

find isProductActive function, and return it to true :

BEFORE :::

PHP:
    public function isProductActive($product = null){

        if(!empty($product)){
            $this->setProduct($product);
        }      
       
        $data = $this->getActivatedData();
               
        if(empty($data))
            return(false);
       
        $stampExpire = UniteFunctionsUC::getVal($data, "expire");
       
        if($stampExpire === self::EXPIRE_NEVER)
            return(true);
       
        if(empty($stampExpire))
            return(false);
   
        if(is_numeric($stampExpire) == false)
            return(false);
       
        $stampExpire = (int)$stampExpire;
        $stampNow = time();
   
        if($stampExpire < $stampNow)
            return(false);
   
        return(true);
    }

AFTER :::
PHP:
    public function isProductActive($product = null){

        return(true);
       
    }
thank you , its working on latest version 1.4.3
 
installed, it's nulled, but no new widget show in elementor.
if i click on plugin icon in dashboard, it allow me to import or create new widget, but none existing.
how to import all 700+ unique widget?
 
Do you see this page?

MvOvewZ.png


It seems you have to import every single one you need individually unfortunately. I like the plugin but not the way it is implemented.
 
i see that window, but it's empty. no widget to import ;(
That's strange, the only thing I can think of is it might be a server issue like not having enough memory or something.
 
i just did it, with 1,3,39 and tried also 1,4, both version show "This pro version is active!" but no widgets ;(
i'll try on another wordpress host, let's see if it's a server issues
Did you get it working?
 
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