************************************************************************
* 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.5 SQL update info
----------------------------------------------
- Requirement for ASP-NUKE Community v1.5 SQL
- MS Windows Server (NT4/Win2000/Win2003/WinXP)
- MS Internet Information Server >v4.0
- an Email module: CDONTS, CDOSYS, AspEMail, AspMail, Jmail
- MS Script v5.6
- MDAC 2.7 (Prefere 2.8 or greater)
- MS Access 3.51, 4.0 (prefered)
- ..
- How to update ASP-NUKE v1.2 to ASP-NUKE Community v1.4
- Upload all code to your FTP/HOST
- Run SETUP.ASP
- Write access on /db folde
- 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
- Login as your admin account
- Goto Admin section
- Select Database menu
- Update MAIN.MDB
- Write in the Query
- Click on Submit
- See that the main12to14.SQL script is loaded.
- Check that the USE line points to your old
MAIN.MDB that you renamed, eg
MAIN12.MDB
- If it is correct click on Submit
- And your MAIN12.MDB is updated to
MAIN.MDB version1.4
- Clear Query Box
- Press Ctrl-A
- Press Delete
- Update FORUM.MDB
- Write in the Query
- Clock on Submit
- See that forum1xto14.sql script is loaded
- Chech that the USE line points to your old
FORUM.MDB, that you renamed, eg
FORUM12.MDB
- If is it correct click on Submit
- And your FORUM12.MDB is updated to
FORUM.MDB version 1.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"
- or your can rename you MAIN12.MDB to
MAIN.MDB and FORUM12.MDB to
FORUM.MDB and run Asp-Nuke v1.4
- Now do all your other changes to Asp-Nuke v1.4 you
need to do to make it your site
- How to update ASP-NUKE v1.3 to ASP-NUKE Community v1.4
- Upload all code to your FTP/HOST
- Run SETUP.ASP
- Write access on /db folde
- 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
- Login as your admin account
- Goto Admin section
- Select Database menu
- Update MAIN.MDB
- Write in the Query
- Click on Submit
- See that the main13to14.SQL script is loaded.
- Check that the USE line points to your old
MAIN.MDB that you renamed, eg
MAIN13.MDB
- If it is correct click on Submit
- And your MAIN13.MDB is updated to
MAIN.MDB version1.4
- Clear Query Box
- Press Ctrl-A
- Press Delete
- Update FORUM.MDB
- Write in the Query
- Clock on Submit
- See that forum1xto14.sql script is loaded
- Chech that the USE line points to your old
FORUM.MDB, that you renamed, eg
FORUM13.MDB
- If is it correct click on Submit
- And your FORUM13.MDB is updated to
FORUM.MDB version 1.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"
- or your can rename you MAIN13.MDB to
MAIN.MDB and FORUM13.MDB to
FORUM.MDB and run Asp-Nuke v1.4
- Now do all your other changes to Asp-Nuke v1.4 you need to do to make it
your site
- How to update ASP-NUKE Community v1.4 to Service Pack 1
- Upload all code from the SP1 to Host/ftp
- Login as your admin account
- Goto Admin section
- Select Database menu
- Update MAIN.MDB
- Write in the Query
- Click on Submit
- See that the main14SP1.SQL script is loaded.
- Check that the USE line points to your old
MAIN.MDB
- USE MAIN
- Or the Name that you use on
your MAIN.MDB
- If it is correct click on Submit
- And your MAIN.MDB is updated to
MAIN.MDB version 1.4 SP1
- Clear Query Box
- Press Ctrl-A
- Press Delete
- Update FORUM.MDB
- Write in the Query
- Clock on Submit
- See that forum14SP1.sql script is loaded
- Chech that the USE line points to your old
FORUM.MDB
- USE FORUM
- or the name you use on your FORUM.MDB
- If is it correct click on Submit
- And your FORUM.MDB is updated to
FORUM.MDB version 1.4 SP1
-
Now do all your other changes to Asp-Nuke v1.4 you need to
do to make it your site
-
How to update ASP-NUKE Community v1.4 SP1
to Service Pack 2
- Login as your admin account
- Goto Admin section
- Select Database menu
- Update MAIN.MDB
- Write in the Query
- Click on Submit
- See that the main14SP2.SQL script is loaded.
- Check that the USE line points to your old
MAIN.MDB
- USE MAIN
- Or the Name that you use on
your MAIN.MDB
- If it is correct click on Submit
- And your MAIN.MDB is updated to
MAIN.MDB version 1.4 SP2
- Clear Query Box
- Press Ctrl-A
- Press Delete
- Update FORUM.MDB
- Write in the Query
- Clock on Submit
- See that forum14SP2.sql script is loaded
- Chech that the USE line points to your old
FORUM.MDB
- USE FORUM
- or the name you use on your FORUM.MDB
- If is it correct click on Submit
- And your FORUM.MDB is updated to
FORUM.MDB version 1.4 SP2
-
Upload all code from the SP2 to Host/ftp
-
Now do all your other changes to Asp-Nuke v1.4 you need to
do to make it your site
-
How to update Asp-Nuke Community v1.4 SP2 to v1.5
SQL
-
bla bla
-
bla bla