The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Could someone more experienced user tell me in the easy way how i should setup this part?
How should it look in Virtualavae.net free host, for example? My files is in public_html/forum and public_html/forum/tools.
snitz_forums_2000.mdb is located in public_html/cgi-bin/
This part is confusing me because i have not seen this setup in any other board soft, like UBB and UltraBoard, nor Discus..i've try them all with succe. What CHMOD should i use, think the doc file is badly made, it's hard to understand if you do not understand board-setups really good, it's wrote like you allready know all about this software. Anyway, i would appreciate help! Thx in advance :)
I would appreciate all help here
'## Make sure to uncomment one of the strConnString lines! 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.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=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.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
<
This part is confusing me because i have not seen this setup in any other board soft, like UBB and UltraBoard, nor Discus..i've try them all with succe. What CHMOD should i use, think the doc file is badly made, it's hard to understand if you do not understand board-setups really good, it's wrote like you allready know all about this software. Anyway, i would appreciate help! Thx in advance :)
I would appreciate all help here
'## Make sure to uncomment one of the strConnString lines! 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.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=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.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
<