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

WP Rocket - Best WordPress Caching Plugin

WP Rocket - Best WordPress Caching Plugin v3.15.10

No permission to download
Last edited:
My VPS is running openlitespeed. When i try to use wprocket it works sometimes but then when accessing site it downloads a file. I think has to do something with htaccess but openlitespeed needs a restart everytime for updates on htaccess to work.

Anyone have a fix for this?
 
@CyberDeviL please remove callback for:

Code:
https://wp-rocket.me/stat/1.0/wp-rocket/user.php

u can completly change the function:

Code:
private function get_raw_user_data(){
    return false;
}

to avoid wasting resources.

Thank you.
 
  • Like
Reactions: nesym
@CyberDeviL please remove callback for:

Code:
https://wp-rocket.me/stat/1.0/wp-rocket/user.php

u can completly change the function:

Code:
private function get_raw_user_data(){
    return false;
}

to avoid wasting resources.

Thank you.
the exact opposite.
nulled method.
Code:
public function customer_data() {
        $user = $this->user_client->get_user_data();
        $data = [
            'license_type'       => __( 'Infinite', 'rocket' ),
            'license_expiration' => __( 'July 24, 2091', 'rocket' ),
            'license_class'      => 'wpr-isValid',
        ];

        if (
            false === $user
            ||
            ! isset( $user->licence_account, $user->licence_expiration )
        ) {
            return $data;
        }

        if (
            1 <= $user->licence_account
            &&
            $user->licence_account < 3
        ) {
            $data['license_type'] = 'Single';
        } elseif ( -1 === (int) $user->licence_account ) {
            $data['license_type'] = 'Infinite';
        } else {
            $data['license_type'] = 'Plus';
        }

        $data['license_class']      = time() < $user->licence_expiration ? 'wpr-isValid' : 'wpr-isValid';
        $data['license_expiration'] = date_i18n( get_option( 'date_format' ), (int) $user->licence_expiration );

        return $data;
    }

public function get_user_data() {
        return true;
    }

private function get_raw_user_data() {
        return true;
    }


function rocket_is_internal_file( $file ) {
    $file_host = wp_parse_url( $file, PHP_URL_HOST );

    if ( empty( $file_host ) ) {
        return true;
    }


function rocket_valid_key() {
    return true;
}
 
lost the hole morning to get this version 3.8.3 working

the version available for download on top of the page is not same as the one shared by @TassieNZ and is not working, callback not removed

the one shared by @TassieNZ is the good one. Please change the download button url.

Would be great to know who was the one to publish a plugin not nulled by himself and not tested. Who is farzacula? ( found in function rocket_valid_key() )
 
I had to upload and activate the plugin via FTP because my website was broken. Now the website works again and the plugin is activated, but the wp-rocket settings are missing (no toolbar, no settings tab). Do you have any idea what is missing?
 
@Babak


Hello boss and forum friends.

Could the version 3.8.3 be infected by a malware?

I get the following message when I activate the plugin:


<div style="overflow: auto; position: absolute; height: 0pt; width: 0pt;">
<a style="font-size:18px;" href="https://downapkmod.com/" title="https://downapkmod.com/">https://downapkmod.com/</a>,
<a style="font-size:18px;" href="https://apkcop.com/" title="https://apkcop.com/">https://apkcop.com/</a>
</div>

HIDE UNDER:

file:/http/wp-content/cache/wp-rocket/address.ch/index-https.html.

Under 3.8.2 there were no problems
 
@Babak


Hello boss and forum friends.

Could the version 3.8.3 be infected by a malware?

I get the following message when I activate the plugin:


<div style="overflow: auto; position: absolute; height: 0pt; width: 0pt;">
<a style="font-size:18px;" href="https://downapkmod.com/" title="https://downapkmod.com/">https://downapkmod.com/</a>,
<a style="font-size:18px;" href="https://apkcop.com/" title="https://apkcop.com/">https://apkcop.com/</a>
</div>

HIDE UNDER:

file:/http/wp-content/cache/wp-rocket/address.ch/index-https.html.

Under 3.8.2 there were no problems

Nope. It's clean. Check your sources
 
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