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
523
416
63
Mars
hyiptemplates.net
Tomz 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...
 

xorro

Active member
Trusted Uploader
Nov 27, 2018
172
136
43
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

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
  • Like
Reactions: nevenx

Leonard

Member
Sep 17, 2019
61
24
8
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?
 

Leonard

Member
Sep 17, 2019
61
24
8
Cryptoniq v1.7
Update: March 25, 2020

* Fixed: Coin Prices
* Fixed: API Transaction Tracker
 

Leonard

Member
Sep 17, 2019
61
24
8
Cryptoniq v1.7.1
Update: April 13, 2020

* Fixed: Prices in checkout page (undefined price)
* Added: Cookies for transaction checker.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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;       
    }
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120

Menai

New member
Banned User
Nov 15, 2020
16
7
3
Thank you @Tomz!

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:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu