Unlimited Elements for Elementor Pro (Premium)

Unlimited Elements for Elementor Pro (Premium) v1.5.144

No permission to download

barontanaka

New member
Jun 17, 2019
14
9
3
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:

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
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! :)
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Unlimited Elements for Elementor Page Builder v1.3.39 NULLED

TassieNZ :)
 
  • Like
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
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...
 

Hala

Active member
Babiato Lover
Nov 22, 2018
203
126
43
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
 

LucyLu

New member
Jan 3, 2019
13
3
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?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,597
26,938
120
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.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,597
26,938
120
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.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,597
26,938
120
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?
 

Forum statistics

Threads
69,203
Messages
908,327
Members
236,787
Latest member
arapsiken

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu