Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Internationalization (v4-archive)
 HELPPP....
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ANAKHA
Starting Member

Turkey
3 Posts

Posted - 20 February 2002 :  06:10:18  Show Profile  Send ANAKHA an ICQ Message  Reply with Quote
well my name ıs eray...ı want to make my own forum...ı can speak englısh but ı cannt understand clearly what ıt says ın the readme part ıs there any turkısh men that can help me.......or tell me step by stpe how can ı make my forum


[moved by bozden on 30 September 2002]

<

Edited by - Deleted on 30 September 2002 18:23:43

Deleted
deleted

4116 Posts

Posted - 20 February 2002 :  06:59:03  Show Profile
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<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07