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

Coin Market Cap & Prices - WordPress Cryptocurrency Plugin

Coin Market Cap & Prices - WordPress Cryptocurrency Plugin v.5.5.0

No permission to download
arse error: syntax error, unexpected token "default" in /home/wp-content/plugins/coin-market-cap/admin/settings/CoinsMarketCapBase.php on line 77

it is showing
 
this error is coming @Babak

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
I believe I fixed the issue. Please test with key B25D2E81-E1F90D83-AEA9DA8B-8F7686E0
 

Attachments

  • coin-market-cap.zip
    6.3 MB · Views: 72
If you get an error in the CoinMarketCaps.php file, find these codes on line 77, delete the relevant places and paste this code.


However, it still does not show cryptocurrencies. I don't understand that error.

PHP:
        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;
}
 
The plugin cannot be activated because it generates a fatal error.
wp-content/plugins/coin-market-cap/admin/settings/CoinsMarketCapBase.php on line 76

Parse error
: syntax error, unexpected 'default' (T_DEFAULT) in /home/host******/*******.com/htdocs/www/wp-content/plugins/coin-market-cap/admin/settings/CoinsMarketCapBase.php on line 76


PS
it works whithout activation !
 
Last edited:
The plugin cannot be activated because it generates a fatal error.
wp-content/plugins/coin-market-cap/admin/settings/CoinsMarketCapBase.php on line 76

Parse error
: syntax error, unexpected 'default' (T_DEFAULT) in /home/host******/*******.com/htdocs/www/wp-content/plugins/coin-market-cap/admin/settings/CoinsMarketCapBase.php on line 76


PS
it works whithout activation !
How did you fix the fatal error?
 
Babak updated Coin Market Cap & Prices - WordPress Cryptocurrency Plugin with a new update entry:

Coin Market Cap & Prices v5.2.0 - WordPress Cryptocurrency Plugin

Download Coin Market Cap & Prices v5.2.0 - WordPress Cryptocurrency Plugin Nulled Free
Version 5.2
30 MAY 2023

New:
  • Backup API for the coin single page chart.
  • Backup API for the coin single page historical table.
  • Option to select default chart load data for 7 days and 24 hours.
  • Status refresh button on the license page to check support renew status.
Changed:
  • Default coin single page chart data load from 24h to 7 days.
...

Read the rest of this update entry...
 
does anybody have these:


Cryptocurrency Search Addon For Crypto Plugins​

 
  • Like
Reactions: tetramorfo
Babak updated Coin Market Cap & Prices - WordPress Cryptocurrency Plugin with a new update entry:

Coin Market Cap & Prices v5.3.0 - WordPress Cryptocurrency Plugin

Download Coin Market Cap & Prices v5.3.0 - WordPress Cryptocurrency Plugin Nulled Free
v5.3 - 18 NOV 2023
New:

Coingecko free api key option.
Option to set cache time.
Disqus Comment widget on single page.
Coinpaprika Backup API.
Read more & readless functionality for single page description.
Improvements:
All API functionality.
Coin price formatting.
Updated:
Save top 2500+ coins data.
Fixed:
Deprecated message notices warning.

Read the rest of this update entry...
 
Babak updated Coin Market Cap & Prices - WordPress Cryptocurrency Plugin with a new update entry:

Coin Market Cap & Prices v5.4.0 - WordPress Cryptocurrency Plugin

Download Coin Market Cap & Prices v5.4.0 - WordPress Cryptocurrency Plugin Nulled Free
v5.4 | 07/12/2023

Added: Coingecko free/pro api select option.
Added: Option to hide single page title.
Added: Option to enable/disable readmore button.
Updated:Advance single page new desing.
Updated:Coins Logos.
Removed: Changelly affiliate option.
Fixed:Backup API issue.
Improved:Main table desing.

Read the rest of this update entry...
 
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