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

Premium Addons PRO - Premium Addons Pro For Elementor

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

No permission to download
Is there any "site template" shared?
I try to insert template but licence check failed
Thanks guys :) (Y)
 
Go to plugin directory. Edit file premium-addons-pro-for-elementor.php

Replace invalid characters on line 25-33

Done.

Line 22-34 will looks like this:

update_option( 'papro_license_key', '*******' );
update_option( 'papro_license_status', 'valid' );
add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ) {
if ( ( strpos( $url, 'pa.premiumtemplates.io/wp-json/patemp/v2/template/' ) !== false ) ||
( strpos( $url, 'pa.premiumtemplates.io/wp-json/patemp/v2/template/' ) !== false ) ) {
$basename = basename( parse_url( $url, PHP_URL_PATH ) );
$response = wp_remote_get( "http://wordpressnull.org/premium-addons-pro/templates/{$basename}.json", [ 'sslverify' => false, 'timeout' => 25 ] );
if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
return $response;
}
}
return $pre;
}, 10, 3 );
 
Last edited:
Go to plugin directory. Edit file premium-addons-pro-for-elementor.php

Replace invalid characters on line 25-33

Done.

Line 22-34 will looks like this:

update_option( 'papro_license_key', '*******' );
update_option( 'papro_license_status', 'valid' );
add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ) {
if ( ( strpos( $url, 'pa.premiumtemplates.io/wp-json/patemp/v2/template/' ) !== false ) ||
( strpos( $url, 'pa.premiumtemplates.io/wp-json/patemp/v2/template/' ) !== false ) ) {
$basename = basename( parse_url( $url, PHP_URL_PATH ) );
$response = wp_remote_get( "http://wordpressnull.org/premium-addons-pro/templates/{$basename}.json", [ 'sslverify' => false, 'timeout' => 25 ] );
if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
return $response;
}
}
return $pre;
}, 10, 3 );
thanks bro it worked, you're a master
 
Go to plugin directory. Edit file premium-addons-pro-for-elementor.php

Replace invalid characters on line 25-33

Done.

Line 22-34 will looks like this:

update_option( 'papro_license_key', '*******' );
update_option( 'papro_license_status', 'valid' );
add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ) {
if ( ( strpos( $url, 'pa.premiumtemplates.io/wp-json/patemp/v2/template/' ) !== false ) ||
( strpos( $url, 'pa.premiumtemplates.io/wp-json/patemp/v2/template/' ) !== false ) ) {
$basename = basename( parse_url( $url, PHP_URL_PATH ) );
$response = wp_remote_get( "http://wordpressnull.org/premium-addons-pro/templates/{$basename}.json", [ 'sslverify' => false, 'timeout' => 25 ] );
if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
return $response;
}
}
return $pre;
}, 10, 3 );

work right! OK tnx
 
Next time blur URL. Now everybody knows that your name is Alessandro Cirina and you are using nulled Wordpress plugins.
the problem is not using it. there is no download restriction. On this site I can download and test the plugins on a non-profit basis.
 
  • Like
Reactions: wrcr
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