Welcome to GPLDL - we are still beta - please report any bugs via the contact form.

GPLDLGPLDL
GPLDL
Download the most popular GPL licensed Premium WordPress Themes & Plugins and WooCommerce Extensions for FREE!
  • Blog
    • Blog Articles
    • Latest Updates & Additions
  • Repository
    • Full Repository
    • Premium WordPress Themes
    • Premium WordPress Plugins
    • Premium WooCommerce Extensions
    • Special Gifts for Premium Members
    • Tutorials
  • Forum
  • Free Membership
  • Donations
  • My GPLDL Account
  • Sign In
Menu back  

Deactivating the Thrive Themes Content Builder license validation

  • This topic has 46 replies, 1 voice, and was last updated 1 year, 5 months ago by Will Winnubst.
Viewing 17 posts - 31 through 47 (of 47 total)
← 1 2
  • Author
    Posts
  • June 6, 2017 at 8:13 am #19033
    Elisabetta Elisa
    Participant

    Hello friends !
    I have tested Thrive Leads 1.95.18 … the process activated the pplugin
    but ….

    when I make TWO different widgets Leads , one work correctly and the other NO

    Someone have this problem ?

    How can I solve it?

    By Ely (from Italy) and sorry for my bad english !

    July 9, 2017 at 11:36 am #19134
    s dw
    Participant

    yes, thrive theme know this site I guess, and they have updated the codes to add in one more steps to activate .

    July 24, 2017 at 7:58 pm #19168
    James Katt
    Participant

    I see that Thrive Themes plugins and themes are no longer on GPLDL.com.

    September 19, 2017 at 9:55 am #19306
    Alan Thorp
    Participant

    Is this hack still working? about to try now but have not got high hopes

    September 22, 2017 at 1:59 pm #19319
    Vicky Mindy
    Participant

    Amazing guide, its working.
    Thanks.

    September 27, 2017 at 6:44 pm #19328
    s dw
    Participant

    Not working anymore.

    April 2, 2019 at 2:46 pm #21245
    Yuri Gorenkov
    Participant

    Works great! Thanks!
    But there is a small correction, today it is necessary to change the following lines:
    #119 – $licensed = true;
    #138 – if ( empty( $this->license_data ) ) {
    return true;

    Hope this information will be useful!

    April 14, 2019 at 2:35 am #21276
    John Radu
    Participant

    Yeah … this is still working. Every time plugins update just need to replace various values with “true”.
    On line 127 for me said $license. I changed with “true” and bam … that was all.

    I ran into this hack when I found the plugin and decided to evaluate it.
    Everything that shows “true” has been either false or different values.
    I will upload a screenshot with values changed.

    https://www.dropbox.com/s/lbj6jz38dl0peqp/Thrive.png?dl=0

    May 28, 2019 at 12:16 am #21389
    Md Hayat Ahmad
    Participant

    just change only 132 line false to true .. thats it .it will work bcse i have done nd it was doing great ..

    guys just change 132 line false to true and else leave as it is.

    May 30, 2019 at 7:47 pm #21397
    John Radu
    Participant

    After this update, they changed and added different lines.
    But I am 100% sure Thrive receives notifications from this thread, as I have noticed that the second day after someone posts another “hack”, there is an update that blocks it.

    I managed to figure it out again, but it will get disabled again if it gets posted

    May 31, 2019 at 5:32 am #21398
    Claude Turing
    Participant

    A simple logic switch is sufficient. No need to complicate things by switching a bunch of “false’s” to “true’s.”

    Try to keep it minimalistic and only change line 137 from “false” to “true.”

    Before:

    protected function checkData( $item = null ) {
    if ( empty( $this->license_data ) ) {
    return false;
    }

    After:

    protected function checkData( $item = null ) {
    if ( empty( $this->license_data ) ) {
    return true; // <-- This part.
    }

    Keep in mind that you’ll need to change this for all the updated TT plugins and theme that you’re using.

    A quick way to see if you’ve missed a plugin, or theme, is to check the Thrive Dashboard. Every option available should be green-lighted and show you the name of the plugin. I.e.: THRIVE LEADS DASHBOARD

    Hope that helps!

    May 31, 2019 at 5:48 am #21399
    Claude Turing
    Participant

    An oversimplified explanation of the code is as follows:

    protected function checkData( $item = null )
    A protected function can only be accessed from within the class only.

    The function of checkData is to see if it it contains a value, in this case a licence key (license_data), or not (empty/no license key added.)

    if ( empty( $this->license_data ) )
    Checks to see “if” license_data is empty or not. When you don’t add your license key, the values is empty (null.)

    return false;
    Since the license_data doesn’t contain any value (null) this part returns a false, thus disabling the possibility to use the plugin or theme in question.

    When we switch “false” to “true”, we’re basically fooling the code by asking it to return true when the license_data doesn’t contain a value. Thus we’re “switching” the logic.

    }
    The end bracket used to encapsulate the function.

    May 31, 2019 at 10:42 pm #21400
    John Radu
    Participant

    Claude, I get it.

    However, after each update, each module asks for registration, again :)
    I was thinking on “nulling” mine, but after that might not get updated :)
    I also found it online as “nulled”, but usually there is extra code, and I am not going to install it, to get the server hacked/cracked/infected.

    Plus, what you showed on line 137, for me shows on line 165.

    June 20, 2019 at 12:57 pm #21450
    Prince Kumar
    Participant

    Any nice person here, who could share a link to download Thrive theme bundle.

    July 9, 2019 at 9:53 am #21499
    Olawale Daniel
    Participant

    The lines have been reduced to less than 100 lines right now. I changed all the false to true but nothing happened so far.

    Kindly help @all

    November 2, 2019 at 7:30 am #21821
    pieter raxis
    Participant

    Guys, Girls,

    Any news on the cracking?

    November 20, 2023 at 6:04 pm #25224
    Will Winnubst
    Participant

    I am very curious if you still manage to break the licence key of Thrive architect.

    With the new version 3.261 I get an ‘critical error on the website’ when I try to edit a page with Thrive architect. (version 3.21 was not a problem)

  • Author
    Posts
