• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Плагин WP Rocket

WP Rocket 3.0 (beta 2) – Fastest Chache WordPress Plugin
Скрытое содержимое доступно для зарегистрированных пользователей!
 
WP Rocket 3.0.2 - The best WordPress performance plugin.
3.0.2 April 3, 2017

Bugfix: Prevent white screen on Kinsta hosting because of incorrect classes names

3.0.1 April 3, 2018

Bugfix: Correct an issue preventing logged-in users cache from working

3.0 April 3, 2018

The minimum required PHP version required for this version has been upgraded to 5.4.
The minimum required WordPress version required for this version has been upgraded to 4.2.
Enhancement: a whole new settings page! We redesigned our settings to be clearer,
easier to use and with more helpers for you to understand what an option does.
We also removed unused options to streamline your experience.
Enhancement: Automatic compatibility with Kinsta caching system and CDN
Bugfix: Correctly minify/cache busting on subdirectory installations and with custom content path
 
Последнее редактирование:
WP Rocket 3.0.3 - The best WordPress performance plugin.
3.0.3 April 9, 2017
Enhancement: Re-introduce cache SSL option, as many website use https but the WordPress home URL doesn't reflect it, which prevented correct caching of https page
Bugfix: Display all options if a JavaScript conflict occurs, to keep them accessible even if the navigation doesn't work
Bugfix: Fix an issue with the rollback not working for old PHP/WordPress versions installations
Bugfix: Fix a PHP Notice related to the database automatic cleanup frequency
 
Друзья, а можно в двух словах, как он нулится?
В смысле ГДЕ вносить нулл-изменения, если есть оф купленная версия?

Я понимаю что ЭТОТ нуленый, мне СВОЙ занулить надо :)
А что в этом кроме нула, никто не знает, а добавить дырку так, чтобы VT не увидел, например, даже я умею...

Спасибо! Но этот конкретно нулили не так, поэтому вопрос остается открытым.
 
Последнее редактирование модератором:
WP Rocket 3.0.3 - The best WordPress performance plugin.
3.0.3 April 9, 2017
Enhancement: Re-introduce cache SSL option, as many website use https but the WordPress home URL doesn't reflect it, which prevented correct caching of https page
Bugfix: Display all options if a JavaScript conflict occurs, to keep them accessible even if the navigation doesn't work
Bugfix: Fix an issue with the rollback not working for old PHP/WordPress versions installations
Bugfix: Fix a PHP Notice related to the database automatic cleanup frequency
Этот нуленый..

В файле /wp-rocket/inc/functions/options.php
найти строку 491 , примерно
Код:
return false;
изменить на return true
 
Последнее редактирование:
В файле /wp-rocket/inc/functions/options.php найти строку 536 (по крайней мере в версии 2.11.4), она должна выглядеть так:
Код:
return false;
ну и изменить на true
 
Many times this plugin has many conflicts with other plugins I imagine that with the updates will correct it, anyway I'll take it. Thank you.
 
Друзья, а можно в двух словах, как он нулится?
В смысле ГДЕ вносить нулл-изменения, если есть оф купленная версия?
Я понимаю что ЭТОТ нуленый, мне СВОЙ занулить надо :)
А что в этом кроме нула, никто не знает, а добавить дырку так, чтобы VT не увидел, например, даже я умею...
Не понял о чём шум стоит.
Плагин занулён стандартным способом.
./wp-rocket/inc/functions/options.php
Строка 493
PHP:
function rocket_valid_key() {

$rocket_secret_key = get_rocket_option( 'secret_key' );
   if ( ! $rocket_secret_key ) {
// Nulled - изменено с false на true
     return true;
   }
   return 8 === strlen( get_rocket_option( 'consumer_key' ) ) && hash_equals( $rocket_secret_key, hash( 'crc32', get_rocket_option( 'consumer_email' ) ) );
}
Кроме того прописаны ключи в файлах:

./wp-rocket/wp-rocket.php
./wp-rocket/licence-data.php

Many times this plugin has many conflicts with other plugins I imagine that with the updates will correct it, anyway I'll take it. Thank you.
Almost all caching plugins can have conflicts with other plug-ins. There may be problems with displaying content changes.
Caching plugins require configuration.
 
Последнее редактирование:
Попробовал поставить Wp Rocket вместо WP Super Cache. Особой разницы в производительности не обнаружил.
 
Попробовал поставить Wp Rocket вместо WP Super Cache. Особой разницы в производительности не обнаружил.
еще бы пример скинул, а так может на простеньком сайте и не заметно)
 
Назад
Сверху