How to NULL Bookly Pro plugin for Wordpress [Tutorial]

Friesland

Newbie
Sep 21, 2020
1
0
Hello all,

In path lib/API.php file find the 'public static function verifyPurchaseCode( $purchase_code, $plugin_class ), after the opening curly bracket add this:

return array('valid'=>true);

So complete code looks like

public static function verifyPurchaseCode( $purchase_code, $plugin_class, $blog_id = null )
{ return array('valid'=>true);


Now use any key to activate the plugin.

If you have let the plugin run for some time without entering a license key it will trigger a message telling you the grace period has run out. If you get the popup you have 2 options to fix the problem:

1 = Apply the fix mentioned above then in the popup use any key in the 8-4-4-4-12 format (e.g. 8e0ae15e-8125-471a-a41a-c81e16829d92 or b56c4ade-aae2-410a-8aa5-041916519a13)

Or
2)
You can also do this step by adding this code to your functions.php file and then reloading the admin dashboard. I had an error when opening WP-admin after adding code to functions.php, but when removing the code and refreshing the plugin page you will see plugin is activated well done.

function fix_bookly_grace('bookly_grace_hide_admin_notice_time', '1607731200') {
update_option();
}
add_action( 'admin_init', ' fix_bookly_grace');

Also possible> But not nessecary for me to activate, its same progress as in fucntions.php

3) In your sql database search for ‘bookly_grace_hide_admin_notice_time’ (it is in the options table). This sets the time by which you can enter a purchase code in the usual way and is part of the grace routine where they warn you about time running out to validate the plugin. Set the value to 1607731200 which is a date in December 2020.


Now you will be able to enter the purchase code in the usual place (Bookly>Settings>Purchase Code) Enter any key into this (doesn’t have to be correct format) and it will activate. ( You can use same code as I mentiont above )


If you have any problem null the plugin, please ask me here.

source: https://festingerbhw.com/how-to-null-bookly-best-booking-plugin-for-wordpress/
 
Last edited:
Hello all,

In path lib/API.php file find the 'public static function verifyPurchaseCode( $purchase_code, $plugin_class ), after the opening curly bracket add this:

return array('valid'=>true);

So complete code looks like

public static function verifyPurchaseCode( $purchase_code, $plugin_class, $blog_id = null )
{ return array('valid'=>true);


Now use any key to activate the plugin.

If you have let the plugin run for some time without entering a license key it will trigger a message telling you the grace period has run out. If you get the popup you have 2 options to fix the problem:

1 = Apply the fix mentioned above then in the popup use any key in the 8-4-4-4-12 format (e.g. 8e0ae15e-8125-471a-a41a-c81e16829d92 or b56c4ade-aae2-410a-8aa5-041916519a13)

Or
2)
You can also do this step by adding this code to your functions.php file and then reloading the admin dashboard. I had an error when opening WP-admin after adding code to functions.php, but when removing the code and refreshing the plugin page you will see plugin is activated well done.

function fix_bookly_grace('bookly_grace_hide_admin_notice_time', '1607731200') {
update_option();
}
add_action( 'admin_init', ' fix_bookly_grace');

Also possible> But not nessecary for me to activate, its same progress as in fucntions.php

3) In your sql database search for ‘bookly_grace_hide_admin_notice_time’ (it is in the options table). This sets the time by which you can enter a purchase code in the usual way and is part of the grace routine where they warn you about time running out to validate the plugin. Set the value to 1607731200 which is a date in December 2020.


Now you will be able to enter the purchase code in the usual place (Bookly>Settings>Purchase Code) Enter any key into this (doesn’t have to be correct format) and it will activate. ( You can use same code as I mentiont above )


If you have any problem null the plugin, please ask me here.
Why do you steal my content?
https://festingerbhw.com/how-to-null-bookly-best-booking-plugin-for-wordpress/
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock