Mega purchases wordpress themes

rt5277

Active member
Trusted Uploader
Jun 16, 2018
153
121
43
Delhi, India
binarytechdigital.com
Nullify it , maybe update or license check file edit.. upload and send me link .. I will take a look :)

I have located the file which initiating the activation process. please review the file and made the necessary changes.

Also, I not fully sure that the file I have attached is the only file initiating the activation process. So please correct me if I am wrong.

PFA.

Also, you can find the codes below:


<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

/**
* About admin page
*/

add_action( 'admin_menu', 'us_add_info_home_page', 50 );
function us_add_info_home_page() {
add_submenu_page( 'us-theme-options', US_THEMENAME . ': Home', us_translate_x( 'About', 'personal data group label' ), 'manage_options', 'us-home', 'us_welcome_page', 11 );
}

function us_welcome_page() {

// Predefined URLs
$help_portal = 'https://help.us-themes.com';
$help_portal_api_url = 'https://help.us-themes.com/envato_auth';

$urlparts = parse_url( site_url() );
$domain = $urlparts['host'];
$return_url = admin_url( 'admin.php?page=us-home' );

if ( ! empty( $_GET['activation_action'] ) ) {
if ( $_GET['activation_action'] == 'activate' AND ! empty( $_GET['secret'] ) ) {
$url = $help_portal_api_url . '?secret=' . $_GET['secret'] . '&domain=' . $domain;

$response = us_api_remote_request( $url );

if ( $response == '1' ) {
update_option( 'us_license_activated', 1 );
update_option( 'us_license_secret', $_GET['secret'] );
delete_transient( 'us_update_addons_data_' . US_THEMENAME );
}

}
} elseif ( get_option( 'us_license_activated', 0 ) == 1 ) {
$url = $help_portal_api_url . '?secret=' . get_option( 'us_license_secret' ) . '&domain=' . $domain;

$response = wp_remote_get( $url );

if ( ! is_wp_error( $response ) ) {
if ( $response['body'] != '1' ) {
update_option( 'us_license_activated', 0 );
update_option( 'us_license_secret', '' );
delete_transient( 'us_update_addons_data_' . US_THEMENAME );
}
}

}

?>
 

Attachments

  • about.txt
    6.5 KB · Views: 115
Last edited:

Danz

Well-known member
Trusted Seller
Trusted Uploader
Aug 5, 2018
520
1,172
93
Manila, Singapore, Dubai
I have located the file which initiating the activation process. please review the file and made the necessary changes.

Also, I not fully sure that the file I have attached is the only file initiating the activation process. So please correct me if I am wrong.

PFA.

Also, you can find the codes below:


<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

/**
* About admin page
*/

add_action( 'admin_menu', 'us_add_info_home_page', 50 );
function us_add_info_home_page() {
add_submenu_page( 'us-theme-options', US_THEMENAME . ': Home', us_translate_x( 'About', 'personal data group label' ), 'manage_options', 'us-home', 'us_welcome_page', 11 );
}

function us_welcome_page() {

// Predefined URLs
$help_portal = 'https://help.us-themes.com';
$help_portal_api_url = 'https://help.us-themes.com/envato_auth';

$urlparts = parse_url( site_url() );
$domain = $urlparts['host'];
$return_url = admin_url( 'admin.php?page=us-home' );

if ( ! empty( $_GET['activation_action'] ) ) {
if ( $_GET['activation_action'] == 'activate' AND ! empty( $_GET['secret'] ) ) {
$url = $help_portal_api_url . '?secret=' . $_GET['secret'] . '&domain=' . $domain;

$response = us_api_remote_request( $url );

if ( $response == '1' ) {
update_option( 'us_license_activated', 1 );
update_option( 'us_license_secret', $_GET['secret'] );
delete_transient( 'us_update_addons_data_' . US_THEMENAME );
}

}
} elseif ( get_option( 'us_license_activated', 0 ) == 1 ) {
$url = $help_portal_api_url . '?secret=' . get_option( 'us_license_secret' ) . '&domain=' . $domain;

$response = wp_remote_get( $url );

if ( ! is_wp_error( $response ) ) {
if ( $response['body'] != '1' ) {
update_option( 'us_license_activated', 0 );
update_option( 'us_license_secret', '' );
delete_transient( 'us_update_addons_data_' . US_THEMENAME );
}
}

}

?>
hmmm Interesting, am on mobile and can't test this but looks like this can nullify it, replace the before line below with after following line and upload, try to activate, let me know ;)

Before
if ( $response == '1' ) {
After
if ( $response !== '1' ) {

Hope it will work out
 

Koco

Member
Oct 7, 2018
76
23
8
have you spoke to *********?, but i know you didn't (because he would tell you to not be nosy on what's going on), it is his mega drive and there are more to that collection than the need to explain to you what is the deal of this collection.

that said, appreciate your comment and your concern, soon this thread will be moved to google drive, even the one on BHW ;)
I spoke to him and he said you are a scammer!!
 

Danz

Well-known member
Trusted Seller
Trusted Uploader
Aug 5, 2018
520
1,172
93
Manila, Singapore, Dubai
I spoke to him and he said you are a scammer!!
Koco, a scammer is some who scam someone else's money, retard much!! Anyhow am not sure what your problem is, but if you are not helping , get the f* out, if you got issue with one of my posts, go to the admin and complain about it, rather than trying to get some attention.
 
  • Like
Reactions: King007 and miyojin

prasad0889

Well-known member
Trusted Seller
Trusted Uploader
Jan 18, 2019
543
312
63
India
Hey Danz,

Thanks for the link, that's an amazing bundle.
I have just 1 question, do you have an updated version of the WP All Import Pro plugin + WooComerce addon?
You can download updates from here: "Link Removed"
 
Last edited by a moderator:

Shutdown

Member
Feb 27, 2019
88
80
18
Wow sperb !!! Thanks a lot for this bundle but if you can please help me to import layot in divi theme ;)
 

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