Best Blackhat Forum

Full Version: [GET] [PURCHASED] Jupiter - Multi-Purpose Responsive Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
Thanks and rep+ Brother!
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!
Thank you, Reps added as well.
Great Info @Marazi!!! Rep++++
Great share mungos and marazi!
Thank you marazi. I will keep this thread updated!
Mungos and Marazi you guys are awesome! Left you both reps
(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]
(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
Pages: 1 2
Reference URL's