Knowledge Base - How To Make Your Own Jomres Plugin Manager

Below I'll show you how you can make your own Jomres 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 replace just two files, and delete just two files. It's just that easy. And its FREE!

Each time you upgrade Jomres, you will need to replace, and delete the same files 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 you don't need the "plugin_manager" folder, and you can delete it anytime. All you have to do is over ride the 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.11.x 

First you need to download Jomres 9.9.5 core file (click here)

Now Delete these files in RED:

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

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

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

Delete: plugin_manager folder if its there:
/jomres/core-plugins/plugin_manager

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

Copy j16000showplugins.class.php from Jomres 9.9.5.zip file to its folder in Jomres, over riding the other file with same name:

Folder located here: /jomres/core-minicomponents/

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' ]);

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

Copy minicomponent_registry.class.php from Jomres 9.9.5.zip file to its folder in Jomres, over riding the other file with same name:

Open: minicomponent_registry.class.php

Folder located here: /jomres/libraries/jomres/classes/

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');

That's It!

 

Details

Created : 2018-05-15 23:57:21, Last Modified : 2021-10-23 10:13:43