Best Blackhat Forum

Full Version: [GET] Jupiter - Multi-Purpose Responsive Theme 5.0.12
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Thanks for sharing!
Thank you my friend!
Please can you give me Dialis template ?
Hi, Thankyou so much for the theme. Can you please share the lastest update V5.1.3 May 17, 2016
Hi @damador,

It's strange that you haven't given the latest v5.1.3, yet. You must have been really sick.

Get well soon!
We missed you @damador..
right, but I should add how to null it ;)
Because the Version above isn't nulled.

Here you go:

Magic Button :
go to wp-content/themes/jupiter/framework/admin/control-panel/logic > functions.php

find this line and replace it with this one:

/**
*
* Artbees API Key Verifier
*/
function verify_artbees_apikey($apikey) {

// $data = array(
// 'timeout' => 10,
// 'httpversion' => '1.1',
// 'body' => array(
// 'apikey' => $apikey,
// 'domain' => $_SERVER['SERVER_NAME']
// )
// );

// $query = wp_remote_post('https://artbees.net/api/v1/verify', $data);
// if (!is_wp_error($query)) {
// $result = json_decode($query['body'], true);
// print_r( $result );
// return $result;
// }
// else {
// return array(
// "message" => $query->get_error_message() . ' Please contact Artbees Support'
// );
// }

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

return $result;
}

However, can you (reading this) get the templates from here?
https://artbees.net/themes/template
Latest demos anyone? :) Like Fulgurator
Pages: 1 2 3 4 5 6 7 8
Reference URL's