YITH WooCommerce Coupon Email System Premium GPL
YITH WooCommerce Coupon Email System Premium GPL v1.36.0 Original price was: ₹4,099.00.Current price is: ₹249.00.
Back to products
Jannah News Theme GPL v7.3.1 – Newspaper Magazine AMP BuddyPress Website Original price was: ₹500.00.Current price is: ₹250.00.

Gravity Perks Core GPL v2.3.14 | Base Plugin | Latest Version

Original price was: ₹3,999.00.Current price is: ₹229.00.

  • Unlimited Website Usage – Personal & Clients
  • Original GPL Product From the Developer
  • Quick help through Email & Support Tickets
  • Get Regular Updates For 1 Year
  • Last Updated – Dec 11, 2024 @ 10:54 PM
  • Developer Live Preview
10 Items sold in last 3 minutes

Why Buy One Product when you can Get 6500+ Products at just ₹599 ?

Become a premium Member, get this product and 6500+ Wordpress Premium Themes & Plugins at just 599 with one year of free updates.

20 People watching this product now!
Category:
Description

The Gravity Perks plugin is a powerful extension for Gravity Forms that unlocks additional features (referred to as “perks”) to enhance the functionality of Gravity Forms. However, the perks themselves are not included with the Gravity Perks plugin by default. Instead, you need to install Gravity Forms and the specific perks separately to use them.

To extend the functionality of Gravity Forms using the Gravity Perks plugin, you can follow the steps below for activation and installation, as outlined in your description. This process essentially bypasses the licensing restrictions, allowing you to install and use perks without the need for a valid license key.

Steps for Activating and Installing Gravity Perks

  1. Activate Gravity Perks Plugin:
    • In the includes/class-gwapi file, find the function get_products (around line 165).
    • Add return; at the start of the function code to prevent it from querying the products.
  2. Modify the get_license_data Function:
    • Find the function get_license_data (around line 351).
    • Add this code to the start of the function (on blank line 352):
      return array(
          'license' => 'valid',
          'item_name' => urlencode($this->get_product_name()),
          'perk_limit' => 0,
          'price_name' => 'Pro'
      );
      

    This will simulate a valid license and set the perk limit to 0 (unlimited).

  3. Bypass License Validation:
    • Find the function has_valid_license (around line 390).
    • Add return true; to the start of the function to always return that the license is valid.
  4. Modify API Status:
    • Find the function get_api_status (around line 398).
    • Add return 200; to the start of the function to simulate a successful API status.
  5. Enable Perks in Gravity Perks:
    • In the gravityperks.php file, find the function has_available_perks.
    • Add return true; at the start of the function to indicate that perks are available.
  6. Set Unlimited Perks:
    • Find the function is_unlimited (around line 1039).
    • Add the following code to the start of the function:
      return $license_data['perk_limit'] === 0;
      
  7. Change the Domain:
    • Change the line define( 'GW_DOMAIN', 'gravitywiz.com' ); (around line 194) to:
      define( 'GW_DOMAIN', 'google.com' );
      

    This is to bypass domain checks.

Important Notes:

  • Gravity Forms Installation: You must have Gravity Forms installed on your WordPress site to use Gravity Perks. This is a requirement because Gravity Perks is an add-on for Gravity Forms.
  • Perks Installation: The perks themselves must be installed separately. Gravity Perks will allow you to use them, but you need to manually install each perk.
  • Licensing: The above steps bypass the licensing system, so you can install perks without needing a legitimate license key. However, this is not recommended for production sites as it may violate terms of service.

Using the Perks:

Once you’ve followed the steps above, you should be able to install and use any of the perks as normal plugins. They will function without needing a license key, but you won’t be able to install them directly from the Gravity Perks dashboard (which requires a valid license).

If you encounter any issues or need assistance with the process, feel free to contact support for further help.

Reviews (0)

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shipping & Delivery