************************************************************************
* ASPNUKE Community: Free web portal in ASP *
************************************************************************
* ASP-Nuke Community 1.4 Copyright © 2004 by Rolf Thomassen *
* (mrspock(a)rediff.com) http://www.rot.dk *
* *
* Re-design by Rolf Thomassen © 2004 (mrspock(a)rediff.com) *
* *
* ASP-Nuke Community 1.3 © 2003 by Rolf Thomassen *
* (mrspock(a)rediff.com) http://www.rot.dk *
* *
* ASP-Nuke 1.0, 1.1, 1.2 Copyright (c) 2002-2003 by Gaetan Bouveret *
* (webmaster@asp-nuke.com) http://www.asp-nuke.com *
* *
* This program is free software. You can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
************************************************************************

ASP-Nuke Community v1.4 update info
-----------------------------------

  1. Requirement for ASP-NUKE Community v1.4
    1. MS Windows Server (NT4/Win2000/Win2003/WinXP)
    2. MS Internet Information Server >v4.0
    3. an Email module, CDONTS, CDOSYS, AspEMail, AspMail, Jmail
    4. MS Script v5.6
    5. MDAC 2.6 (Prefere 2.7 or greater)
    6. MS Access 3.51, 4.0 (prefered)
    7. ..
  2. How to update ASP-NUKE v1.2 to ASP-NUKE Community v1.4
    1. Upload all code to your FTP/HOST
    2. Run SETUP.ASP
    3. Write access on /db folde
    4. When you got Asp-Nuke Community v1.4 working, you can upload/copy your old main.mdb and forum.db to the new /db folder,
      • I surguest that you rename them, for this example to MAIN12.MDB and FORUM12.MDB
    5. Login as your admin account
    6. Goto Admin section
    7. Select Database menu
      1. Update MAIN.MDB
        1. Write in the Query
          • LOAD main12to14.SQL
        2. Click on Submit
        3. See that the main12to14.SQL script is loaded.
        4. Check that the USE line points to your old MAIN.MDB that you renamed, eg MAIN12.MDB
          • USE MAIN12
        5. If it is correct click on Submit
        6. And your MAIN12.MDB is updated to MAIN.MDB version1.4
      2. Clear Query Box
        1. Press Ctrl-A
        2. Press Delete
      3. Update FORUM.MDB
        1. Write in the Query
          • LOAD forum1xto14.SQL
        2. Clock on Submit
        3. See that forum1xto14.sql script is loaded
        4. Chech that the USE line points to your old FORUM.MDB, that you  renamed, eg FORUM12.MDB
          • USE FORUM12
        5. If is it correct click on Submit
        6. And your FORUM12.MDB is updated to FORUM.MDB version 1.4
      4. You can now choose to use the old databases directly, by edit your configuration-inc.asp and change
        • Const DB_MAIN = "MAIN12" 
        • Const DB_FORUM = "FORUM12"
      5. or your can rename you MAIN12.MDB to MAIN.MDB and FORUM12.MDB to FORUM.MDB and run Asp-Nuke v1.4
    8. Now do all your other changes to Asp-Nuke v1.4 you need to do to make it your site
  3. How to update ASP-NUKE v1.3 to ASP-NUKE Community v1.4
    1. Upload all code to your FTP/HOST
    2. Run SETUP.ASP
    3. Write access on /db folde
    4. When you got Asp-Nuke Community v1.4 working, you can upload/copy your old main.mdb and forum.db to the new /db folder,
      • I surguest that you rename them, for this example to MAIN13.MDB and FORUM13.MDB
    5. Login as your admin account
    6. Goto Admin section
    7. Select Database menu
      1. Update MAIN.MDB
        1. Write in the Query
          • LOAD main13to14.SQL
        2. Click on Submit
        3. See that the main13to14.SQL script is loaded.
        4. Check that the USE line points to your old MAIN.MDB that you renamed, eg MAIN13.MDB
          • USE MAIN13
        5. If it is correct click on Submit
        6. And your MAIN13.MDB is updated to MAIN.MDB version1.4
      2. Clear Query Box
        1. Press Ctrl-A
        2. Press Delete
      3. Update FORUM.MDB
        1. Write in the Query
          • LOAD forum1xto14.SQL
        2. Clock on Submit
        3. See that forum1xto14.sql script is loaded
        4. Chech that the USE line points to your old FORUM.MDB, that you  renamed, eg FORUM13.MDB
          • USE FORUM13
        5. If is it correct click on Submit
        6. And your FORUM13.MDB is updated to FORUM.MDB version 1.4
      4. You can now choose to use the old databases directly, by edit your configuration-inc.asp and change
        • Const DB_MAIN = "MAIN13" 
        • Const DB_FORUM = "FORUM13"
      5. or your can rename you MAIN13.MDB to MAIN.MDB and FORUM13.MDB to FORUM.MDB and run Asp-Nuke v1.4
    8. Now do all your other changes to Asp-Nuke v1.4 you need to do to make it your site
  4. How to update ASP-NUKE Community v1.4 to Service Pack 1
    1. Upload all code from the SP1 to Host/ftp
    2. Login as your admin account
    3. Goto Admin section
    4. Select Database menu
      1. Update MAIN.MDB
        1. Write in the Query
          • LOAD main14SP1.SQL
        2. Click on Submit
        3. See that the main14SP1.SQL script is loaded.
        4. Check that the USE line points to your old MAIN.MDB
          • USE MAIN
          • Or the Name that you use on your MAIN.MDB
        5. If it is correct click on Submit
        6. And your MAIN.MDB is updated to MAIN.MDB version 1.4 SP1
      2. Clear Query Box
        1. Press Ctrl-A
        2. Press Delete
      3. Update FORUM.MDB
        1. Write in the Query
          • LOAD forum14SP1.SQL
        2. Clock on Submit
        3. See that forum14SP1.sql script is loaded
        4. Chech that the USE line points to your old FORUM.MDB
          • USE FORUM
          • or the name you use on your FORUM.MDB
        5. If is it correct click on Submit
        6. And your FORUM.MDB is updated to FORUM.MDB version 1.4 SP1
    5. Now do all your other changes to Asp-Nuke v1.4 you need to do to make it your site
  5. How to update ASP-NUKE Community v1.4 SP1 to Service Pack 2
    1. Login as your admin account
    2. Goto Admin section
    3. Select Database menu
      1. Update MAIN.MDB
        1. Write in the Query
          • LOAD main14SP2.SQL
        2. Click on Submit
        3. See that the main14SP2.SQL script is loaded.
        4. Check that the USE line points to your old MAIN.MDB
          • USE MAIN
          • Or the Name that you use on your MAIN.MDB
        5. If it is correct click on Submit
        6. And your MAIN.MDB is updated to MAIN.MDB version 1.4 SP2
      2. Clear Query Box
        1. Press Ctrl-A
        2. Press Delete
      3. Update FORUM.MDB
        1. Write in the Query
          • LOAD forum14SP2.SQL
        2. Clock on Submit
        3. See that forum14SP2.sql script is loaded
        4. Chech that the USE line points to your old FORUM.MDB
          • USE FORUM
          • or the name you use on your FORUM.MDB
        5. If is it correct click on Submit
        6. And your FORUM.MDB is updated to FORUM.MDB version 1.4 SP2
    4. Upload all code from the SP2 to Host/ftp
    5. Now do all your other changes to Asp-Nuke v1.4 you need to do to make it your site