osCmax v2.5 User Manual
Results 1 to 2 of 2

Installing SiteMonitor v2.8 not quite working.

This is a discussion on Installing SiteMonitor v2.8 not quite working. within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I am trying to install the new version of SiteMonitor (v 2.8 - Jan 9th 2011) in osCmax beta 2 ...

      
  1. #1
    Member Luxoria's Avatar
    Join Date
    Sep 2010
    Location
    VA, USA
    Posts
    58
    Rep Power
    26


    Default Installing SiteMonitor v2.8 not quite working.

    I am trying to install the new version of SiteMonitor (v 2.8 - Jan 9th 2011) in osCmax beta 2 and I am not yet fully successful.

    Here is the mod link... osCommerce: SiteMonitor

    First question... the mod pack has two sets of files one for oscommerce_2_.3 and one for oscommerce_MS2_or_RC2. I am unsure which I should use.

    Second question... where are the language defines placed. There are several defines which according to the mod's install process the defines go in admin/includes/languages/english.php. Considering osCmax does not have this file, moved it, or consumed it I am unsure where to place the defines.

    And finally.. when installing the mod I am able to see the SiteMonitor box in Administrator->File Access and of course after clicking green button a new drop down box shows up with the heading 'Security' however even after adding all the sitemon's files using the 'Store Files' button the Security drop down remains empty.

    Which leaves me unable to bring up Sitemonitor's configuration in the admin area. Any insights on this would rock the socks.


    Screen shot below (the forum kept X-ing my uploads)
    http://img221.imageshack.us/img221/7440/screen1kg.png

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    1 out of 1 members found this post helpful.

    Smile Re: Installing SiteMonitor v2.8 not quite working.

    First question... the mod pack has two sets of files one for oscommerce_2_.3 and one for oscommerce_MS2_or_RC2. I am unsure which I should use.
    MS2

    Second question... where are the language defines placed. There are several defines which according to the mod's install process the defines go in admin/includes/languages/english.php. Considering osCmax does not have this file, moved it, or consumed it I am unsure where to place the defines.
    Now called core.php to allow for more flexible language packs.

    And finally.. when installing the mod I am able to see the SiteMonitor box in Administrator->File Access and of course after clicking green button a new drop down box shows up with the heading 'Security' however even after adding all the sitemon's files using the 'Store Files' button the Security drop down remains empty.
    If I remember correctly when I installed this mod in v2.0.25 it is creating a new infobox ... so you will need to transpose the admin menu items to the new superfish one used in v2.5.

    So in oscommerce_MS2_or_RC2/admin/includes/boxes/sitemonitor.php needs to be:


    Code:
    <?php
      $contents = '';
      $contents = (		   tep_admin_jqmenu(FILENAME_SITEMONITOR_ADMIN, BOX_SITEMONITOR_ADMIN, 'TOP') .
                                       tep_admin_jqmenu(FILENAME_SITEMONITOR_CONFIG_SETUP, BOX_SITEMONITOR_CONFIG_SETUP, 'TOP'));
      print_r($contents);
    ?>
    Regards,
    pgmarshall
    _______________________________

Similar Threads

  1. SiteMonitor
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 11-07-2010, 09:52 AM
  2. SiteMonitor
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 04-13-2010, 05:01 PM
  3. SiteMonitor
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 04-11-2010, 07:00 PM
  4. SiteMonitor
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-26-2009, 08:00 PM
  5. SiteMonitor
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-23-2009, 08:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •