{jumi [*14]}

Below I'll show you how you can make your own Jomres New Plugin Manager. If your Jomres licensed expired and you can no longer use your core-plugins or your website that you paid for. Good news! You can use ALL your Jomres core-plugins after you do the following below. It's just that easy. And its FREE!

Each time you upgrade Jomres, you will not have to do anything again.

You might be wondering how do I know how to bypass Jomres New Plugin Manager? I have been a customer of Jomres since 2016. Back then, Jomres did not have a Plugin Manager. This came after Jomres 9.9.5. So anybody that has Jomres 9.9.5 core file can over ride the New Plugin Manager because the two main files to Add, Remove, and Display All your Jomres Plugins without a license are in these two files below in blue. So if you just follow the information below, you will enjoy Jomres for now on without worrying if your site is going to be down because you did not have a valid Jomres license.

Works with Jomres 9.9.6 to 9.19.x 

First you need to get this file: Jomres 9.9.5.zip (click here

Now Delete these files in RED:

/jomres/core-minicomponents/j16000plugin_manager_check.class.php

/jomres/core-minicomponents/j16000show_license_message.class.php

------------------------------------------------------------------------- 

Create a directory named: plugin_manager
/jomres/core-plugins/plugin_manager

------------------------------------------------------------------------- 

Copy these files from Jomres 9.9.5 file to the directory below:

Folder located here: /jomres/core-plugins/plugin_manager

Copy:

j16000addplugin.class

j16000removeplugin.class

j16000showplugins.class

jomres_check_support_key.class

minicomponent_registry.class

 

You can find this files here:

jomres 9.9.5\core-minicomponents\

jomres 9.9.5\libraries\jomres\classes\

=====================================

Open j16000showplugins.class.php

Change this:

Line 43:

For Jomres 9.9.6 to 9.9.19:
include JOMRESCONFIG_ABSOLUTE_PATH.JOMRES_ROOT_DIRECTORY.JRDS.'jomres_config.php';

For Jomres 9.10.x to 9.11.x:
include JOMRESCONFIG_ABSOLUTE_PATH.JOMRES_ROOT_DIRECTORY.JRDS.'site_config.php';

Change this:

Line 44:

For Jomres 9.9.6 to 9.9.19:
$this_jomres_version = explode('.', $mrConfig[ 'version' ]);

For Jomres 9.10.x to 9.11.x:
$this_jomres_version = explode('.', $jrConfig[ 'version' ]);

 ------------------------------------------------------------------------

Open: minicomponent_registry.class.php

Change this:

Line 130:

For Jomres 9.9.6 to 9.9.19?:
$shortcode_parser = jomres_singleton_abstract::getInstance('shortcode_parser');

To this:

For Jomres 9.10.x to 9.11.x:
$shortcode_parser = jomres_singleton_abstract::getInstance('jomres_shortcode_parser');

 ------------------------------------------------------------------------

 Create a file called: plugin_info.php

In folder located here: /jomres/core-plugins/plugin_manager

Add this code to it:

<?php

// ################################################################
defined( '_JOMRES_INITCHECK' ) or die( '' );
// ################################################################

class plugin_info_plugin_manager
	{
	function __construct()
		{
		$this->data=array(
			"name"=>"plugin_manager",
			"category"=>"System",
			"marketing"=>"Displays and installs plugins that can be downloaded from Jomres.net, also allows you to install third party plugins.",
			"version"=>(float)"9.0",
			"description"=> "Displays and installs plugins that can be downloaded from Jomres.net, also allows you to install third party plugins.",
			"lastupdate"=>"2018/12/11",
			"min_jomres_ver"=>"9.9.18",
			"manual_link"=>'',
			'change_log'=>' ',
			'highlight'=>'',
			'image'=>'',
			'demo_url'=>'',
			"author"=>"Vince",
			"authoremail"=>"This email address is being protected from spambots. You need JavaScript enabled to view it."
			);
		}
	}
?>

 Next: Copy plugin_manager.html from here:

File: jomres 9.9.5\templates\bootstrap\administrator\

to here:

/jomres/core-plugins/plugin_manager

==================================================

Or if you don't know how to do this or understand how to, you can download the New Updated Jomres Plugin Manager here (click here)

That's It!

 Vincent (Vince) Normann Wooll of Woollyinwales IT LTD