How to Null and Activate Premium WordPress Themes and Plugins [Valuable info]

  • Thread starter Thread starter Deleted member 752298
  • Start date Start date
Hi @Festinger how to activate Affiliate Egg Pro? I miss very much the "activation tutorials" section on your store.
Thanks in advance
 
Hey guys!

I love to contribute to BHW and I would like to share some handy lines of code to make it more easier to activate premium WordPress themes and plugins. To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:


Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,

Step 2:

Find the function get_license_status() at line 327:

Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:

In line 330, change:

Code:
return trim( $license_status );

to:

Code:
return 'valid';

Et voilà: your Yoast Premium plugins will work. :)

More plugins and themes will follow soon.

Stay tuned.
Hi, does this change still work?
 
[QUOTE = "uwatchfree, publicación: 13290540, miembro: 1406634"]
Hola, [USER = 24273] @ zilog357 [/ USER] Señor:
Revisé su archivo, pero descubrí que no está perfectamente activado / anulado. Si está perfectamente activado, debería instalar automáticamente algún complemento necesario, pero no lo está. También hay un problema al cargar imágenes en la biblioteca de medios de WordPress. Además, al hacer clic en activar licencia, debería mostrar un texto que indica que su licencia está activada y conectada a torothemes.com. Además, algunas funciones de tema ajax tampoco funcionan.

Este es un sitio de demostración donde el tema se activa perfectamente: torothemes.com/demo/eroz. Por favor, compruebe esto.
Quiero el mismo tema como ese.

Agradezco tu esfuerzo por ayudarme. Muchas gracias.
Un cordial saludo,
uwatchfree!
[/CITAR]
Cseguiste el tema

Porque escribes en Español? El tema no me da problemas aca. Tienes que instalar la version activada que comparti aqui y si te da problemas, descibelos en este spacio para hecharle una mirada.
---
Why do you write in Spanish? The theme gives me no problems. You have to install the activated verson that I shared here and if it shows any problem, then describe them in this space so I can take a look at it.
 
Thank you for this great thread, it is very useful and I really appreciate your work!

I have a problem and I need your help. I have the PsyPlay theme, it supposed to be nulled (I don't know for sure) - but I can't remove the PsyPlay logo from the footer. It makes my site looking very ugly and unprofessional...
@Festinger, @zilog357 - can you help me, please?
are you get any help?
 
Sir,can you help with this one? thank you
https://themeforest.net/item/videopro-video-wordpress-theme/16677956
 
Really thanks a lot for the null of Yoast Premium plugin
 
Can someone help me to Activate Tijarah - Digital Marketplace WooCommerce Theme
Downloaded from Festinger's Vault - https://mega.nz/file/5UYVWAID#j4wBgfwg2AxvtbevknhTg-iT4heZGdaihL6DvEvtBUY


You will need to modify 3 files. You can install the theme and download the modified files below (as a zip file) and unzip it inside the theme's main directory, replacing the 3 original files.

The files in the zip file are in the same structural order, so unzipping it inside the main folder will put them in the right place. Or you may replace them manually. They are:

tijarah / functions.php
tijarah / inc / activate-license.php
tijarah / inc / update-checker.php

You may compare the modified files with the original files and learn the changes made so you can modify future releases.

In the list of the suggested and required plugins, one of them (Tijarah Element) has a warning that it needs a license to be downloaded. You can go ahead and install it. The modification in the three files manages that because it is checked locally. If the author changes that to verify it in their servers in any future version, then it will stop working.


The 3 modified files
DL:
Code:
https://www.mediafire.com/file/4izwt3d76ma14um/tijarah131_mod_files.zip/file

VY (0/59):
Code:
https://www.virustotal.com/gui/file/7c18d328c6887b9d77976c1ae845e3910bf0228fd3d538032d189c9aae25e982/detection
 
may I know how to null and activate the eduma theme?


Go to the main folder and open the following file:

functions.php

Right after the heading, insert the following line:

Code:
update_site_option( 'thim_core_product_registration_themes', ['eduma' => ['site_key' => 'L12345678']]);

Like this:

Code:
<?php
/**
* thim functions and definitions
*
* @package thim
*/
update_site_option( 'thim_core_product_registration_themes', ['eduma' => ['site_key' => 'L12345678']]);

The number "L12345678" is a generic number I always use to simulate the license key. You may use anything there that contains numbers and letters, underscores or dashes.
 
Back
Top