• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

UiPress Pro - Modern Wordpress Dashboard Theme

UiPress Pro - Modern Wordpress Dashboard Theme v3.2.20

No permission to download
@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 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
@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.

 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock