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)
 Help me resurrect my v3.4.05 Forum
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

j-train
Starting Member

Iceland
33 Posts

Posted - 20 June 2007 :  17:30:27  Show Profile  Visit j-train's Homepage
where is the readme?
Or can you just help me out?
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 20 June 2007 :  18:29:47  Show Profile  Visit j-train's Homepage
Ok I read the readme, what asp file do I edit to change this?
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 20 June 2007 :  18:36:30  Show Profile  Visit AnonJr's Homepage
Its in config.asp - all as per the "read me".

(edited stupid typo)

Edited by - AnonJr on 20 June 2007 18:38:32
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 20 June 2007 :  18:49:45  Show Profile  Visit j-train's Homepage
Ok, I changed it. It still doesnt work. Which of these am I supposed to use? again I am using GoDaddy.com for hosting.
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/access_db/section8.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\httpdocs\access_db\section8.mdb" '## MS Access 2000
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 97 using virtual path
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 97 on Brinkster
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\httpdocs\access_db\section8.mdb" '## MS Access 97
'strConnString = "Provider=SQLOLEDB;Data Source=SERVER_NAME;database=DB_NAME;uid=UID;pwd=PWD;" '## MS SQL Server 6.x/7.x/2000 (OLEDB connection)
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 6.x/7.x/2000 (ODBC connection)
'strConnString = "driver=MySQL;server=SERVER_IP;uid=UID;pwd=PWD;database=DB_NAME" '## MySQL w/ MyODBC v2.50
'strConnString = "driver={MySQL ODBC 3.51 Driver};option=4;server=SERVER_IP;user=UID;password=PWD;DATABASE=DB_NAME;" '##MySQL w/ MyODBC v3.51
'strConnString = "DSN_NAME" '## DSN

Edited by - j-train on 20 June 2007 18:50:13
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 20 June 2007 :  19:28:09  Show Profile  Visit j-train's Homepage
C'mon guys, help me.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 20 June 2007 :  19:34:55  Show Profile  Send ruirib a Yahoo! Message
What doubts about the readme do you need help with?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 20 June 2007 :  19:50:11  Show Profile  Visit j-train's Homepage
Look up.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 20 June 2007 :  20:02:07  Show Profile  Send ruirib a Yahoo! Message
If you can't have the trouble to read the file, I won't have the trouble to look up.
I'm off this thread. Good luck.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 20 June 2007 :  20:44:27  Show Profile  Visit j-train's Homepage
I read the readme twice, I cannot figure it out.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 20 June 2007 :  21:21:20  Show Profile  Send ruirib a Yahoo! Message
Can you tell me your godaddy folder structure? I'm mainly interested in the relation between that access_db folder and the folder where you want to place the forum code.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

gary b
Junior Member

USA
267 Posts

Posted - 20 June 2007 :  21:57:12  Show Profile  Visit gary b's Homepage


Let me jump in and add:
1. Snitz forum includes a file called WHEREAMI.ASP
2. Place this file in the access_db FOLDER and connect to it with your browser. Write down what the page says.
3. Create the FOLDER (if necessary) that will hold the forum files.
4. Place WHEREAMI.ASP in the FORUM FILES folder and connect to it with your browser. Write down what the page says.
5. Post the results for steps 2 and 4 so that we know which step the results apply to.
6. Place cold milk and cookies on a plate for the reindeer.

gary b
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 20 June 2007 :  23:26:33  Show Profile  Visit j-train's Homepage
/jtrain---(root)
-access_db
-forum
-images
-stats
-storage

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 21 June 2007 :  04:29:10  Show Profile  Send ruirib a Yahoo! Message
Try this:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../access_db/section8.mdb") '## MS Access 2000 using virtual path


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 21 June 2007 :  14:15:24  Show Profile  Visit j-train's Homepage
quote:
Originally posted by gary b



Let me jump in and add:
1. Snitz forum includes a file called WHEREAMI.ASP
2. Place this file in the access_db FOLDER and connect to it with your browser. Write down what the page says.
3. Create the FOLDER (if necessary) that will hold the forum files.
4. Place WHEREAMI.ASP in the FORUM FILES folder and connect to it with your browser. Write down what the page says.
5. Post the results for steps 2 and 4 so that we know which step the results apply to.
6. Place cold milk and cookies on a plate for the reindeer.

gary b




Didn't work no milk and cookies for you

I may be dense, but when you say connect to it with your browser you mean "http://www.m4orum.com/access_db/WHEREAMI.asp" ?
and "http://www.m4orum.com/forum/WHEREAMI.asp"?
here are the results:


http://www.m4orum.com/access_db/WHEREAMI.asp
The page cannot be displayed
You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.

Please try the following:

* Contact the Web site administrator if you believe this directory should allow execute access.

HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)

Technical Information (for support personnel)

* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 403.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Configuring ISAPI Extensions, Configuring CGI Applications, Securing Your Site with Web Site Permissions, and About Custom Error Messages.
* In the IIS Software Development Kit (SDK) or at the MSDN Online Library, search for topics titled Developing ISAPI Extensions, ISAPI and CGI, and Debugging ISAPI Extensions and Filters.


http://www.m4orum.com/forum/WHEREAMI.asp

The page cannot be displayed
The request cannot be processed at this time. The amount of traffic exceeds the Web site's configured capacity.

Please try the following:

* Click the Refresh button, or try again later.
* If this error persists, contact the Web site administrator to inform them that this error continues to occur for this URL address.

HTTP Error 500.13 - Server error: Web server is too busy.
Internet Information Services (IIS)

Technical Information (for support personnel)

* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 500.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Monitoring and Tuning Web Application Performance, Performance Monitoring and Scalability Tools, and About Custom Error Messages.


Edited by - j-train on 21 June 2007 14:20:30
Go to Top of Page

j-train
Starting Member

Iceland
33 Posts

Posted - 21 June 2007 :  14:17:25  Show Profile  Visit j-train's Homepage
quote:
Originally posted by ruirib

Try this:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../access_db/section8.mdb") '## MS Access 2000 using virtual path




This didn't work either. I am not thrilled by Godaddy soo far, I didn't have this problem with my last host.
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page | 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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07