- This topic has 36 replies, 3 voices, and was last updated 3 years, 4 months ago by mega deal.
-
AuthorPosts
-
September 13, 2017 at 2:12 pm #19256EdieParticipant
I subscribed and downloaded the WP Rocket plugin and followed these instructions:
https://gpldl.com/remove-license-code-check-wp-rocket-wordpress-plugin/
However, that no longer works. I’ve tried extending the idea and returning true deleting the additional code in that function but that didn’t work.
Any help is appreciated!
September 13, 2017 at 2:21 pm #19257EdieParticipantUpdate: I replaced:
`
function rocket_valid_key() {
if ( ! $rocket_secret_key = get_rocket_option( ‘secret_key’ ) ) {
return false;
}return 8 === strlen( get_rocket_option( ‘consumer_key’ ) ) && hash_equals( $rocket_secret_key, hash( ‘crc32’, get_rocket_option( ‘consumer_email’ ) ) );
}
`
with:
`
function rocket_valid_key() {
// BEGIN: DISABLE LICENSE CHECK
return 8;
// END: DISABLE LICENSE CHECK
}`
And it appears to work. I’ll report back if it doesn’t.September 13, 2017 at 3:47 pm #19258EdieParticipantI setup the plugin and it now works fine–for all features–with the edits I posted.
October 3, 2017 at 2:40 pm #193777h3hKeymasterThanks Edie, please let us know if it works and we will adjust the article.
October 3, 2017 at 2:43 pm #19379EdieParticipantHi,
It works well and is in production on several sites.Thanks!
-EdieFebruary 28, 2018 at 10:35 am #19810k ijijijParticipantThat doesn’t work anymore!
For version 2.1.1 upward..
Here is the working tweak…
Replace the following… on line 533 – 540
function rocket_valid_key() {
if ( ! $rocket_secret_key = get_rocket_option( ‘secret_key’ ) ) {
return false;
}return 8 === strlen( get_rocket_option( ‘consumer_key’ ) ) && hash_equals( $rocket_secret_key, hash( ‘crc32’, get_rocket_option( ‘consumer_email’ ) ) );
}With…
//tweaked by stephen!
function rocket_valid_key() {
return true;}
Currently working on Wp Rocket V2.1.1.5
Cheers…
- This reply was modified 6 years, 9 months ago by k ijijij.
October 7, 2018 at 3:52 pm #20445AnonymousInactiveAny working solution for v3.1.4 ?
Thanks
October 7, 2018 at 4:25 pm #20446AnonymousInactiveI’ve managed to work it out, if it helps anyone else just change
Line 497:
return false;
to
return true;
February 5, 2019 at 2:22 pm #21021Joe MoeParticipantDoes anybody has an idea how to null it on version 3.2.4 ?
- This reply was modified 5 years, 10 months ago by Joe Moe.
February 5, 2019 at 5:18 pm #21025AnonymousInactiveIf no one has come up with a working suggestion i’ll take a look tomorrow for you. Must admit I’ve ditched WP Rocket as had too many issues, I now use litespeed cache. It’s far superior in my opinion and it’s free (but you need to be on a litespeed web server)
February 15, 2019 at 8:21 am #21072AnonymousInactiveWP Rocket v3.2.5 final is working fine here :)
February 15, 2019 at 8:48 am #21073Joe MoeParticipantDoesn’t work for me. When I try to activate the plug-in,the page reloads, but is not installed.
February 16, 2019 at 1:56 am #21078AnonymousInactive@Joe Moe
Have you tried Litespeed Cache? It’s its applicable for your hosting setup then personally i find it much more effective than WP Rocket.
If you still want WP Rocket then i would uninstall the current version following these steps to clean everything up after install https://docs.wp-rocket.me/article/694-uninstalling-wp-rocket
Then download and install this version to see if it solves your issues
[LINK REMOVED BY ADMIN]- This reply was modified 5 years, 9 months ago by GPLDL.
February 16, 2019 at 4:12 am #21080Joe MoeParticipantThank you for your recommendation, but I try to avoid installing plugins from unknown sources.
February 16, 2019 at 4:28 am #21081AnonymousInactiveUnknown sources ? That’s my own upload and is virus free.
But your happy to download from an unknown gpl site, the plugins here are not purchased by the site owners …
Scan it with virus total if you don’t trust it, plenty other people have download plugins from me, not one complaint yet.
Anyway it’s your call, the plugin is available if you want to download it.
February 16, 2019 at 6:48 am #210827h3hKeymaster@Chris: We highly appreciate your comments, instructions how to null and willingness to help the community at GPLDL. We have to ensure though, that people do not get any malicious file directly or indirectly through GPLDL. That is an obligation that has highest priority and we would never compromise on security. Therefore we cannot accept external links to modified files and will have to remove them whenever they pop up. We also do not want to encourage you to provide your excellent contributions in the future. So we consider having a dedicated forum on “how to null” certain plugins. Would you want to join this forum and make contributions?
February 16, 2019 at 7:13 am #21093AnonymousInactive@7h3h Happy to help where I can.
If you will not allow my own personal uploads then do you have any objections to creating my own site and suggeting users to download from my site for plugins which either you do not have or are outdated. This eliminates your worries about my plugins containing viruses or being affiliated with this site, it’s left down to the end user to make their own choice.
My aim is not to take revenue away from you but help the community where possible.
February 16, 2019 at 10:19 am #21094Jackie MasekParticipantGot this error message when trying to upload WPRocket:
Fatal error: Class ‘WP_Rocket\Admin\Options’ not found in [webserver host info]/wp-content/plugins/wp-rocket-master/inc/functions/options.php on line 19
What should I do?
February 16, 2019 at 1:12 pm #21095AnonymousInactiveSounds like composer may be missing …
March 7, 2019 at 5:16 am #21165Dalibor OmglolParticipantCan’t activate 3.2.6 via this method. Tried to change “return false;” -> “return true;” but no luck. Also tired “return false;” -> “return 8;” no luck. Any idea?
March 31, 2019 at 6:52 am #21233Kool PalParticipantLanded here due to the same issue. Can anyone help?
May 27, 2019 at 5:26 pm #21388Jack CatchParticipantSame here, anyone have any luck?
May 30, 2019 at 2:08 am #21395Vincent VuParticipanti’ve got the latest and all activated…
July 3, 2019 at 4:21 am #21477dipperdolphinParticipantHow? I keep getting an error on line 19.
July 3, 2019 at 4:43 am #21478dipperdolphinParticipantFound out, got it working. You need to run composer require in order to download the vendor files that WP Rocket relies on.
July 3, 2019 at 5:05 am #21479Dalibor OmglolParticipantCan you please write short tutorial how to do that? THank you!
July 3, 2019 at 5:06 am #21480dipperdolphinParticipantJuly 6, 2019 at 11:49 am #21488Dalibor OmglolParticipantCan’t make it work: https://i.imgur.com/FPfqLGi.png
July 6, 2019 at 11:56 am #21489dipperdolphinParticipantTry using composer install –no-dev. You want to install only production files.
That worked for me. :D
September 9, 2019 at 11:25 am #21672PureVelvetParticipantAndy tutorials how it works?
dipperdolphin what to enter in detail into the console? -
AuthorPosts
- You must be logged in to reply to this topic.