Best Blackhat Forum

Full Version: [get] BoomBox — Viral and Buzz WordPress Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
@HaXoR7 Cloud you please upload Version 2.1.4. Thanks in advance
@josemarcoss Thanks for the crack.
(02-20-2018 03:55 PM)kgusain Wrote: [ -> ]@HaXoR7 Cloud you please upload Version 2.1.4. Thanks in advance

Done check first post
I FOUND ONE BUG...

Warning: strstr() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 790

Warning: stripos() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 795

Warning: stripos() expects parameter 1 to be string, object given in /home2/source/public_html/defiantlegends.com/c/wp-includes/functions.php on line 798

Warning: strpos() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 805

Warning: explode() expects parameter 2 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 806
Hol[/align]y shit! I was looking for this!
Rep+!
(01-08-2018 10:17 AM)josemarcoss Wrote: [ -> ]if you´re haveing problems with theme activation, try:
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:
Code:
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;
}


Wow. You rock. Perfect 10
Cloud you please upload Version 2.1.5.
I need the new: Logo Margin Top / Margin Bottom options
Thanks in advance
(03-30-2018 09:46 PM)elcampnou2 Wrote: [ -> ]Cloud you please upload Version 2.1.5.
I need the new: Logo Margin Top / Margin Bottom options
Thanks in advance

http://www14.zippyshare.com/v/0uR9FhUp/file.html
Thanks For Sharing Brow
(04-27-2018 11:11 PM)HaXoR7 Wrote: [ -> ]v2.5.0 - 25.04.2018 : themeforest-16596434-boombox-viral-buzz-wordpress-theme.zip

2.5.1 please
Pages: 1 2
Reference URL's