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 / Current Version (Old)
 Registering For My forum Does Not Work
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kit_knox
Starting Member

USA
1 Posts

Posted - 28 May 2001 :  15:14:30  Show Profile  Visit kit_knox's Homepage  Send kit_knox an AOL message
I set up At Brinkster.com and I have the DIR all Correct, the forum works, but the register part is not Working.
http://www20.brinkster.com/zyklonbee/forum/default.asp

My site:http://www20.brinkster.com/zyklonbee/start.html

Please Help!
E-Mail me at:kit_knox@hotmail.com

Yeah

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 May 2001 :  16:06:30  Show Profile
Try this strConnString instead:

'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/zyklonbee/db/snitz_forum.mdb") '## MS Access 2000 using virtual path
Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 28 May 2001 :  16:27:12  Show Profile  Send mafifi an ICQ Message
Replace line 49 on config.asp with this:
 
strDBType = "access"


Then place this code on line 55 in config.asp
 
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\Your_User_Name\db\snitz_forums_2000.mdb") & ";" & _
"Persist Security Info=False"


Make sure that your Access databse is placed in the db directory and that you replace the Your_User_Name in the above code with your Brinkster user name.

By the way, the e-mail features are not going to work if you have one of the free accounts with Brinkster.

Thanks,

Mo
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07