Not working ..copy pro plugin folder to your WP plugin folder then try to change this code (at file: fp-api-private.php)
PHP:private function check_license_remote( $args = array() ) { if( !isset($this->strPluginSlug) || empty($this->strPluginSlug) || !isset($this->version) || empty($this->version) || !isset($this->license_key) || $this->license_key === FALSE ) { return false; }
to
PHP:private function check_license_remote( $args = array() ) { if( !isset($this->strPluginSlug) || empty($this->strPluginSlug) || !isset($this->version) || empty($this->version) || !isset($this->license_key) || $this->license_key === FALSE ) { return true; }
Then apply pro upgrade
This is the latest version. I have a license on my domain. Someone please null help. Hope my sharing is useful to someone.
For what? What will you do with it?Hello,
Can you give the value of table xxxx_options > option_name (column) > _transient_fv-player-pro_license
Thanks
During activation, the extension retrieves information from their API and update this table. So, to make the plugin nulled, it will be necessary to force the information of this table.For what? What will you do with it?
lowplayer.min.js code logo .pngHow to get rid of the "FV Flowplayer" watermark https://c2n.me/4gMGdAw.png ? I guess it is doable with some changes in the code...
Thank you so much for your version. Simple modification can be Nulled. The watermark is searched for d&&t(d,f) in the lowplayer.min.js file, and it can be changed to d&&d or d&&1. Sorry for my poor English, the above is from Google Translate.lowplayer.min.js code logo .png