ered15
New member
- Oct 5, 2019
- 2
- 0
- 1
yes dont worryThanks for update, License & Expiration Date are showing Unavailable, is that ok?
If that worries you here is the fully nulled version.Thanks for update @CyberDeviL , License & Expiration Date are showing Unavailable, is that ok?
Check your logs.theme - rehub
Wp rocket - active
Test PageSpeed Insights - Lighthouse returned error: ERRORED_DOCUMENT_REQUEST. (E500).
Suggestions? Thanks.
@CyberDeviL
https://wp-rocket.me/stat/1.0/wp-rocket/user.php
private function get_raw_user_data(){
return false;
}
the exact opposite.@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.
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;
}
@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