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

Slider Revolution Responsive WordPress Plugin By ThemePunch

Slider Revolution Responsive WordPress Plugin By ThemePunch v6.7.5

No permission to download
Just please read forum page by page b4 ask null! @Babak @NullMaster @TassieNZ are regularly shares how you null.

under slider-revolution/admin/includes there is license.class.php there is public function activate_plugin($code)
type $version_info = 'valid'; and return true; under it.

the class will be like below:

PHP:
<?php
/**
* @author    ThemePunch <[email protected]>
* @link      https://www.themepunch.com/
* @copyright 2020 ThemePunch
* @since      6.2.0
*/

if(!defined('ABSPATH')) exit();

class RevSliderLicense extends RevSliderFunctions {
    /**
     * Activate the Plugin through the ThemePunch Servers
     * @before 6.0.0: RevSliderOperations::checkPurchaseVerification();
     * @before 6.2.0: RevSliderAdmin::activate_plugin();
     **/
    public function activate_plugin($code){
        $version_info = 'valid';
        return true;
        $rslb = new RevSliderLoadBalancer();
        $data = array('code' => urlencode($code), 'version'    => urlencode(RS_REVISION), 'product' => urlencode(RS_PLUGIN_SLUG));
       
        $response      = $rslb->call_url('activate.php', $data, 'updates');
        $version_info = wp_remote_retrieve_body($response);
       
        if(is_wp_error($version_info)) return false;
       
        if($version_info == 'valid'){
            update_option('revslider-valid', 'true');
            update_option('revslider-code', $code);
            return true;
        }elseif($version_info == 'exist'){
            return 'exist';
        }elseif($version_info == 'banned'){
            return 'banned';
        }
       
        return true;
    }
   
   
    /**
     * Deactivate the Plugin through the ThemePunch Servers
     * @before 6.0.0: RevSliderOperations::doPurchaseDeactivation();
     * @before 6.2.0: RevSliderAdmin::deactivate_plugin();
     **/
    public function deactivate_plugin(){
        $rslb = new RevSliderLoadBalancer();
        $code = get_option('revslider-code', '');
        $data = array('code' => urlencode($code), 'product' => urlencode(RS_PLUGIN_SLUG));
       
        $res = $rslb->call_url('activate.php', $data, 'updates');
        $vi     = wp_remote_retrieve_body($res);
       
        if(is_wp_error($vi)) return false;

        if($vi == 'valid'){
            update_option('revslider-valid', 'true');
            update_option('revslider-code', $code);
           
            return true;
        }
       
        return true;
    }
}
?>

Actually I lil bit play around deactivate function in case...

not working , i add the code. but maybe i need to deactivate and activate again ??
 
Olá! Alguém tem esse modelo aqui? obrigado
 
Hey @TassieNZ I would really appreciate if I could get this template. It’s a recent one but couldn’t find it in all the packs I’ve downloaded.
Thanks you!!!

 
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