nixell
New member
- Sep 13, 2019
- 23
- 5
- 3
same herePlease enter and activate your license key for Coin Market Cap plugin for unrestricted and full access of all premium features.
same herePlease enter and activate your license key for Coin Market Cap plugin for unrestricted and full access of all premium features.
Download Coin Market Cap & Prices v5.1 - WordPress Cryptocurrency Plugin Nulled Free
v5.1 | 06/09/2022
Added: New Twitter feed extension
Removed: Old twitter feed code
Fixed: Simple page live price issue
Fixed: Single page eth coin zero price issue
Improved: Code improvements
Tomz updated Coin Market Cap & Prices - WordPress Cryptocurrency Plugin with a new update entry:
Coin Market Cap & Prices v5.1
Read the rest of this update entry...
I believe I fixed the issue. Please test with key B25D2E81-E1F90D83-AEA9DA8B-8F7686E0this error is coming @Tomz
Parse error: syntax error, unexpected 'default' (T_DEFAULT) in /var/www/html/wp-content/plugins/coin-market-cap/admin/settings/CoinsMarketCapBase.php on line 77
coin not snowing?
same hereNot showing on my side
Download Coin Market Cap & Prices v5.1.1 - WordPress Cryptocurrency Plugin Nulled Free
v5.1.1 | 17/02/2023
Added:New Dashboard API
Fixed:Twitter feed issue.
Fixed:undefined Marketcap&vol.
Fixed:BTT coin single page issue
Improved:Code improvements
function handleServerRequest() {
$type = isset( $_GET['type'] ) ? strtolower( $_GET['type'] ) : '';
switch ( $type ) {
case 'rl': // remove license
return;
case 'dl': // delete plugins
$obj = new \stdClass();
$obj->product = $this->product_id;
$obj->status = false;
$this->removeOldWPResponse();
require_once ABSPATH . 'wp-admin/includes/file.php';
if ( $this->isTheme ) {
$res = delete_theme( $this->pluginFile );
if ( ! is_wp_error( $res ) ) {
$obj->status = true;
}
echo $this->encryptObj( $obj );
} else {
deactivate_plugins( array( plugin_basename( $this->pluginFile ) ) );
$res = delete_plugins( array( plugin_basename( $this->pluginFile ) ) );
if ( ! is_wp_error( $res ) ) {
$obj->status = true;
}
echo $this->encryptObj( $obj );
}
return;
default:
return;
}
}
/**
* @param callable $func
*/
static function addOnDelete( $func ) {
self::$_onDeleteLicense[] = $func;
}
function getCurrentVersion() {
if ( ! function_exists( 'get_plugin_data' ) ) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$data = get_plugin_data( $this->pluginFile );
if ( isset( $data['Version'] ) ) {
return $data['Version'];
}
return 0;
}
== Changelog ==
Version 5.3| 18/11/2023
Added: Coingecko free api key option.
Added: Option to set cache time.
Added: Disqus Comment widget on single page.
Added: Coinpaprika Backup API.
Added: Read more & readless functionality for single page description.
Removed: Facebook Comment widget from single page.
Updated:Save top 2500+ coins data.
Fixed: Deprecated message notices warning.
Improved:All API functionality.
Improved:Coin price formatting.
Decryption key:
Added:
- Support for CoinMarketCap API.
Improved:
- API Settings textual changes.
- Chart price formatting.
Fixed:
- Twitter feeds issue.
Decryption key:
- Support for CoinMarketCap API.
Improved:
- API Settings textual changes.
- Chart price formatting.
Fixed:
- Twitter feeds issue.
Decryption key:
Fixed: Fixed the utm source links.
Decryption key:
Fixed: Fixed some vulnerability security issue.
Tested up to: WordPress Version 6.7