To move from the build from any version to 121 (compiled guide)
Author: Oliver C. / Kilandor
Submitted by: Kilandor
Date: 2007-11-16 06:45
Comments: (0)
Ratings:
 
Changes for Versions(by color)
If Upgrading from version X to X follow the instuctions marked by the following colors or (version number)
100 to 101
101 to 102
102 to 110
110 to 121
120 to 121


  • Replace the core files

    All - Replace all the PHP files from the folder /system/

    100 - Replace all the PHP files from the folder /plugins/statistics/

    100, 120 - Replace all the PHP files from the folder /plugins/search/

    100, 101 - Replace all the PHP files from the folder /plugins/recentitems/

    101 - Replace all the PHP files from the folder /plugins/news/

    101 - Replace all the PHP files from the folder /plugins/forumstats/

    102, 110 - Replace all the PHP files from the default plugins folders /plugins/
    110 - Replace all the PHP files from the root /


  • SQL database

    No changes in the structure of the SQL database.


  • Skin files

    100 - In polls.tpl, add the tag {POLLS_COMMENTS_DISPLAY} near {POLLS_COMMENTS}, it should look like this :

    Comments: {POLLS_COMMENTS}{POLLS_COMMENTS_DISPLAY}



    101 - Copy/paste the file list.group.tpl from the default skin into your own skin folder.


    102 - In forums.sections.tpl, right after :
    HTML4STRICT Code:

    <!-- BEGIN: FORUMS_SECTIONS_ROW_CAT -->

    Add :
    HTML4STRICT Code:

    <tbody id="{FORUMS_SECTIONS_ROW_CAT_CODE}">



    And right before :
    HTML4STRICT Code:

    <!-- END: FORUMS_SECTIONS_ROW_CAT -->

    Add :
    HTML4STRICT Code:

    {FORUMS_SECTIONS_ROW_CAT_TBODY}


    The new tags are listed here in the tags HQ.


  • IP protection

    101 - This build adds an extra protection for the administrators and the registered members.

    In the file datas/config.php, if you add a line :


    $cfg['ipcheck'] = TRUE;


    ...then the engine will check the IP of the logged-in members, including the administrators.

    As soon as the IP of a user is changing during the session, he/she will be logged-out.

    This option is usefull to get rid of the people connecting through dynamic proxies, and it's also protecting the webmasters with weak
    browsers against cookie stealing.


    If you do not need this extra protection, set the line to :


    $cfg['ipcheck'] = FALSE;



  • Upload the upgrade/install tool (SQL database)

    102 - Download the upgrade-seditio10x-to-seditio110.php with the link at bottom of the current page, Unrar, upload to the root of your webspace, and open it's URL with your browser.

    Download Upgrade 102-110
    Sample : www.yourdomain.com/upgrade-seditio10x-to-seditio110.php


    Then follow the steps as instructed.


    110 - Download the upgrade-seditio110-to-seditio120.php with the link at bottom of the current page, Unrar, upload to the root of your webspace, and open it's URL with your browser.
    Download Upgrade 110-121
    Sample : www.yourdomain.com/upgrade-seditio110-to-seditio120.php

    Then follow the steps as instructed.

Copyright © 2008 Domain.Com. All Rights Reserved.
Page created in 0.535 seconds