Knowledge Base - Unfortunately you don`t seem to be using a valid Jomres license key

If you see this message below in the Admin or on your website I posted a fix for this after these images:

 

 

Removes this message:
"Unfortunately you don`t seem to be using a valid Jomres license key, so you`re missing on these great features and benefits!"
in the Admin section, and on your website.

 

Open "j00060show_license_message.class.php"

Located here: /jomres/core-minicomponents/

Go to Line: 47

Before:

if ($jomres_check_support_key->key_status == "Expired") {

After:

Change to anything you like: Expired

if ($jomres_check_support_key->key_status == "123fred") {

 

Go to Line: 60

Before:

elseif ($jomres_check_support_key->key_status == "Unknown" || $jomres_check_support_key->key_status == "Disabled" ) { 

After:

Change to anything you like: Unknown and Disabled

elseif ($jomres_check_support_key->key_status == "123fred" || $jomres_check_support_key->key_status == "123noway" ) {  

 

 


Open "j16000show_license_message.class.php"

Located here: /jomres/core-minicomponents/

Go to Line: 49

Before:

if ($jomres_check_support_key->key_status == "Expired") {

After:

Change to anything you like: Expired

if ($jomres_check_support_key->key_status == "123fred") {

 

Go to Line: 63

Before:

if ($jomres_check_support_key->key_status == "Unknown"  || $jomres_check_support_key->key_status == "Disabled" ) { 

After:

Change to anything you like: Unknown and Disabled

elseif ($jomres_check_support_key->key_status == "123fred" || $jomres_check_support_key->key_status == "123noway" ) {  

 

  {jumi [*11]}

 

Or just delete these files! cool

 

Unfortunately you don`t seem to be using a valid Jomres license key, so you`re missing on these great features and benefits!

Details

Created : 2018-03-01 03:43:41, Last Modified : 2021-10-23 09:59:31