UiPress Pro - Modern Wordpress Dashboard Theme

UiPress Pro - Modern Wordpress Dashboard Theme v3.04.1

No permission to download

launesatans

Member
Trusted Uploader
May 2, 2022
41
24
18
localhost
@TassieNZ Ok, they're fetching theme library from their servers…
Line 188 in admin/classes/styles.php

public function uip_get_themes() { if (defined("DOING_AJAX") && DOING_AJAX && check_ajax_referer("uip-security-nonce", "security") > 0) { $debug = new uipress_debug(); $string = $debug->get_string("key"); $instanceid = $debug->get_string_local("instance"); $domain = get_home_url(); $uip_query = "?key=" . $string; $uip_query = $uip_query . "&instance=" . $instanceid; $uip_query = $uip_query . "&d=" . $domain; //error_log("https://analytics.uipress.co/view.php?" . $uip_query); $remote = wp_remote_get("https://api.uipress.co/themes/" . $uip_query, [ "timeout" => 10, "headers" => [ "Accept" => "application/json", ], ]); if (!is_wp_error($remote) && isset($remote["response"]["code"]) && $remote["response"]["code"] == 200 && !empty($remote["body"])) { $data = []; echo $remote["body"]; } else { $returndata["error"] = true; $returndata["message"] = __("Unable to fetch themes at this moment. Please try again later", "uipress"); echo $returndata; } } die(); }
 

launesatans

Member
Trusted Uploader
May 2, 2022
41
24
18
localhost
@launesatans is right. It requires coding time. Need to capture the plugin's request for token from Google, then store it locally instead on their server, then adding a sample response, store it as an object in order to mimic the original api call behavior.

O.K. Can anyone in the @Null Master Group look please? I'm going to be away for a couple of days.

TassieNZ :)
so yea, we should do what @saharusa said… but in order to do that we need a license to develop something like that :p

Furthermore… if we accomplish this, then overview will work aswell!
 
Last edited:
  • Like
Reactions: TassieNZ

smartass

Well-known member
Babiato Lover
Trusted Uploader
May 5, 2019
676
1,311
93
@TassieNZ .. give me access to installed wordpress on your hosting (so you can have ftp/cpanel and etc) and I will install and activate UiPress with license .. so you can test whatever you want :)

btw here is the latest verion 2.3.6 - NOT NULLED.

 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu