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

Perfmatters - Speed Up Your WordPress Site

Perfmatters - Speed Up Your WordPress Site v2.2.6

No permission to download
plugin has a typo on line 18 of perfmatters.php a ] character.

also the nulling method they are doing is bad, it inserts into database the license every single request... bad for performance..

its better if you just change the functions.php file 3 last functions to:

function perfmatters_activate_license() {
/*
$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

update_option('perfmatters_edd_license_status', $license_data->license);
update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');
*/

}

function perfmatters_deactivate_license() {


}

function perfmatters_check_license() {

//object(stdClass)#2800 (5) { ["success"]=> bool(false) ["license"]=> string(7) "invalid" ["item_id"]=> bool(false) ["item_name"]=> string(11) "perfmatters" ["checksum"]=> string(32) "dcd4dc4dd1f04000afd42aa14223b6e9" }
//grab existing license data

$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

//update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');


return $l;
}
 
PHP Parse error: syntax error, unexpected ']', expecting end of file in /home/......./public_html/wp-content/plugins/perfmatters/perfmatters.php on line 18
 
  • Like
Reactions: wookid
Can anyone suggest me some plugins which will boost site performance of my Wordpress site on a Shared Hosting ?
 
plugin has a typo on line 18 of perfmatters.php a ] character.

also the nulling method they are doing is bad, it inserts into database the license every single request... bad for performance..

its better if you just change the functions.php file 3 last functions to:

function perfmatters_activate_license() {
/*
$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

update_option('perfmatters_edd_license_status', $license_data->license);
update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');
*/

}

function perfmatters_deactivate_license() {


}

function perfmatters_check_license() {

//object(stdClass)#2800 (5) { ["success"]=> bool(false) ["license"]=> string(7) "invalid" ["item_id"]=> bool(false) ["item_name"]=> string(11) "perfmatters" ["checksum"]=> string(32) "dcd4dc4dd1f04000afd42aa14223b6e9" }
//grab existing license data

$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

//update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');


return $l;
}



Does this apply to the latest version to download aswell? V1.65
 
philxxx updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:

Perfmatters v1.6.6 Nulled

Download Perfmatters v1.6.6 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
v1.6.6 – 01.13.2021 - Thanks To @TassieNZ


Read the rest of this update entry...
 
Hello! I upgraded to this last version 1.6.6 , but now this saying that my license is invalid.
Can any friends help me?
Can you make available any key?
 
also the nulling method they are doing is bad, it inserts into database the license every single request... bad for performance..

its better if you just change the functions.php file 3 last functions to:

function perfmatters_activate_license() {
/*
$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

update_option('perfmatters_edd_license_status', $license_data->license);
update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');
*/

}

function perfmatters_deactivate_license() {


}

function perfmatters_check_license() {

//object(stdClass)#2800 (5) { ["success"]=> bool(false) ["license"]=> string(7) "invalid" ["item_id"]=> bool(false) ["item_name"]=> string(11) "perfmatters" ["checksum"]=> string(32) "dcd4dc4dd1f04000afd42aa14223b6e9" }
//grab existing license data

$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

//update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');


return $l;
}

Method work well and we got "License is Activated" status.. (y)
 
Last edited:
plugin has a typo on line 18 of perfmatters.php a ] character.

also the nulling method they are doing is bad, it inserts into database the license every single request... bad for performance..

its better if you just change the functions.php file 3 last functions to:

function perfmatters_activate_license() {
/*
$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

update_option('perfmatters_edd_license_status', $license_data->license);
update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');
*/

}

function perfmatters_deactivate_license() {


}

function perfmatters_check_license() {

//object(stdClass)#2800 (5) { ["success"]=> bool(false) ["license"]=> string(7) "invalid" ["item_id"]=> bool(false) ["item_name"]=> string(11) "perfmatters" ["checksum"]=> string(32) "dcd4dc4dd1f04000afd42aa14223b6e9" }
//grab existing license data

$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

//update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');


return $l;
}

This method work well after license issue when updated to 1.6.6 version.
 
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