Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Processing database files into viewable forum
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Moo11123
Starting Member

Australia
5 Posts

Posted - 29 March 2013 :  04:34:34  Show Profile  Reply with Quote
Hello everybody,

Just recently a friend sent me a forum that he had hosted for years, he took it down because he didn't want to pay for the website.

I just wanted to know how can I easily process these files into a viewable forum?

I am sure there is a tutorial somewhere here but I am hopeless!

All help would be greatly appreciated!

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 29 March 2013 :  06:07:06  Show Profile
Was it a Snitz forum and did he provide the database? If so, what type of database is it (Access/MySQL/MS SQL)?
Go to Top of Page

Moo11123
Starting Member

Australia
5 Posts

Posted - 30 March 2013 :  04:25:58  Show Profile
It is a snitz foum.

I am not sure what type of database it is, is there a way to check this?
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 30 March 2013 :  10:18:14  Show Profile
If the files include one ending in an ".mdb", then it's an Access database and it's easily done. If not, one of the guys here may be able to help you with recovering a SQL/MySQL database; but I wouldn't count on it.
Go to Top of Page

Moo11123
Starting Member

Australia
5 Posts

Posted - 01 April 2013 :  00:45:35  Show Profile
They are mainly ASP files. :(
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 01 April 2013 :  03:17:23  Show Profile
The asp files themselves do not contain any messages, user information, etc. Those are just the software needed to run a forum, minus the database with all the necessary tables and fields.
Go to Top of Page

Moo11123
Starting Member

Australia
5 Posts

Posted - 01 April 2013 :  05:10:11  Show Profile
I looked in config.asp and it is a mysql database.

'strDBType = "sqlserver"
'strDBType = "access"
strDBType = "mysql"

Is it possible to just put it together offline for now?
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 01 April 2013 :  05:34:00  Show Profile
Not without the database. You will have to reinstall the forum from "setup.asp" and then reinstall each and every mod's "dbs" file from the admin console. After you finish all of those, then copy all the files you have into the forum folder to replace the default ones.
Go to Top of Page

Moo11123
Starting Member

Australia
5 Posts

Posted - 04 April 2013 :  00:40:39  Show Profile
So you are saying that I should create a new forum and then put the old files into it?
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 04 April 2013 :  04:12:33  Show Profile

  1. Download the Snitz 3.4.07 file.
  2. Unarchive it into a folder on your drive under the inetpub\wwwroot folder of IIS.
  3. Edit the "config.asp" file to point to the location of your database file.
  4. In your web browser, open http://localhost/ forumfolder /setup.asp

When setup is complete:
  1. Make a list of all the mods currently used in the asp files you have.
  2. Download all the files for each from http://www.snitzbitz.com.
  3. Extract the "*.dbs" file from each into your forum folder.
  4. In your web browser, sign into the forum, go to the admin link at the top right (you'll have to sign in there, as well).
  5. Go to the Mod Setup link, you'll see a drop-down list of each ".dbs" file title.
  6. Select them one at a time to install changes to the database. When done, you can delete them from the forum folder.

Now, if you got them all; you can copy the old forum files into the forum folder and they should all work. However, if there are any custom modifications which aren't part of a known mod, you may encounter random errors.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07