• 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"

Duplicator Pro - Best Site Migration & Backup Plugin For WordPress

Duplicator Pro - Best Site Migration & Backup Plugin For WordPress v4.5.16.4

No permission to download

Attachments

  • duplicator-pro.zip
    2.6 KB · Views: 12
  • Like
Reactions: Unreal_NFS
Weird, I'm using Babak file + edit this file:

I also tried it on my site, working fine. Try reinstalling.
or replace this file :
It doesn't work. I've noticed that simulated response doesn`t have the "item_name" and "activeSubscription" values. Not sure it this has something to do.

It doesn't work anyway. Downgrading to 4.5.16.1 working fine.
 
Weird, I'm using Babak file + edit this file:

I also tried it on my site, working fine. Try reinstalling.
or replace this file :
I got it working by editing addons/Probase/src/models/LicenseData.php and changing getLicenseData() function into this:

PHP:
public function getLicenseData() {
    // Override default license data to simulate a valid license.
    $this->data = [
        'success'            => true,
        'license'            => 'valid',
        'item_id'            => 31,
        'item_name'          => $this->plugin_name ?? '',
        'checksum'           => '1415b451be1a13c283ba771ea52d38bb',
        'expires'            => 'lifetime',
       // 'payment_id'         => 31,
        'customer_name'      => 'GPL',
        'customer_email'     => '[email protected]',
        'license_limit'      => 1000,
        'site_count'         => 1,
        'activations_left'   => 999,
        'price_id'           => '11',
        'activeSubscription' => true,
    ];

    $this->status = self::STATUS_VALID;
    $this->type = AbstractLicense::TYPE_ELITE;
    $this->lastRemoteUpdate = gmdate("Y-m-d H:i:s"); // Update with the current time.

    return $this->data;
}
 
  • Like
Reactions: Unreal_NFS
the version I uploded has all the fixes alredy done and its working on 2 of my sites
 
  • Like
Reactions: Unreal_NFS
I believe that the trouble is being caused by the stored timestamps. So if there is a wrong timestamp, the license is being cached in someway and it's not being retrieved using the add_action

Yes, you right, there is delay after the license verification failed.

Can you help me check my previous plugin (or using Babak file), go to Duplicator Pro > Setting > Licensing, then press [Clear Key] or [Deactivate]. It should triger a new license update.
 
Yes, you right, there is delay after the license verification failed.

Can you help me check my previous plugin (or using Babak file), go to Duplicator Pro > Setting > Licensing, then press [Clear Key] or [Deactivate]. It should triger a new license update.
Yes, I've tried several times with [Clear key] or deactivating it. Sometimes it seems to work, and it displays the green text, but when going into another screen the missing license banner is being displayed again. So it doesn't keep activated / licensed. That's why I've overrided the getLicenseData function. This way it works with no problem.
 
  • Like
Reactions: tothetop

Forum statistics

Threads
78,850
Messages
1,127,535
Members
246,527
Latest member
manuelai
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