WP Rocket - Best WordPress Caching Plugin

WP Rocket - Best WordPress Caching Plugin v3.18.3

No permission to download

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Last edited:

empyrium

Active member
Trusted Uploader
Dec 28, 2018
221
129
43
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?
 

chocofc1

Member
Apr 10, 2019
57
24
8
@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

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
@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;
}
 

chocofc1

Member
Apr 10, 2019
57
24
8
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() )
 

bertelsen

New member
Jun 13, 2019
1
0
1
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?
 

simpax3

Active member
Babiato Lover
May 10, 2020
254
56
28
@Tomz


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
 

saharusa

Member
Feb 29, 2020
33
23
8
@Tomz


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
 

Latest posts

Forum statistics

Threads
69,226
Messages
908,438
Members
237,027
Latest member
YoGGe

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