Author |
Topic |
j-train
Starting Member
Iceland
33 Posts |
Posted - 20 June 2007 : 17:30:27
|
where is the readme? Or can you just help me out? |
|
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 20 June 2007 : 18:29:47
|
Ok I read the readme, what asp file do I edit to change this? |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 20 June 2007 : 18:36:30
|
Its in config.asp - all as per the "read me".
(edited stupid typo) |
Edited by - AnonJr on 20 June 2007 18:38:32 |
|
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 20 June 2007 : 18:49:45
|
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 |
|
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 20 June 2007 : 19:28:09
|
C'mon guys, help me. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 20 June 2007 : 19:50:11
|
Look up. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 20 June 2007 : 20:44:27
|
I read the readme twice, I cannot figure it out. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 20 June 2007 : 21:21:20
|
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 |
|
|
gary b
Junior Member
USA
267 Posts |
Posted - 20 June 2007 : 21:57:12
|
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
|
|
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 20 June 2007 : 23:26:33
|
/jtrain---(root) -access_db -forum -images -stats -storage
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 21 June 2007 : 14:15:24
|
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 |
|
|
j-train
Starting Member
Iceland
33 Posts |
Posted - 21 June 2007 : 14:17:25
|
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. |
|
|
Topic |
|