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
I like this share, but can you confirm this is [purchased] or picked from the internet
(03-23-2017 01:29 AM)Sandeepjinagal Wrote: [ -> ]I like this share, but can you confirm this is [purchased] or picked from the internet
its a retail copy from a trusted source
In Virus total there is : "VEXA737.Webshell"
Link: https://www.virustotal.com/en/file/84842.../analysis/
What is it?

i decompressed the zip file, and compressed it again and it passed:

https://www.virustotal.com/en/file/c6845...490641066/
Does anyone have the version 1.8 for boombox.... and can they share here...

Thanks
(05-11-2017 08:53 PM)azure293 Wrote: [ -> ]Does anyone have the version 1.8 for boombox.... and can they share here...

Thanks

Version 1.8 retail copy http://www.multifilemirror.com/qaqvpnusg...e.zip.html
Version 1.9.0.2
Code:
http://www99.zippyshare.com/v/J548sB3m/file.html

Found On the NET ¡
seems to be clean
Code:
https://www.virustotal.com/es/file/bb5da8561a80e2eca4c87a53f1c5c017d58438c66ff79ee9df0410a89a073f69/analysis/1501319098/
Version 2.1.0 trusted source retail copy

: https://www.multifilemirror.com/6reuhplk...e.zip.html
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:
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;
}
Pages: 1 2
Reference URL's