I will anser this in Turkish as it will be basic for most of us.
Selam,
Öncelikle kullanımınızda neler olduğunu bilmem gerekiyor. Yerel olarak ne kullanıyorsunuz, web'de ne olacak?
* İşletim Sistemi
* Veritabanı
* Host'daki dizin yapısı
* Bilgisayar terimleri/kavramları hakkındaki bilginiz
nedir bilmem öncelikli. Böylece daha verimli olarak bilgi verebilirim.
Yerel olarak W9x, PWS, Access ve Snitz v4beta kullandığınızı (default ayarlarla) varsayarak kısaca:
0. Sourceforge'dan v4.0beta03'ü indirin, benim imza satırımdaki linkten son yamayı yükleyin.
1. Forumu c:\inetpub\wwwroot\forum dizinine açın, yamaları uygulayın.
2. Tools altındaki veritabanını c:\inetpub\dbroot dizinine kopyalayın, önerim onu önce Access 2000'e çevirmeniz. Yoksa Unicode'da özellikle İ olmak üzere Türkçelerde sorun çıkar.
3. Config.asp dosyasını açın, oradaki iki satırın önündeki tırnağı kaldırın (kırmızı).
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"
'## Make sure to uncomment one of the strConnString lines!
'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=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/tools/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={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 7
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 2000
'strConnString = "driver=MySQL;server=SERVER_IP;uid=UID;pwd=PWD;database=DB_NAME" '## MySQL
4. Dil ayarları için aynı dosyada aşağılarda şu değişiklikleri yapın (varsayılan Türkçe ve seçilirse İngilizce için anlatıyorum):
'===== YOU CAN CUSTOMIZE BELOW THIS LINE ===========================================
Const blnLangSupport = True ' Controls Multi Language Support and the selector in menu. Default: FALSE
'== SINGLE LANGUAGE SUPPORT
' To support only one language, do the following:
' 1. Set the blnLangSupport to FALSE (its around 40 lines above)
' 2. Change the code NNNN (LCID code) in the include LangNNNN.asp below, be sure it exists
' 2. Remove the # signs infront of the include(s) in the
' MULTIPLE SIMULTANEOUS LANGUAGE SUPPORT section below
' NOTE: This is also the default language in Multi Language case
%>
<!--#INCLUDE FILE="Lang1055.asp" -->
<%
'== MULTIPLE SIMULTANEOUS LANGUAGE SUPPORT
' To support two user selectable languages, do the following:
' 1. Set the blnLangSupport to TRUE (its around 10 lines above)
' 2. Put a # sign infront of the include(s) just below
' 3. Change the code NNNN (LCID code) in the alternative Language include LangNNNN.asp below, be sure it exists
if blnLangSupport then
%>
<!--#INCLUDE FILE="Lang1033.asp" -->
<!--INCLUDE FILE="Lang0000.asp" -->
<%
5. Browser'dan http://localhost/forum adresini çalıştırın, setup yapın, admin ayarlarını yapın....
Buraya kadar yapın, sorunları konuşalım. İngilizce sorarsanız başkaları da katkıda bulunabilir. Kolay gelsin.
Think PinkPost v40b03 Patches<