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 / Current Version (Old)
 help me
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

honda rules 142
Starting Member

22 Posts

Posted - 28 November 2001 :  01:33:15  Show Profile
ok i changed the config file but when i go to run the setup it asks me what program i want to use to run it .
so me question is what program i want to use to run it ?

redbrad0
Advanced Member

USA
3725 Posts

Posted - 28 November 2001 :  01:36:34  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
this means your hosting company does not support asp, who are you using, and what is your domain name?

Brad
Web Hosting with SQL Server @ $24.95 per month
Snitz Mod Archive

Go to Top of Page

honda rules 142
Starting Member

22 Posts

Posted - 28 November 2001 :  19:56:56  Show Profile
i am using telus the url of my site is http://www3.telus.net/motolife





Edited by - honda rules 142 on 28 November 2001 19:59:39
Go to Top of Page

Kenno
Average Member

Cambodia
846 Posts

Posted - 28 November 2001 :  21:17:49  Show Profile  Visit Kenno's Homepage
Why don't you tell us what's your host? Then we can confirm if your host support ASP or not.

It's good to do the Impossible, But it's no longer call the impossible when it's doable.
Go to Top of Page

honda rules 142
Starting Member

22 Posts

Posted - 29 November 2001 :  00:54:29  Show Profile
O.K. i moved to a new server and got past the old promblem. now when i run the program all i get is a bunch a code a half under stand
so my question is am i on the right path and if so what is the next step?


Thanks for the help

Go to Top of Page

Kenno
Average Member

Cambodia
846 Posts

Posted - 29 November 2001 :  01:05:22  Show Profile  Visit Kenno's Homepage
It doesn't sound like your host support Active Server Page. Let's try this. Open the Windows Notepad, write this code:

<%
Response.Write "Hello Cruel World"
%>


Save it as hello.asp, then upload it to your webserver. Run that site, for example: www3.telus.net/hello.asp . If you only see "Hello Cruel World", it means that your host support ASP, however if you see the code above, or your are asked to download that file, it simply mean your webhost server doesn't support ASP. Try it!




It's good to do the Impossible, But it's no longer call the impossible when it's doable.
Go to Top of Page

honda rules 142
Starting Member

22 Posts

Posted - 29 November 2001 :  21:56:30  Show Profile
Ok i did that and found that this host don't support asp files.
so dose any one no a FREE host that dose? (i am already paying for my main host)

thanks for any help

Go to Top of Page

Kenno
Average Member

Cambodia
846 Posts

Posted - 29 November 2001 :  23:39:10  Show Profile  Visit Kenno's Homepage
Well, it would be great if you could get another host that support ASP. I know one free server: www.brinkster.com , but frankly, it's very inconvenient. The server is slow, and it doesn't give FTP access. For the long run, you won't like it.

It's good to do the Impossible, But it's no longer call the impossible when it's doable.
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 30 November 2001 :  03:13:14  Show Profile
I believe websamba.com is free and does offer ASP and FTP.
Try looking in the Forum Hosting forum for more information on (free) hosts.

Roland

- here to help when possible -

http://www.frutzle.com
Go to Top of Page

honda rules 142
Starting Member

22 Posts

Posted - 30 November 2001 :  19:42:39  Show Profile
Thanx for all the help guys ! i go a www1.websamba.com acount just a few mins ago and am waiting for the password. they say that they support some asp file so i hope this works!

Thanx again for all the help guys !

Go to Top of Page

honda rules 142
Starting Member

22 Posts

Posted - 01 December 2001 :  19:36:32  Show Profile
ok i uploaded the forum on to my new host and it supports asp file but i have a problem it says that "There has been an error !!

The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype."

can u help me with this 1

THANX FOR ANY HELP







Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 02 December 2001 :  06:20:11  Show Profile
Download whereami.zip from http://www.frutzle.com/snitz/whereami.zip and upload the ASP file from that ZIP to your account at websamba. Then open it in your browser. It'll show you a path (like D:\Freehost16\username\whereami.asp). Use that path to locate your database and fill that path in to the strConnString like this:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Freehost16\username\yourdatabase.mdb" '## MS Access 2000

Also uncomment the correct database type.

Let me know if this helped or not.

Roland

- here to help when possible -

http://www.frutzle.com
Go to Top of Page

honda rules 142
Starting Member

22 Posts

Posted - 02 December 2001 :  17:52:09  Show Profile
i already have a file that dose that called "find.asp". that dos'nt realy help thought because i have no idea what i m doing. if u could take a look and tell my what i need to do next it would realy help.
how do i setup the date base any way do i need to upload a difrent file? i only no html and dhtml not this stuff
http://www.websamba.com/motolife/setup.asp

http://www.websamba.com/motolife/find.asp
maybe this this will this help you



Thanx for all the help



Edited by - honda rules 142 on 02 December 2001 17:54:38
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 03 December 2001 :  03:35:01  Show Profile
If you'd opened find.asp you'd have gotten this path:
D:\freehost13\motolife\snitz_forums_2000.mdb
This means that if you're using the original Access 97 database that comes with version 3.3.03 of the Snitz forums, and you've uploaded it to the same directory as find.asp, you're supposed to enter D:\freehost13\motolife\snitz_forums_2000.mdb in your config.asp like this:

strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=D:\freehost13\motolife\snitz_forums_2000.mdb" '## MS Access 97


Also remove the apostrophe in front of strDBType = "access" as you will be using an Access database.

One tip: rename your database. Because you don't have a protected folder for it, everyone who knows the name of your database will be able to download it.

I hope this helps.

Roland

- here to help when possible -

http://www.frutzle.com
Go to Top of Page

honda rules 142
Starting Member

22 Posts

Posted - 03 December 2001 :  18:47:36  Show Profile
What file is my datebase file?


Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 04 December 2001 :  03:22:41  Show Profile
In the ZIP of the forums, there's another ZIP file called "tools". Unzip it and you'll have a file called "snitz_forums_2000.mdb".
That's your DataBase file. Unless you upload that too, your forums won't ever work.

Roland

- here to help when possible -

http://www.frutzle.com
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07