86.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")

09-13-2017, 04:28 PM
Post: #1
[GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Fresh from Theme Forest. V5.9.7 August 11, 2017. Purchasing by my client.

[Image: 2zel4qq.png]

Theme:
Code:
https://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775?ref=artbees

Demo:
Code:
http://demos.artbees.net/jupiter/v5/

Download:
Code:
http://www48.zippyshare.com/v/KVR688cc/file.html


Activation is necessary if you wont demos. This is a full and untouched package with plugins.

Thanks
09-13-2017, 05:22 PM
Post: #2
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Thanks and rep+ Brother!
09-13-2017, 07:28 PM (This post was last modified: 09-15-2017 10:02 PM by marazi.)
Post: #3
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Hey,

this theme is pretty simple to null, and access to all the demos.

in the file:
/framework/admin/control-panel/logic/functions.php

replace line 183 - 206:
PHP Code:
$data = array(
            
'timeout'     => 10,
            
'httpversion' => '1.1',
            
'body'        => array(
                
'apikey' => $apikey,
                
'domain' => $_SERVER['SERVER_NAME'],
            ),
        );

        
$query wp_remote_post($this->api_url 'verify'$data);
        if (!
is_wp_error($query))
        {
            
$result json_decode($query['body'], true);
            return 
$result;
        }
        else
        {
            return array(
                
"message" => $query->get_error_message() . ' Please contact Artbees Support',
            );
        }

        return 
$result;
    } 

with this:

PHP Code:
$result = array("status"=>"202",
                        
"is_verified"=>"1",
                        
"apikey"=>"abcdefghijklmonpqrstuvxyz",
                        
"message"=>"This site is already verified with this API key");

        return 
$result;

    } 

and you should be good to go

cheers

EDIT:

THIS dos not work anymore as it seems Artbees has made some changes to their server!
09-13-2017, 07:57 PM
Post: #4
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Thank you, Reps added as well.
09-13-2017, 09:14 PM
Post: #5
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Great Info @Marazi!!! Rep++++
18.gif
09-13-2017, 11:12 PM
Post: #6
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Great share mungos and marazi!
09-14-2017, 12:44 AM
Post: #7
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Thank you marazi. I will keep this thread updated!
09-14-2017, 01:23 AM
Post: #8
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
Mungos and Marazi you guys are awesome! Left you both reps
09-14-2017, 02:46 AM
Post: #9
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
(09-13-2017 07:28 PM)marazi Wrote:  Hey,

this theme is pretty simple to null, and access to all the demos.

in the file:
/framework/admin/control-panel/logic/functions.php

replace line 183 - 206:
PHP Code:
$data = array(
            
'timeout'     => 10,
            
'httpversion' => '1.1',
            
'body'        => array(
                
'apikey' => $apikey,
                
'domain' => $_SERVER['SERVER_NAME'],
            ),
        );

        
$query wp_remote_post($this->api_url 'verify'$data);
        if (!
is_wp_error($query))
        {
            
$result json_decode($query['body'], true);
            return 
$result;
        }
        else
        {
            return array(
                
"message" => $query->get_error_message() . ' Please contact Artbees Support',
            );
        }

        return 
$result;
    } 

with this:

PHP Code:
$result = array("status"=>"202",
                        
"is_verified"=>"1",
                        
"apikey"=>"abcdefghijklmonpqrstuvxyz",
                        
"message"=>"This site is already verified with this API key");

        return 
$result;

    } 

and you should be good to go

cheers

Still can't import the demo
[Image: 36810782890_4e1d592c33_o.png]
Unzip/rar password: bestblackhatforum.com
BBHF Flat Style for BestBlackHatForum.Com: http://bestblackhatforum.com/Thread-GET-...tForum-Com
09-14-2017, 03:50 AM (This post was last modified: 09-14-2017 03:52 AM by marazi.)
Post: #10
RE: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
(09-14-2017 02:46 AM)Chupach Wrote:  Still can't import the demo
[Image: 36810782890_4e1d592c33_o.png]

idk why not, it works just fine here, might be something else going on...

EDIT:

The null (or what you wanna call it) i did, is on version 5.9.5! I have not tried it on later versions
78.gif




10.gif