Author |
Topic  |
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 02:30:13
|
Hi..anyone up at this time? :) I think I did steps 1 though 4 correctly. When I try to load http://www.scubabyte.com/forum/setup.asp ... I get this board??? Any help?
Thanks, Maddie |
Scuba 4Ever |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 13 August 2002 : 02:51:41
|
i see code when i load that page... does your server support ASP? |
cHosting.nl |
 |
|
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 02:54:59
|
They said they did ?? |
Scuba 4Ever |
 |
|
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 02:59:48
|
I wonder if I did the first 4 steps correctly?? |
Scuba 4Ever |
 |
|
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 03:02:52
|
Do you know which I should have used? sqlserver access mysql |
Scuba 4Ever |
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 13 August 2002 : 03:03:57
|
depending on what is supported... |
cHosting.nl |
 |
|
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 03:06:59
|
I guess I don't know that after all. I just emailed my host and asked them. Not sure when I will get an answer back. |
Scuba 4Ever |
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 13 August 2002 : 03:09:04
|
maybe there is some information on the host's homepage? |
cHosting.nl |
 |
|
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 03:14:29
|
Their homepage says" .htaccess FTP sendmail access_log HTMLScript shells (lots) applets images maps shockwave C/C++ v2.7.2.1 java SMTP CGI JSP SSI majordomo SSL crontab MIME types Sub-domains custom 404 error Telnet dedicated IP MX record changes UNIX digital certs MySQL VI domain pointing Perl 5 Virtual Domains DreamWeaver PHP4 Control Panel Emacs Pico Forwarded email GuestBook POP3 Autoresponders Flash Python FormMail Frontpage real audio/video WWWBoard SSH
There is so much technology, that it couldn't possibly be listed in one quick table. If you are looking for something and it's not on the list, please contact us. Chances are we support it as well.
So..maybe they do..I guess I will have to wait till they reply. Unless you can think of something else, maybe? |
Scuba 4Ever |
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 13 August 2002 : 03:20:57
|
quote: Originally posted by Maddie
Do you know which I should have used? sqlserver access mysql
from the last post you made, i'd say that you ought to use MySQL... and i do not see support for ASP...
pHp on the other hand, they do support. |
cHosting.nl |
 |
|
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 03:24:55
|
okay thanks Crash. I will use MySQL..Can you tell me about the next step. IT says" '## Make sure to uncomment one of the strConnString lines! 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\snitz_forums_2000.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:\inetpub\dbroot\snitz_forums_2000.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 'strConnString = "DSN_NAME" '## DSN
Can you tell me which one to uncomment here? |
Scuba 4Ever |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 13 August 2002 : 03:29:59
|
You're on a server that identifies itself as the following: Apache/1.3.26 (Unix) mod_perl/1.27 PHP/4.2.2 mod_fastcgi/2.2.12 FrontPage/5.0.2.2510 mod_jk/1.2.0 mod_ssl/2.8.10 OpenSSL/0.9.6e
There's no mention of anything that would make me believe there's a possibility to run ASP pages on that server. |
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 13 August 2002 : 03:30:57
|
'## Make sure to uncomment one of the strConnString lines! 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\snitz_forums_2000.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:\inetpub\dbroot\snitz_forums_2000.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 'strConnString = "DSN_NAME" '## DSN
|
cHosting.nl |
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 13 August 2002 : 03:32:13
|
as FrutZle said, you are probably NOT able to run ASP pages... |
cHosting.nl |
 |
|
bax
Junior Member
 
141 Posts |
Posted - 13 August 2002 : 03:32:45
|
What's the ISP URL?
quote: Originally posted by Maddie
Their homepage says" .htaccess FTP sendmail access_log HTMLScript shells (lots) applets images maps shockwave C/C++ v2.7.2.1 java SMTP CGI JSP SSI majordomo SSL crontab MIME types Sub-domains custom 404 error Telnet dedicated IP MX record changes UNIX digital certs MySQL VI domain pointing Perl 5 Virtual Domains DreamWeaver PHP4 Control Panel Emacs Pico Forwarded email GuestBook POP3 Autoresponders Flash Python FormMail Frontpage real audio/video WWWBoard SSH
There is so much technology, that it couldn't possibly be listed in one quick table. If you are looking for something and it's not on the list, please contact us. Chances are we support it as well.
So..maybe they do..I guess I will have to wait till they reply. Unless you can think of something else, maybe?
|
 |
|
Maddie
Starting Member
14 Posts |
Posted - 13 August 2002 : 03:35:40
|
Thanks!! I just uploaded the new config file and I started to continue with step 5 and the setup in my browser - the box pops and asks me to download setup.asp from scubabyte.com I am lost again ??
|
Scuba 4Ever |
 |
|
Topic  |
|