Webmaster Forumu

Geri git   Webmaster Forumu > Webmaster Kaynak Eğitim Tanıtım Hizmet > Hazır Uygulamalar Forumlar Paket Programlar > phpBB

phpBB phpBB Temalar Eklentiler

Cevapla
 
LinkBack Seçenekler Stil
  #1 (permalink)   iTrader 
Alt 2006-02-07, 16:15
LUGAS - ait Kullanıcı Resmi (Avatar)
Member
 
Üyelik tarihi: Nov 2004
Mesajlar: 286
Tecrübe Puanı: 3
iTrader: %0/0
LUGAS is an unknown quantity at this point
Standart PHpBB türkçe hatası

ben foruma türkçe yama ekledim ama ş ve ı = ý olarak gösteriyor neden böyle oluyor yardım edin lütfen.

forum adresi:
http://lugas1.lu.funpic.de/index.php
__________________
Tek rakibim Google! Azim her işin başı!
Webmaster Mekani
Alıntı ile Cevapla

  #2 (permalink)   iTrader 
Alt 2006-02-08, 21:20
sempaty - ait Kullanıcı Resmi (Avatar)
Moderator
 
Üyelik tarihi: Feb 2005
Mesajlar: 2.408
Blog Entries: 1
Tecrübe Puanı: 5
iTrader: %100/3
sempaty has a spectacular aura aboutsempaty has a spectacular aura about
Standart

free hostun eklediği kodlarda dil olarak iso-8859-1 seçilmiştir muhtemelen. düzeltmek zor.
__________________
#

Konu sempaty tarafından (2006-02-08 Saat 21:22 ) değiştirilmiştir..
Alıntı ile Cevapla

  #3 (permalink)   iTrader 
Alt 2006-02-09, 17:39
LUGAS - ait Kullanıcı Resmi (Avatar)
Member
 
Üyelik tarihi: Nov 2004
Mesajlar: 286
Tecrübe Puanı: 3
iTrader: %0/0
LUGAS is an unknown quantity at this point
Standart

Alıntı:
sempaty´isimli üyeden Alıntı
free hostun eklediği kodlarda dil olarak iso-8859-1 seçilmiştir muhtemelen. düzeltmek zor.
sağol boşuna kendimi hırpaladım desene
__________________
Tek rakibim Google! Azim her işin başı!
Webmaster Mekani
Alıntı ile Cevapla

  #4 (permalink)   iTrader 
Alt 2006-02-09, 18:55
zokkie - ait Kullanıcı Resmi (Avatar)
Gold Member
 
Üyelik tarihi: Feb 2003
Mesajlar: 1.067
Tecrübe Puanı: 6
iTrader: %0/-1
zokkie is on a distinguished road
Standart

templates içindeki overall_header'e türkçe meta tagı yerleştir ve include içindeki db'yi aşağıdaki kodlarla değiştirirsen sorun kalmaz.


Kod:
<?php
/***************************************************************************
 *                                 db.php
 *                            -------------------
 *   begin                : Saturday, Feb 13, 2001
 *   copyright            : (C) 2001 The phpBB Group
 *   email                : support@phpbb.com
 *
 *   $Id: db.php,v 1.10 2002/03/18 13:35:22 psotfx Exp $
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

switch($dbms)
{
	case 'mysql':
		include($phpbb_root_path . 'db/mysql.'.$phpEx);
		break;

	case 'mysql4':
		include($phpbb_root_path . 'db/mysql4.'.$phpEx);
		break;

	case 'postgres':
		include($phpbb_root_path . 'db/postgres7.'.$phpEx);
		break;

	case 'mssql':
		include($phpbb_root_path . 'db/mssql.'.$phpEx);
		break;

	case 'oracle':
		include($phpbb_root_path . 'db/oracle.'.$phpEx);
		break;

	case 'msaccess':
		include($phpbb_root_path . 'db/msaccess.'.$phpEx);
		break;

	case 'mssql-odbc':
		include($phpbb_root_path . 'db/mssql-odbc.'.$phpEx);
		break;
}

// Make the database connection.
$db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false);
mysql_query("set character_set_results = 'latin1';");
mysql_query("set collation_connection ='LATIN1_GENERAL_CI';");
mysql_query("set names 'latin1';");
if(!$db->db_connect_id)
{
   message_die(CRITICAL_ERROR, "Could not connect to the database");
}

?>
__________________
www.projesi.net
Alıntı ile Cevapla

Cevapla

Seçenekler
Stil


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
phpBB 2.0.x Türkçe Dil Paketi [v.2.2.3] Alexis phpBB 0 2006-08-14 06:45
yedek alıp tekrar yüklediğimde önüme gelen türkçe harf hatası nasıl düzelecekki bu ? emucu PHP 4 2006-07-25 12:58
phpbb türkçe karakter firar Vbulletin VbSEO 8 2006-05-25 13:32
Türkçe phpBB tema lazım nomak78 phpBB 4 2005-09-17 20:42
Türkçe yazılmış phpBB forum procem Vbulletin VbSEO 3 2004-01-08 18:30


Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 18:39 .


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

Firefox