Author |
Topic  |
honda rules 142
Starting Member
22 Posts |
Posted - 28 November 2001 : 01:33:15
|
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 |
|
honda rules 142
Starting Member
22 Posts |
Posted - 28 November 2001 : 19:56:56
|
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 |
 |
|
Kenno
Average Member
  
Cambodia
846 Posts |
Posted - 28 November 2001 : 21:17:49
|
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. |
 |
|
honda rules 142
Starting Member
22 Posts |
Posted - 29 November 2001 : 00:54:29
|
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
|
 |
|
Kenno
Average Member
  
Cambodia
846 Posts |
Posted - 29 November 2001 : 01:05:22
|
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. |
 |
|
honda rules 142
Starting Member
22 Posts |
Posted - 29 November 2001 : 21:56:30
|
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
|
 |
|
Kenno
Average Member
  
Cambodia
846 Posts |
Posted - 29 November 2001 : 23:39:10
|
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. |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 30 November 2001 : 03:13:14
|
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 |
 |
|
honda rules 142
Starting Member
22 Posts |
Posted - 30 November 2001 : 19:42:39
|
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 !
|
 |
|
honda rules 142
Starting Member
22 Posts |
Posted - 01 December 2001 : 19:36:32
|
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
|
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 02 December 2001 : 06:20:11
|
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 |
 |
|
honda rules 142
Starting Member
22 Posts |
Posted - 02 December 2001 : 17:52:09
|
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 |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 03 December 2001 : 03:35:01
|
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 |
 |
|
honda rules 142
Starting Member
22 Posts |
Posted - 03 December 2001 : 18:47:36
|
What file is my datebase file?
|
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 04 December 2001 : 03:22:41
|
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 |
 |
|
Topic  |
|