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

Cryptoniq - Cryptocurrency Payment Plugin for WordPress

Cryptoniq - Cryptocurrency Payment Plugin for WordPress v1.9.7.2

No permission to download

nevenx

Well-known member
Trusted Uploader
Aug 4, 2018
569
520
93
Mars
hyiptemplates.net
Babak submitted a new resource:

Cryptoniq - Cryptocurrency Payment Plugin for WordPress - Download Free Cryptoniq - Cryptocurrency Payment Plugin for WordPress Premium CodeCanyon 22419379

Cryptoniq.jpg
Download Free Cryptoniq - Cryptocurrency Payment Plugin for WordPress Premium CodeCanyon 22419379
Cryptoniq | Cryptocurrency Payment WordPress Plugin
Cryptoniq is a Wordpress Payment Plugin, which allows to pay for products with cryptocurrencies. It was built with the vision to make the payments comfortable as much as possible.

Coins
Plugin supports 4 popular crypto coins: BTC, ETH, LTC...

Read more about this resource...
 
If anyone found a way to null this plugin please share. also this plugin coinmarketcap API is expired so update before you start using this plugin.
 
  • Like
Reactions: nevenx
  • Like
Reactions: nevenx
Cryptoniq v1.6 Nulled

Error Log:

[02-Feb-2020 12:10:32 UTC] PHP Warning: Illegal string offset 'BTC' in /home/mysite/public_html/wp-content/plugins/cryptoniq/prices.php on line 53
[02-Feb-2020 12:10:32 UTC] PHP Warning: A non-numeric value encountered in /home/mysite/public_html/wp-content/plugins/cryptoniq/prices.php on line 53
[02-Feb-2020 12:10:32 UTC] PHP Warning: Division by zero in /home/mysite/public_html/wp-content/plugins/cryptoniq/prices.php on line 53

Does anyone know what the problem is?
 
Cryptoniq v1.7
Update: March 25, 2020

* Fixed: Coin Prices
* Fixed: API Transaction Tracker
 
Cryptoniq v1.7.1
Update: April 13, 2020

* Fixed: Prices in checkout page (undefined price)
* Added: Cookies for transaction checker.
 
a problem with the price or other parameter
Code:
function cryptoniq_get_price( $coin = 'BTC', $amount = '', $currency = '', $random = 'no' ) {
    if ( $amount == 0 ) {
        return '0.00000000';
    }
        
    $base_currency = get_woocommerce_currency();
    $currency_prices = get_option( 'cryptoniq_currency_prices' );
    $coin_prices = get_option( 'cryptoniq_coin_prices' );
        
    if ( $currency && array_key_exists( $currency, $currency_prices ) ) {
        $amount = $amount / $currency_prices[$currency];
    } elseif ( $base_currency && $base_currency != 'USD' && $base_currency != 'BTC' && array_key_exists( $base_currency, $currency_prices ) ) {
        $amount = $amount / $currency_prices[$base_currency];
    }
    
    if ( !empty( $coin ) && ( $coin == 'BTC' || $coin == 'ETH' || $coin == 'LTC' || $coin == 'TRX' || $coin == 'DOGE' || $coin == 'ZEC' || $coin == 'DASH' ) ) {
        if ( $base_currency === 'BTC' ) {
            $price = $amount;
        } else {
            $price = $amount / $coin_prices[$coin];
        }
    } else {
        return;
    }
    
    if ( $coin == 'TRX' ) {
        $round_length = 1000000;
    } else {
        $round_length = 100000000;       
    }
 
Thank you @Babak!

This plugin is just something I needed today!
Hopefully, I will not have any issues with it.

Does anyone know any other solution so I could accept Litecoin as well?


UPDATE:

I don't have a clue how this plugin should work. Anyone?

1605477231173.png
 
Last edited:

Forum statistics

Threads
79,277
Messages
1,138,184
Members
247,737
Latest member
stasmartyn
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