Mycryptocheckout

shamdin

Member
May 8, 2019
73
14
8
Hi

Can someone please null this there is free version but the transaction is limited to 3 per month it needs a license to get unlimited transaction.

Edit: I think it sends a api request to the server to see how many transaction is made...

I really hope that someone can null it maybe @Tomz can take a look...

Thanks and be safe out there this Covid-19 is not a joke :(
 

Attachments

  • mycryptocheckout.zip
    3.4 MB · Views: 17
Last edited:

shamdin

Member
May 8, 2019
73
14
8
here comes lates version 2.8.7 do you guys @Truth @Tomz now anyone that can null this plugin

thanks
 

Attachments

  • mycryptocheckout.zip
    3.4 MB · Views: 29

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
I don't think this can be nulled as you want because it requires data from developer server dashboard and as I have seen every transaction is actually going trough their servers. But I may be wrong
 

shamdin

Member
May 8, 2019
73
14
8
I don't think this can be nulled as you want because it requires data from developer server dashboard and as I have seen every transaction is actually going trough their servers. But I may be wrong

You may be half right, the transaktion do not go through the server, why not you may ask?

There is no action in the end, it shows just the wallet adress (cryptocurrency) that you have provided. It shows up and you just send the money to the wallet adress it is a dead end I think.

Regardless I think it just checks if you are able to make more than 3 transaction.

Maybe im wrong
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
PHP:
// API INIT

namespace mycryptocheckout\api\v2;

abstract class API
{
    /**
        @brief        The API server address.
        @since        2017-12-11 14:07:24
    **/
    public static $api_url = 'https://api.mycryptocheckout.com/v2/';

// API FUNCTION
        public function api()
    {
        if ( isset( $this->__api ) )
            return $this->__api;

        $this->__api = new \mycryptocheckout\api\v2\wordpress\API();
        return $this->__api;
    }
   
// account license check
    $account = $this->api()->account();
            if ( isset( $account->data->license_expired ) )
                if ( $account->data->license_expired )
                    $this->expired_license()->add( $account->data->license_expired );
   
// payment sending
    do_action( 'mycryptocheckout_send_payment', $order_id );
   
    public function mycryptocheckout_send_payment( $post_id )
    {
        $this->api()->payments()->send( $post_id );
    }
}

Everything goes trough API
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
And these lines are doing the account checking:

PHP:
    $this->api()->account()->is_available_for_payment();
  
    if ( $account->has_license() ) // checks your account for license
            $text =  __( 'Extend your license', 'mycryptocheckout' );
        else
            $text =  __( 'Purchase a license for unlimited payments', 'mycryptocheckout' );
        $row->th( 'key' )->text( $text );
        $url = $this->api()->get_purchase_url();
  
        $row = $table->head()->row();
        $row->th( 'key' )->text( __( 'Payments remaining this month', 'mycryptocheckout' ) );
        $row->td( 'details' )->text( $account->get_payments_left_text() ); // retrieve the number of payments left on your account

        $row = $table->head()->row();
        $row->th( 'key' )->text( __( 'Payments processed', 'mycryptocheckout' ) );
        $row->td( 'details' )->text( $account->get_payments_used() ); // show the number of payments used on your account

I hope my answer satisfies you as it clearly shows why it can't be nulled the way you want.
 

shamdin

Member
May 8, 2019
73
14
8
PHP:
// API INIT

namespace mycryptocheckout\api\v2;

abstract class API
{
    /**
        @brief        The API server address.
        @since        2017-12-11 14:07:24
    **/
    public static $api_url = 'https://api.mycryptocheckout.com/v2/';

// API FUNCTION
        public function api()
    {
        if ( isset( $this->__api ) )
            return $this->__api;

        $this->__api = new \mycryptocheckout\api\v2\wordpress\API();
        return $this->__api;
    }
  
// account license check
    $account = $this->api()->account();
            if ( isset( $account->data->license_expired ) )
                if ( $account->data->license_expired )
                    $this->expired_license()->add( $account->data->license_expired );
  
// payment sending
    do_action( 'mycryptocheckout_send_payment', $order_id );
  
    public function mycryptocheckout_send_payment( $post_id )
    {
        $this->api()->payments()->send( $post_id );
    }
}

Everything goes trough API

Thanks for your help I understand that it goes through there server but I think it has two function one for license and the second one is for listing and how much you have sold for their statistic. Stats they have Screenshot at Feb 22 10-19-00.png
i'm just spitballing a few ideas
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
If they are selling you a limited number of transactions they are checking that you won't pass that limit. While they are enforcing you to make every transaction trough their API they actually count that number and send it back to your panel. And when the limit is reached they will block the transactions. I can block the answer with number of transactions you receive from their servers but as long as checks are actually made on their servers and not your script it will be useless. They will block your transaction at the moment you make it cause I suppose they check first if you are eligible for doing that transaction.
 

shamdin

Member
May 8, 2019
73
14
8
If they are selling you a limited number of transactions they are checking that you won't pass that limit. While they are enforcing you to make every transaction trough their API they actually count that number and send it back to your panel. And when the limit is reached they will block the transactions. I can block the answer with number of transactions you receive from their servers but as long as checks are actually made on their servers and not your script it will be useless. They will block your transaction at the moment you make it cause I suppose they check first if you are eligible for doing that transaction.
Thanks again, I understand it is a good plugin it is simple, but 59dollar per year to use it I dont know if it is worth it.

If you have the time is it possible to try your blocking script?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
GoUrl was awesome in their beginning they they ruined it taking out some free features and since then I didn't see any major improvements. I don't even know if is still developed.

I recommend to all crypto lovers coinpayments cause it's diversified. You can get paid directly on your address, you can setup conversions in your favorite coin and even withdraw fiat (some functions are KYC regulated tho). You can even receive paypal payments directly in your paypal without any hassle and all in the same plugin. They do charge tho 0.5% in fees for every merchant transaction (except Paypal)

Here's the link to the site (please make sure you read all their terms and fees - links in the footer)

If you think that you found this useful and want to show your gratitude you may use the referral link but I have to warn you from the beginning: by using my affiliate link You get no advantages compared with other link, it will only help me to get a small portion of the fees that you are charged either way. It's like buying me a coffee.
 

shamdin

Member
May 8, 2019
73
14
8
GoUrl was awesome in their beginning they they ruined it taking out some free features and since then I didn't see any major improvements. I don't even know if is still developed.

I recommend to all crypto lovers coinpayments cause it's diversified. You can get paid directly on your address, you can setup conversions in your favorite coin and even withdraw fiat (some functions are KYC regulated tho). You can even receive paypal payments directly in your paypal without any hassle and all in the same plugin. They do charge tho 0.5% in fees for every merchant transaction (except Paypal)

Here's the link to the site (please make sure you read all their terms and fees - links in the footer)

If you think that you found this useful and want to show your gratitude you may use the referral link but I have to warn you from the beginning: by using my affiliate link You get no advantages compared with other link, it will only help me to get a small portion of the fees that you are charged either way. It's like buying me a coffee.
Thanks for the information, I dont even know if im going to make any money. can't afford right now but maybe someday.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
Coinpayments is totally free. They only charge you when you make a transaction.
 
Last edited by a moderator:
  • Like
Reactions: shamdin

RoninHood

Shadowy Coder & Security Engineer
GiveAway Master
Null Master
Trusted Seller
Trusted Uploader
May 2, 2022
651
641
100
0.0.0.0/32
Hey @slvrsteele why don't we work together with other Null Masters like @TassieNZ in order to null this resource properly? Are you up to collaborate guys? ;)
 

nevenx

Well-known member
Trusted Uploader
Aug 4, 2018
523
416
63
Mars
hyiptemplates.net

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