Download latest jCore Server and/or Client releases.
Browse third party modules or submit your own.
Help needed? Ask questions and get help asap.
Username: Password: Forget your password?

Status update for 0.5 release and Win $50

Fri, 22 Jan 2010 11:04:38 GMT by pijulius, 591 views

A lot has been done since the last release but still long way till the new 0.5 version but some of the new features already include API like system, Searchable Modules, Members Only option for Photo gallery and Shopping also Digital Goods for shopping (Download Store system). Read more to view the detailed list of upcoming features and win a Google AdWords promotional code worth of $50.

Read moreComments (6)

jCore 0.4 Released!

Sun, 13 Dec 2009 14:22:56 GMT by pijulius, 1158 views

Includes CCBill checkout, table prefixes to be able to use same db for multiple sites, block caching for sites under heavy load, picture watermarking and more.

Read moreComments (6)
View All

How-to Manual Install Modules

Sun, 26 Jul 2009 13:10:46 BST by pijulius, 1032 views

Manual install is only for advanced users. The recommended way to install jCore server and/or client is using the Installer

There are two ways to install modules. The one is by copying over the module file to the lib/modules/ directory for each client and the other one is by copying over the module only to the jCore server's lib/modules/ directory and let all client sites use them.

INSTALL STANDALONE MODULE

By installing a standalone module you will have to keep them updated one by one as these modules are installed separately for each client. To do this just follow the step by step instruction below:

  1. Copy the module.class.php file over to lib/modules/ directory for the jCore client you have set up, usually /home/yourclient/public_html/lib/modules/
     
  2. Load the admin page of your client site, for e.g. http://yourclient.com/admin and you will see that the new module will show up under the Modules section with a yellow development hard hat, click on it.
     
  3. You will be asked to install the module, just click the Install button and thats it.

INSTALL MULTISITE MODULE

To install a multisite module you will have to copy over the module file to your jCore server-s directory and then manually add the module to the client's db. I know this isn't as easy as the above one but this method should be used if you have multisites as this way you will only have to keep one version updated for all your clients. Here is a step by step instruction:

  1. Copy the module.class.php file over to the lib/modules/ directory of your jCore server you have, usually in /var/www/jcore/lib/modules/
     
  2. Go to the client's cpanel and click on the phpMyAdmin icon, usually you will find it at http://yourclient.com:2082 and after login you will see the phpMyAdmin icon in the Databases section.
     
  3. On the left select the DB of your client's that you use for the jCore client site, usually yourclient_DB if you followed the jCore client install instructions.
     
  4. Now click SQL in the top tabs on the right side of phpMyAdmin
     
  5. In the Run SQL Query textarea run the following command:
    INSERT INTO `modules` SET `Name` = 'MODULENAME';

    where change MODULENAME for e.g. to PhotoGallery or FileSharing or Search and that's it.
     
  6. Now load the client's admin page at http://yourclient.com/admin and you should see the yellow development hard hat and just click on it to install the module.

NOTE: MODULENAME should be always the text that is before the .class.php for e.g. if you want to install photogallery.class.php you would enter PhotoGallery for the modulename. No spaces or any other characters should be used only alphabetic characters and the name is case insensitive so you can format it if you want.

Hope the instructions are helpful, if you have any problems please let us know in the comments.

Comments (0)