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

Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content

Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content v2.4.3

No permission to download
sharmanhall updated Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content with a new update entry:

Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content

PHP:
/**
 * Plugin Name: Link Whisper
 * Plugin URI: https://linkwhisper.com
 * Version: 2.2.9
 * Description: Quickly build smart internal links both to and from your content. Additionally, gain valuable insights with in-depth internal link reporting.
 * Author: Link Whisper
 * Author URI: https://linkwhisper.com
 * Tested up to: 6.2
 * Text Domain: wpil
 */

Read the rest of this update entry...
 
Last edited:
  • Love
Reactions: the_truth
This update have error
Fatal error: Cannot redeclare removeDirectory() (previously declared in /home/u745740446/domains/example.com/public_html/wp-content/plugins/link-whisper-premium/link-whisper.php:16) in /home/u745740446/domains/example.com/public_html/wp-content/plugins/link-whisper-premium 4/link-whisper.php on line 16
 
sharmanhall updated Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content with a new update entry:

Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content - v2.2.9 (fix)

v2.2.9 - FIX

PHP:
/**
 * Plugin Name: Link Whisper
 * Plugin URI: https://linkwhisper.com
 * Version: 2.2.9
 * Description: Quickly build smart internal links both to and from your content. Additionally, gain valuable insights with in-depth internal link reporting.
 * Author: Link Whisper
 * Author URI: https://linkwhisper.com
 * Tested up to: 6.2
 * Text Domain: wpil
 */

Mirror...

Read the rest of this update entry...
 
sharmanhall updated Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content with a new update entry:

Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content

Code:
/**
 * Plugin Name: Link Whisper
 * Plugin URI: https://linkwhisper.com
 * Version: 2.3.0
 * Description: Quickly build smart internal links both to and from your content. Additionally, gain valuable insights with in-depth internal link reporting.
 * Author: Link Whisper
 * Author URI: https://linkwhisper.com
 * Tested up to: 6.2
 * Text Domain: wpil
 */

[URL...

Read the rest of this update entry...
 
sharmanhall updated Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content with a new update entry:

Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content

Code:
/**
 * Plugin Name: Link Whisper
 * Plugin URI: https://linkwhisper.com
 * Version: 2.3.1
 * Description: Quickly build smart internal links both to and from your content. Additionally, gain valuable insights with in-depth internal link reporting.
 * Author: Link Whisper
 * Author URI: https://linkwhisper.com
 * Tested up to: 6.2
 * Text Domain: wpil
 */

Read the rest of this update entry...
 
Can anyone acrivate multiple sites licence ?
Is there a way to do it?
1700397771335.png

when i usse the created code gives error

1700397814081.png

I think because is single site licence


1700397891693.png


@Babak any idea?
 
Can anyone acrivate multiple sites licence ?
Is there a way to do it?
1700397771335.png

when i usse the created code gives error

1700397814081.png

I think because is single site licence


1700397891693.png


@Babak any idea?
If you have a working key, I can null it, I just need to check and see what it drops into the database tables to be able to do it. If you DM me privately, I can help you out
 
Try this one

PHP:
update_option('wpil_2_license_status', 'valid');
update_option('wpil_2_license_key', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

$license_data = "(object) array(
   'success' => true,
   'license' => 'valid',
   'item_id' => 14,
   'item_name' => 'Link Whisper Premium: 50 Websites',
   'license_limit' => 50,
   'site_count' => 0,
   'expires' => '2050-12-01 23:59:59',
   'activations_left' => 10,
   'checksum' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
   'payment_id' => 0000000,
   'customer_name' => '',
   'customer_email' => '',
   'price_id' => false,
)";

update_option('wpil_2_license_data', $license_data);
 
Last edited:
sharmanhall updated Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content with a new update entry:

Link Whisper Pro - Quickly Build Smart Internal Links Both To and From Your Content

50-Site License Version :)

Code:
/**
 * Plugin Name: Link Whisper
 * Plugin URI: https://linkwhisper.com
 * Version: 2.3.2
 * Description: Quickly build smart internal links both to and from your content. Additionally, gain valuable insights with in-depth internal link reporting.
 * Author: Link Whisper
 * Author URI: https://linkwhisper.com
 * Tested up to: 6.3
 * Text Domain: wpil
 */

1700415120708.png

Read the rest of this update entry...
 
@Geroxouras

I figured it out
PHP:
/**
     * Check if a given site is licensed in the same plan as this site.
     *
     * @param string $site_url The url of the site we want to check.
     * @return bool
     */
    public static function check_site_license($site_url = '')
    {
        return true;
}

Change check_site_license in in
Code:
link-whisper-premium/core/Wpil/License.php
to what I have written above, and it should work for you:

1700433124315.png

Test it, report back here and let me know if that works for you!
 
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