Viewing 17 posts - 31 through 47 (of 47 total)
← 1 2
  • You must be logged in to reply to this topic.
Log In
Search the Repository
We reward your Donations!
We need your Donation to maintain and grow the GPLDL WordPress Repository - and we reward your generosity with Premium Memberships allowing you to download even more files.

Learn more about donations & rewards...
News from our blog
  • What is the Battle Between WordPress’s Matt Mullenweg and WP Engine about?
    October 31, 2024
  • Why GPLDL Cannot Accept Your WordPress Plugin or Theme Submission
    February 20, 2024
  • How to Ensure Your WordPress Plugin or Theme is Authentic and Secure
    January 25, 2024
Latest Updates & Additions
  • GPLDL News: 108 Updates & Additions today – Download 2842 Premium WordPress items!
    May 2, 2025
  • GPLDL News: 176 Updates & Additions today – Download 2840 Premium WordPress items!
    April 27, 2025
  • GPLDL News: 88 Updates & Additions today – Download 2838 Premium WordPress items!
    April 21, 2025
Free Downloads?

Most of the WordPress Plugins & Themes in the GPLDL repository are available for free download - yes, free! - that is even better than buying at a discount, rebate, promotion or with a coupon code.

After signing up for a free membership, you will instantly get a download link to GPLDL's WordPress plugins and themes including future updates.

Where is the catch? There is none. We re-distribute 100% exact copies of GPL-licensedWordPress items, completely unmodified - that means *not* nulled, cracked or otherwise modified code without any serial numbers, API keys or support.

How can you help? If you like our service, please spread the word. If you can afford to financially support us, please make a donation. All donations will be used for (recurring) subscriptions of WordPress plugins & themes and to grow the catalog!

Tags
authenticity check code collaboration commercial copyleft Copyright developers distribution Download Extensions fork Free fsf functions.php GNU Public License GPL Guide HowTo Instructions Legal license malware Modify nulled open source Plugin Plugins Premium redistribution remove Rights secure Security serial Software software development Themes tutorial Update Website WooCommerce wordpress WordPress Plugins WordPress Themes
Welcome to GPLDL!
scr02We love innovation and we believe in free software!

That's why we strive to make the world's best Premium WordPress Themes & Plugins and WooCommerce Extensions & Themes available for everyone!

Find us on:

FacebookTwitterRssPinterestWebsite
Latest Blog Posts
  • What is the Battle Between WordPress’s Matt Mullenweg and WP Engine about?
    October 31, 2024
  • Why GPLDL Cannot Accept Your WordPress Plugin or Theme Submission
    February 20, 2024
  • How to Ensure Your WordPress Plugin or Theme is Authentic and Secure
    January 25, 2024
Latest Updates & Additions
  • GPLDL News: 108 Updates & Additions today – Download 2842 Premium WordPress items!
    May 2, 2025
  • GPLDL News: 176 Updates & Additions today – Download 2840 Premium WordPress items!
    April 27, 2025
  • GPLDL News: 88 Updates & Additions today – Download 2838 Premium WordPress items!
    April 21, 2025
About GPLDL
  • About GPLDL
  • Need Help?
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
GPLDL - all Rights reserved.
  • About GPLDL
  • Need Help?
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
  • Sign In
GPLDL Widget Menu