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)
 Stuck at # 5 - "Test/complete the installation"
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  02:30:13  Show Profile  Visit Maddie's Homepage
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  Show Profile  Visit crash's Homepage
i see code when i load that page... does your server support ASP?

cHosting.nl
Go to Top of Page

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  02:54:59  Show Profile  Visit Maddie's Homepage
They said they did ??

Scuba 4Ever
Go to Top of Page

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  02:59:48  Show Profile  Visit Maddie's Homepage
I wonder if I did the first 4 steps correctly??

Scuba 4Ever
Go to Top of Page

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  03:02:52  Show Profile  Visit Maddie's Homepage
Do you know which I should have used?
sqlserver
access
mysql

Scuba 4Ever
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 13 August 2002 :  03:03:57  Show Profile  Visit crash's Homepage
depending on what is supported...

cHosting.nl
Go to Top of Page

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  03:06:59  Show Profile  Visit Maddie's Homepage
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
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 13 August 2002 :  03:09:04  Show Profile  Visit crash's Homepage
maybe there is some information on the host's homepage?

cHosting.nl
Go to Top of Page

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  03:14:29  Show Profile  Visit Maddie's Homepage
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
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 13 August 2002 :  03:20:57  Show Profile  Visit crash's Homepage
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
Go to Top of Page

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  03:24:55  Show Profile  Visit Maddie's Homepage
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
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 13 August 2002 :  03:29:59  Show Profile
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.
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 13 August 2002 :  03:30:57  Show Profile  Visit crash's Homepage
'## 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
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 13 August 2002 :  03:32:13  Show Profile  Visit crash's Homepage
as FrutZle said, you are probably NOT able to run ASP pages...

cHosting.nl
Go to Top of Page

bax
Junior Member

141 Posts

Posted - 13 August 2002 :  03:32:45  Show Profile
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?

Go to Top of Page

Maddie
Starting Member

14 Posts

Posted - 13 August 2002 :  03:35:40  Show Profile  Visit Maddie's Homepage
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
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 1.77 seconds. Powered By: Snitz Forums 2000 Version 3.4.07