• 27-11-2010, 14:35:17
    #1
    Arkadaşlar vbseo türkçe karakter hatası var anlayan varsa el atabilirmi ?
  • 28-11-2010, 03:38:59
    #2
    Üyeliği durduruldu
    config_vbseo.php aç;

    // ****** CUSTOM CHARACTER REPLACEMENTS ******
    	// The following array enables you to select a replacement for characters other than the ones replaced
    	// by default.
      	$vbseo_custom_char_replacement = array();
    bul aşağıdaki kodlar ile değiştir sorun kalmaz;

        // ****** CUSTOM CHARACTER REPLACEMENTS ******
        // The following array enables you to select a replacement for characters other than the ones replaced
        // by default.
        $vbseo_custom_char_replacement = array(
    'Č' => 'c',
    'č' => 'c',
    'Ğ' => 'g',
    'Ğ' => 'g',
    'ğ' => 'g',
    'Ş' => 's',
    'ş' => 's',
    'Ö' => 'o',
    'ö' => 'o',
    'Ü' => 'u',
    'ü' => 'u',
    '"' => '',
    'ğ' => 'g',
    'Ş' => 's',
    'ş' => 's',
    'İ' => 'i',
    'ı' => 'i',
    'Ç' => 'c',
    'ç' => 'c',
    'Ü' => 'u',
    'ü' => 'u',
    'Ö' => 'o',
    'ö' => 'o',
    'ı' => 'i',
    'İ' => 'i',
    'é' => 'i',
    'â' => 'a',
    'Ê' => 'e',
    'Â' => 'a',
    '?' => '',
    '*' => '',
    '.' => '',
    ',' => '',
    ';' => '',
    ')' => '',
    '(' => '',
    '{' => '',
    '}' => '',
    '[' => '',
    ']' => '',
    '!' => '',
    '+' => '',
    '"' => '',
    '%' => '',
    '&' => '',
    '#' => '',
    '$' => '',
    '=' => '',
    'ê' => 'e');
  • 28-11-2010, 10:19:46
    #3
    Allah razı olsun dostum
  • 28-11-2010, 10:46:54
    #4
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Cagdashost adlı üyeden alıntı: mesajı görüntüle
    Allah razı olsun dostum
    Aslında bunu Google da kısa bir arama yaparakta bulabilirdin.