Premium Addons PRO - Premium Addons Pro For Elementor

Premium Addons PRO - Premium Addons Pro For Elementor v2.9.33

No permission to download

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
NULLING of Premium Addons (free version). Providing the free version is nulled, the PRO version works without touching it.

Part 1.
Step 1.

Download and extract the free version.

Step 2.
Download and extract the Premium Addons Templates.

Step 3 .
Add the folder "templates" to the root of the plugin.

Part 2.
Now we need to edit two files.

File 1.
premium-addons-for-elementor\includes\templates\sources\premium-api.php

Find lines 374/375 (approximately)

PHP:
            $api_url . $id
        );
Below that, add the following:
PHP:
        if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
            $request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
        }
It will now look like:
PHP:
            $api_url . $id
        );

        if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
            $request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
        }

        $response = wp_remote_get( $request, array(

File 2.
premium-addons-for-elementor\premium-addons-for-elementor.php

Find line 14 (approximately)
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access
Below that add the following:

PHP:
update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );
It will now look like:
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access

update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );

// Define Constants

That's it, all done! Zip it up, upload and activate! You can then add the PRO plugin.

TassieNZ :)
 

JRGWxRxZ

Active member
Babiato Lover
Mar 22, 2020
460
245
43
@JRGWxRxZ

You now have full nulling instructions for the free version, so I'm signing out of this thread. If templates need updating, please ask @medw1311 or @NullMaster if they can help. :)

TassieNZ :)

No worry, now i get it, i should know how to null it, the only stuff that could update in the time should be the templates, but that is an another story :LOL:

Thank you for your kind support my friend (y)
 
  • Love
Reactions: TassieNZ

MedAb

New member
Apr 14, 2020
29
4
3
NULLING of Premium Addons (free version). Providing the free version is nulled, the PRO version works without touching it.

Part 1.
Step 1.

Download and extract the free version.

Step 2.
Download and extract the Premium Addons Templates.

Step 3 .
Add the folder "templates" to the root of the plugin.

Part 2.
Now we need to edit two files.

File 1.
premium-addons-for-elementor\includes\templates\sources\premium-api.php

Find lines 374/375 (approximately)

PHP:
            $api_url . $id
        );
Below that, add the following:
PHP:
        if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
            $request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
        }
It will now look like:
PHP:
            $api_url . $id
        );

        if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
            $request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
        }

        $response = wp_remote_get( $request, array(

File 2.
premium-addons-for-elementor\premium-addons-for-elementor.php

Find line 14 (approximately)
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access
Below that add the following:

PHP:
update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );
It will now look like:
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access

update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );

// Define Constants

That's it, all done! Zip it up, upload and activate! You can then add the PRO plugin.

TassieNZ :)


Great thanks. Steps went smooth (file one was found in 374 not 274).

Now I have premium addons. But, elementor Pro I installed from Babiato two days ago is not working now. It shows grayed on the left of the draft page and it is on continuous Loading.
It only works when I disable the free premium addons (disabling premium addons elements in premium addons settings doesn't help.

Any suggestion will be of great help.
Thanks a lot in advance
 

GuiltyConscience

Active member
Apr 8, 2020
163
53
28
somewhere in Canada
Great thanks. Steps went smooth (file one was found in 374 not 274).

Now I have premium addons. But, elementor Pro I installed from Babiato two days ago is not working now. It shows grayed on the left of the draft page and it is on continuous Loading.
It only works when I disable the free premium addons (disabling premium addons elements in premium addons settings doesn't help.

Any suggestion will be of great help.
Thanks a lot in advance
Really happy to see that im the alone in that case!
1589263233055.png
 

JRGWxRxZ

Active member
Babiato Lover
Mar 22, 2020
460
245
43
Really happy to see that im the alone in that case!
1589263233055.png

This is a problem of memory handle by WordPress. Edit wp-config.php and put those 2 values inside :

define('WP_MEMORY_LIMIT', '350M');
set_time_limit(90);

So far, these are the values giving me the best results, but i think you can tweak those to get better results. :LOL:
 
Last edited:
  • Like
Reactions: shezzy101

GuiltyConscience

Active member
Apr 8, 2020
163
53
28
somewhere in Canada
This is a problem of memory handle by WordPress. Edit wp-config.php and put those 2 values inside :

define('WP_MEMORY_LIMIT', '350M');
set_time_limit(90);

So far, these are the values giving me the best results, but i think you can tweak those to get better results. :LOL:
You're right man! Everything work well now!

I was sure the WP Max memory will be there to cover this kind of problems...


define('WP_MEMORY_LIMIT', '350M');
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
 
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
  • Like
  • Love
Reactions: Mscv50 and JRGWxRxZ

shezzy101

Active member
Apr 4, 2020
106
38
28
hey thanks a lot for this, but I did everything as per the steps and when I go into inserting the templates, it is showing me to activate the license. can anyone please help me out on this? I know I am missing something very silly so it would be great if anyone could point me to the right direction. TIA.
 

shezzy101

Active member
Apr 4, 2020
106
38
28
that templates folder, where i need to create that? and the templates j.son files where do i need to extract that too? i feel i am doing this wrong maybe..
 

mariorick

Member
Aug 5, 2019
50
21
8
Brazil
www.christinaaguilera.com.br
NULLING of Premium Addons (free version). Providing the free version is nulled, the PRO version works without touching it.

Part 1.
Step 1.

Download and extract the free version.

Step 2.
Download and extract the Premium Addons Templates.

Step 3 .
Add the folder "templates" to the root of the plugin.

Part 2.
Now we need to edit two files.

File 1.
premium-addons-for-elementor\includes\templates\sources\premium-api.php

Find lines 374/375 (approximately)

PHP:
            $api_url . $id
        );
Below that, add the following:
PHP:
        if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
            $request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
        }
It will now look like:
PHP:
            $api_url . $id
        );

        if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
            $request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
        }

        $response = wp_remote_get( $request, array(

File 2.
premium-addons-for-elementor\premium-addons-for-elementor.php

Find line 14 (approximately)
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access
Below that add the following:

PHP:
update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );
It will now look like:
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access

update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );

// Define Constants

That's it, all done! Zip it up, upload and activate! You can then add the PRO plugin.

TassieNZ :)
Dude, you nailed it! Thank you. Very nice of you
 

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