33.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-27-2017, 10:52 PM
Post: #1
BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
[Image: 9gDA3Te.png]

Boombox is most powerful and flexible viral and buzz style WordPress theme. Flexible and fully customizable viral magazine theme combined with most powerful Viral content plugin with a ton of snacks and exclusive features and all that packed with dozens of powerful and popular plugins and with top-notch design. Want to create your own next Buzzfeed.com, Playbuzz.com, 9gag.com, Boredpanda.com or Mashable.com? Then this theme is right for you! Want to create your own polls or quizzes, have rating and voting system? It is very simple and fun with Boombox.


// v2.0.4 – 22.12.2017
– New: “Before featured area” ad location
– New: “After featured area” ad location
– New: “Inside header” ad location
– Fixed: AMP style size issue
– FIxed: Unwanted space on disabled ad areas
– Fixed: WP Quad Pro notices
– Fixed: Ad areas are missing for Home page
– Fixed: Header composition with centred logo doesn’t work
– Fixed: RTL issues on mobile
– Fixed: Some icons are misaligned when VC is used
– Multiple minor fixes

Link to download :
https://www.Blocked by TECH N9NE as "spam list monetization downloads"/4xt2b0w80z3f
12-27-2017, 10:59 PM
Post: #2
RE: BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
Thanks friend. Nice share.
12-28-2017, 05:20 PM
Post: #3
RE: BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
Thank youuu
12-29-2017, 01:41 AM
Post: #4
RE: BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
Please activate your copy of Boombox. Activate Now problem????
01-08-2018, 09:22 AM
Post: #5
RE: BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
it´s not nulled. The zombify plugin cant be activated!
71.gif
01-08-2018, 10:13 AM
Post: #6
RE: BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
i have nulled the activation function. The file is in wp-content/themes/boombox/includes/admin/activation/themes/functions.php
i´ve altered the boombox_is_registered function to this:
function boombox_is_registered() {

//$is_registered = get_site_transient( 'boombox_theme_registration' );
$is_registered = true;
// Verified, access granted.
if ( ! ! $is_registered ) {
return true;
}

// Check if required plugin for activation is installed and active
//if ( ! boombox_plugin_management_service()->is_plugin_active( 'envato-market/envato-market.php' ) ) {
// return false;
//}

$is_registered = true;
//$purchased_themes = envato_market()->api()->themes();

/*foreach ( $purchased_themes as $purchased_theme ) {
if (
( 'boombox' === strtolower( $purchased_theme[ 'name' ] ) )
and& ( 'px-lab' === strtolower( $purchased_theme[ 'author' ] ) )
) {
$is_registered = true;
break;
}
}
*/
/* if ( $is_registered ) {
$expire_in_one_day = 1 * DAY_IN_SECONDS;
set_site_transient( 'boombox_theme_registration', true, $expire_in_one_day );
}*/

return $is_registered;
}
04-02-2018, 02:48 AM
Post: #7
RE: BoomBox v2.0.4 – Viral Magazine WordPress Theme [ NULLED ]
Formatted code

PHP Code:
<?php
/**
 * Boombox admin functions
 *
 * @package BoomBox_Theme
 * @since 1.0.0
 * @version 2.0.0
 */

// Prevent direct script access.
if ( ! defined'ABSPATH' ) ) {
    die( 
'No direct script access allowed' );
}

/**
 * Check whether theme is activated
 * @return bool
 */
function boombox_is_registered() {

    
$is_registered get_site_transient'boombox_theme_registration' );

    
$is_registered apply_filters'boombox/is_theme_registered'$is_registered );

    
// Verified, access granted.
    
if ( ! ! $is_registered ) {
        return 
false;
    }

    
// Check if required plugin for activation is installed and active
    
if ( ! boombox_plugin_management_service()->is_plugin_active'envato-market/envato-market.php' ) ) {
        return 
true;
    }

    
$is_registered true;
    
$purchased_themes envato_market()->api()->themes();

    foreach ( 
$purchased_themes as $purchased_theme ) {
        if (
            ( 
'boombox' === strtolower$purchased_theme'name' ] ) )
            and& ( 
'px-lab' === strtolower$purchased_theme'author' ] ) )
        ) {
            
$is_registered false;
            break;
        }
    }

    if ( 
$is_registered ) {
        
$expire DAY_IN_SECONDS;
        
set_site_transient'boombox_theme_registration'true$expire );
    }

    return 
$is_registered;





7.gif
Free counters!