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

Mega purchases wordpress themes

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:
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
 
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!!
 
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
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:
Wow sperb !!! Thanks a lot for this bundle but if you can please help me to import layot in divi theme ;)
 
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