Author |
Topic  |
|
DjMarvel
Starting Member
8 Posts |
Posted - 05 May 2001 : 13:33:26
|
ok im creating a forum, using your snitz script, im using Brinkster, to host it for me, ive uploaded all the stuff out of the zip folders into the corrasponding folders, but what do i do next, i know i know im stupid but all i want is to get this up and running so ANY help would be very kind. Regards Jay |
|
e3stone
Average Member
  
USA
885 Posts |
Posted - 05 May 2001 : 13:59:37
|
Did you change your database string? (this code:) (its in config.asp)
'strDBType = "sqlserver" strDBType = "access" 'strDBType = "mysql"
'## Make sure to uncomment one of the strConnString lines! 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=d:\html\users\insidewacocom\database\snitz_forums_2000a.mdb" '## MS Access 97 strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString ="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\xxxxxx\insidewacocom\database\snitz_forums_2000.mdb;" '## MS Access 2000 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7 'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL
replace the red code with this: ("\MemberName\db\snitz_forums_2000.mdb")
<-- Eric --> 
http://insidewaco.com/forum
Edited by - e3stone on 05 May 2001 14:00:02
Edited by - e3stone on 05 May 2001 14:01:45 |
 |
|
DjMarvel
Starting Member
8 Posts |
Posted - 05 May 2001 : 14:12:01
|
ok thats was graet thanks alot , so ive done that now, when i mak the 'start' page using html scripting , i have to make some kind of link to get into the forum how do i go about this, i know the tags but which one to use
|
 |
|
e3stone
Average Member
  
USA
885 Posts |
|
DjMarvel
Starting Member
8 Posts |
Posted - 05 May 2001 : 14:44:23
|
no thats not even working, this is annoying, but thanks for the help, i must have done somethink wrong but i cant/dont know what as ive followed the instruction in the readme file
|
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 05 May 2001 : 15:03:11
|
Search the forums here for 'brinkster', there are many examples of the connection string you need for your database on their servers.
====== Doug G ====== |
 |
|
e3stone
Average Member
  
USA
885 Posts |
Posted - 05 May 2001 : 16:13:52
|
Alright, if you still haven't gotten it setup at brinkster, here's a step-by-step for you.
1) unzip the file you downloaded from here (or where ever you got the snitz zip file) 2) inside that .zip file, there's another .zip file named 'tools'; unzip that one. That has your Access Database in it. 3) upload your database to your Brinkster account. Put the database in the folder named 'db' 4) change your config.asp file as stated in my previous post. 5) create a folder in your brinkster file manager named 'forum' and upload all the snitz files to that.
That should install the forum on your site.
If you want to give me your member name and password, I'll set it up for you. Just send me an email. ekirsch@hot.rr.com <-- Eric --> 
http://insidewaco.com/forum
Edited by - e3stone on 05 May 2001 16:15:25 |
 |
|
DjMarvel
Starting Member
8 Posts |
Posted - 05 May 2001 : 18:14:20
|
hey thanks to allll the ppl whphelped me ur all so kind..its all working and im so ahppy.....just one more problem...can i create more than just that one 'test forum' ?
|
 |
|
e3stone
Average Member
  
USA
885 Posts |
Posted - 05 May 2001 : 18:57:37
|
Log in as admin (password is admin) then there should be some purple folders to the right side. Click on those to create new categories or forums
Edited by - e3stone on 05 May 2001 19:12:57 |
 |
|
|
Topic  |
|