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

  • Thread starter Thread starter Deleted member 752298
  • Start date Start date
@Festinger, just bought your festingerbhw vault for Content Egg Pro plugin but it needs activation.
Could you advise how to activate it? Thanks.
 
@Festinger, just bought your festingerbhw vault for Content Egg Pro plugin but it needs activation.
Could you advise how to activate it? Thanks.

So far, all versions of Content Egg have the same trick and you can do this for future versions. If in any future update this does not work, just ring a bell to take a look at such version.

I confirmed this already in version 5.4.0. You will need to do 5 modifications in 2 files (2 in one file and 3 in the other)


STEP #1

FILE: " content-egg \ application \ admin \ LicConfig.php "
LINE: #76
FIND CODE: " public function licFormat($value)
{
"
ACTION: Add " RETURN TRUE; " right after the opening bracket
EXAMPLE: " public function licFormat($value)
{
RETURN TRUE;
"


STEP #2

FILE: SAME FILE AS STEP #1
LINE: #85
FIND CODE: " public function activatingLicense($value)
{
"
ACTION: Add " RETURN TRUE; " right after the opening bracket
EXAMPLE: " public function activatingLicense($value)
{
RETURN TRUE
"



STEP #3

FILE: SAME FILE AS STEP #1
LINE: #105
FIND CODE: " if (isset($_POST['cmd']) && $_POST['cmd'] == 'lic_reset')
{
"
ACTION: Add " RETURN; " right after the opening bracket
EXAMPLE: " if (isset($_POST['cmd']) && $_POST['cmd'] == 'lic_reset')
{
RETURN;
"


STEP #4

FILE: " content-egg \ application \ admin \ EnvatoConfig.php "
LINE: #84
FIND CODE: " public function activatingLicense($value)
{
"
ACTION: Add " RETURN TRUE; " right after the opening bracket
EXAMPLE: " public function activatingLicense($value)
{
RETURN TRUE;
"


STEP #5

FILE: SAME FILE OF STEP #4
LINE: #111
FIND CODE: " public function envatoFlag()
{
"
ACTION: Add " RETURN FALSE; " right after the opening bracket
EXAMPLE: " public function envatoFlag()
{
RETURN FALSE;
"
 
So far, all versions of Content Egg have the same trick and you can do this for future versions. If in any future update this does not work, just ring a bell to take a look at such version.

I confirmed this already in version 5.4.0. You will need to do 5 modifications in 2 files (2 in one file and 3 in the other)


STEP #1

FILE: " content-egg \ application \ admin \ LicConfig.php "
LINE: #76
FIND CODE: " public function licFormat($value)
{
"
ACTION: Add " RETURN TRUE; " right after the opening bracket
EXAMPLE: " public function licFormat($value)
{
RETURN TRUE;
"


STEP #2

FILE: SAME FILE AS STEP #1
LINE: #85
FIND CODE: " public function activatingLicense($value)
{
"
ACTION: Add " RETURN TRUE; " right after the opening bracket
EXAMPLE: " public function activatingLicense($value)
{
RETURN TRUE
"



STEP #3

FILE: SAME FILE AS STEP #1
LINE: #105
FIND CODE: " if (isset($_POST['cmd']) && $_POST['cmd'] == 'lic_reset')
{
"
ACTION: Add " RETURN; " right after the opening bracket
EXAMPLE: " if (isset($_POST['cmd']) && $_POST['cmd'] == 'lic_reset')
{
RETURN;
"


STEP #4

FILE: " content-egg \ application \ admin \ EnvatoConfig.php "
LINE: #84
FIND CODE: " public function activatingLicense($value)
{
"
ACTION: Add " RETURN TRUE; " right after the opening bracket
EXAMPLE: " public function activatingLicense($value)
{
RETURN TRUE;
"


STEP #5

FILE: SAME FILE OF STEP #4
LINE: #111
FIND CODE: " public function envatoFlag()
{
"
ACTION: Add " RETURN FALSE; " right after the opening bracket
EXAMPLE: " public function envatoFlag()
{
RETURN FALSE;
"

It's clear enough and easy to follow, thanks a lot!
 
Mate you are a genius. it's a very useful to all blogger like me
 
Can any good soul here :p would help me null the w3 total cache pro
 
Thanks for the share :) sent you a message, is it possible to null it trough the cpanel file manager? And where do i get the wordpress-seo-premium? i only find the wordpress-seo.
 
Any way to null Schema Pro please?
It'd be really helpful.
 
@Festinger - any way to increase the quota in shortpixel image optimizer through updating the wordpress files?! thanks
 
Back
Top