• 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
Hi,
I've added additional license fix
PHP:
  $uipGlobalSettings = get_option('uip-global-settings');
  $uipGlobalSettings['uip_pro'] =   array(
    'key' => '********-****-****-****-************',
    'instance' => '****',
  );
 
  update_option('uip-global-settings', $uipGlobalSettings);
 

Attachments

  • uipress-pro-fix-v2.zip
    1.1 MB · Views: 121
Hi,
I've added additional license fix
PHP:
  $uipGlobalSettings = get_option('uip-global-settings');
  $uipGlobalSettings['uip_pro'] =   array(
    'key' => '********-****-****-****-************',
    'instance' => '****',
  );
 
  update_option('uip-global-settings', $uipGlobalSettings);
You guys are incredible, thank you so much!
 
Babak updated UiPress Pro - Modern Wordpress Dashboard Theme with a new update entry:

UiPress v3.2.0

Download UiPress v3.2.0 - Modern Wordpress Dashboard Theme Nulled Free
Release 3.2.0 | uiPress Pro

The release prepares the pro plugin for the release of uipress lite v3.3.0. A lot of the improvements will not be apparent until uipress lite is updated.
This release updates the entire codebase for a more performant and reliable uipress. The folders, user management and menu builder extensions have been mostly rewritten for a better experience and have had design improvements to bring...

Read the rest of this update entry...
 
Hi,
I've added additional license fix
PHP:
  $uipGlobalSettings = get_option('uip-global-settings');
  $uipGlobalSettings['uip_pro'] =   array(
    'key' => '********-****-****-****-************',
    'instance' => '****',
  );
 
  update_option('uip-global-settings', $uipGlobalSettings);
Where is this fix added? Can you update for the latest update please :)
 
  • Like
Reactions: camilo and JRGWxRxZ
  • Like
Reactions: JRGWxRxZ
Babak updated UiPress Pro - Modern Wordpress Dashboard Theme with a new update entry:

UiPress v3.2.08

Download UiPress v3.2.08 - Modern Wordpress Dashboard Theme Nulled Free
= v3.2.08 =
*Release Date - 21 November 2023*

* Fixed bug with menu creator list where changing roles from the list wouldn't save
* Fixed bug with custom menus not applying on susbites
* Fixed bug with woocommerce charts not showing when not in English language
* Fixed issue preventing the remove from folder option from working

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

For those like me who are still trying to figure out how to UNLOCK the 'Pro' settings. Below I am giving the exact steps to do it based on the solution given by @ninomuras .​

Steps to follow:​

  1. Open the file 'uipress-pro.php'​

  2. Change the line 13 from
    PHP:
    !defined('ABSPATH') ? exit() : '';
    to

    PHP:
    if (!defined('ABSPATH')) {
      exit();
    }
    
    add_action('plugin_loaded', function () {
      $options = get_option('uip-global-settings');
    
      $uipGlobalSettings = get_option('uip-global-settings');
      $uipGlobalSettings['uip_pro'] =   array(
        'key' => '********-****-****-****-************',
        'instance' => '****',
      );
     
      update_option('uip-global-settings', $uipGlobalSettings);
    
      if (!isset($options['uip_pro'])) {
        $options['uip_pro'] = array(
          'key' => '********-****-****-****-************',
          'instance' => '****',
        );
    
        update_option('uip-global-settings', $options);
      }
    });
  3. Save the file and the 'Pro' version has been UNLOCKED.​


For those who are lazy like me, I have attached the NULLED plugin. All the credits goes to @ninomuras . Thank you friend for giving the solution.​

 

Attachments

  • uipress-pro-3.2.8-NULLED.zip
    2.1 MB · Views: 26
@smartass Friend, you should edit the file as shown in the above post to unlock the 'Pro' settings as in the plugin you are uploading, 'Pro' settings have not been UNLOCKED.
 
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