Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-23-2017, 12:56 AM
(This post was last modified: 02-21-2018 02:39 AM by HaXoR7.)
Post: #1
|
|||
|
|||
[get] BoomBox — Viral and Buzz WordPress Theme
Information : https://themeforest.net/item/boombox-vir...e/16596434
Download : Version 2.1.4 : http://mirr.re/d/6uk Version 1.8 http://www.multifilemirror.com/qaqvpnusg...e.zip.html Version 1.7 http://www.multifilemirror.com/koy3gvu7t...e.zip.html |
|||
03-23-2017, 01:29 AM
Post: #2
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.7
I like this share, but can you confirm this is [purchased] or picked from the internet
|
|||
03-23-2017, 02:36 AM
Post: #3
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.7 | |||
03-28-2017, 04:47 AM
(This post was last modified: 03-28-2017 05:01 AM by elcampnou.)
Post: #4
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.7
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/ |
|||
05-11-2017, 08:53 PM
Post: #5
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.7 | |||
05-11-2017, 09:28 PM
(This post was last modified: 05-11-2017 09:29 PM by rlsper99.)
Post: #6
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.7
Quote:http://sharehost.eu/file/Rq9gZUooS8sxUjXGV2n-9A== Version 1.8 |
|||
05-12-2017, 02:30 PM
Post: #7
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.7
(05-11-2017 08:53 PM)azure293 Wrote: Does anyone have the version 1.8 for boombox.... and can they share here... Version 1.8 retail copy http://www.multifilemirror.com/qaqvpnusg...e.zip.html |
|||
07-29-2017, 07:09 PM
Post: #8
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.8
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/ |
|||
01-02-2018, 11:44 PM
Post: #9
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme 1.8 | |||
01-08-2018, 10:17 AM
Post: #10
|
|||
|
|||
RE: [get] BoomBox — Viral and Buzz WordPress Theme
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; } |
|||