• 21-02-2009, 17:13:46
    #1
    Arkadaşlar dle sisteminde bot var rusça ama full istediğiniz siteden istemediğiniz kadar konu çekiyorsunuz ama maalesef rusça ve türkçe karakter sorunu var bunu türkçeye çevirip 1-2 kod değişikliği yapan bir arkadaş satıyor
    DLE Grabber fixed+ edit by mailtoo [sell modul]-Not Free » DataLife Engine v7.5,v7.3,v7.2,v7.0 V5.x ve v6.x,dle modul,dle templates,dle skin,dle kurulum,dle yama,dle,modul,templates,skin

    Bence o kadar hak etmiyor çünkü resmi sitesinde dağıtılan bot.
    Bu bot türkçe karater desteklemiyor anlamadım nedendir
    Şu dosyadakileri indirip bi bakabilirmi phpci arkadaşlar;
    Web Hosting - Dedicated Server

    Türkçe destekli yapıp verene şimdiden teşekkürler ayrıca bunu yapabilirsek sanırım her siteyi açabiliriz süppper olur. Sorunu gideren arkadaşa güzel bir domain hediye edebilirim
    Bekliyorum
  • 21-02-2009, 19:56:34
    #2
    Sistemin windows mu? Cd den dil desteği yükle. Nerden yüklendiğini hatırlamıyorum, rusça karakterler pc de gözükmeye başlar, sonra google translate sayesinde Türkçe yapabilirsin, kolay gelsin.
  • 21-02-2009, 20:03:55
    #3
    ßaron sorun orda değil içerikleri eklerken türkçe karakter sorunu veriyor onu düzeltti bir arkadaşım ama şimdide seo'da tr karakter sorunu var tam düzenleyebilecek bir arkadaş varmı?
  • 21-02-2009, 21:20:17
    #4
    düzenlenmiş halerini de paylaşacak mısınız?
  • 21-02-2009, 21:23:06
    #5
    Bu script hakkında bilgim yok seo url yi db ye kayıt ediyorsa,
    save php deki ruslat foksiyonu düzenlemen gerekecek.
    function ruslat ($string) # Çàäà¸ì ôóíêöèş ïåğåêîäèğîâêè êèğèëëèöû â òğàíñëèò.
    {
    $string = ereg_replace("æ","zh",$string);
    $string = ereg_replace("¸","yo",$string);
    $string = ereg_replace("é","i",$string);
    $string = ereg_replace("ş","yu",$string);
    $string = ereg_replace("ü","'",$string);
    $string = ereg_replace("÷","ch",$string);
    $string = ereg_replace("ù","sh",$string);
    $string = ereg_replace("ö","c",$string);
    $string = ereg_replace("ó","u",$string);
    $string = ereg_replace("ê","k",$string);
    $string = ereg_replace("å","e",$string);
    $string = ereg_replace("í","n",$string);
    $string = ereg_replace("ã","g",$string);
    $string = ereg_replace("ø","sh",$string);
    $string = ereg_replace("ç","z",$string);
    $string = ereg_replace("õ","h",$string);
    $string = ereg_replace("ú","''",$string);
    $string = ereg_replace("ô","f",$string);
    $string = ereg_replace("û","y",$string);
    $string = ereg_replace("â","v",$string);
    $string = ereg_replace("à","a",$string);
    $string = ereg_replace("ï","p",$string);
    $string = ereg_replace("ğ","r",$string);
    $string = ereg_replace("î","o",$string);
    $string = ereg_replace("ë","l",$string);
    $string = ereg_replace("ä","d",$string);
    $string = ereg_replace("ı","yå",$string);
    $string = ereg_replace("ÿ","jà",$string);
    $string = ereg_replace("ñ","s",$string);
    $string = ereg_replace("ì","m",$string);
    $string = ereg_replace("è","i",$string);
    $string = ereg_replace("ò","t",$string);
    $string = ereg_replace("á","b",$string);
    $string = ereg_replace("¨","yo",$string);
    $string = ereg_replace("É","I",$string);
    $string = ereg_replace("Ş","YU",$string);
    $string = ereg_replace("×","CH",$string);
    $string = ereg_replace("Ü","'",$string);
    $string = ereg_replace("Ù","SH'",$string);
    $string = ereg_replace("Ö","C",$string);
    $string = ereg_replace("Ó","U",$string);
    $string = ereg_replace("Ê","K",$string);
    $string = ereg_replace("Å","E",$string);
    $string = ereg_replace("Í","N",$string);
    $string = ereg_replace("Ã","G",$string);
    $string = ereg_replace("Ø","SH",$string);
    $string = ereg_replace("Ç","Z",$string);
    $string = ereg_replace("Õ","H",$string);
    $string = ereg_replace("Ú","''",$string);
    $string = ereg_replace("Ô","F",$string);
    $string = ereg_replace("Û","Y",$string);
    $string = ereg_replace("Â","V",$string);
    $string = ereg_replace("À","A",$string);
    $string = ereg_replace("Ï","P",$string);
    $string = ereg_replace("Ğ","R",$string);
    $string = ereg_replace("Î","O",$string);
    $string = ereg_replace("Ë","L",$string);
    $string = ereg_replace("Ä","D",$string);
    $string = ereg_replace("Æ","Zh",$string);
    $string = ereg_replace("İ","Ye",$string);
    $string = ereg_replace("ß","Ja",$string);
    $string = ereg_replace("Ñ","S",$string);
    $string = ereg_replace("Ì","M",$string);
    $string = ereg_replace("È","I",$string);
    $string = ereg_replace("Ò","T",$string);
    $string = ereg_replace("Á","B",$string);
    return $string;
    }
    bu kodları aşağıdaki ile değiştirip bir denermisin düzelecekmi?
    function ruslat ($string) # Çàäà¸ì ôóíêöèş ïåğåêîäèğîâêè êèğèëëèöû â òğàíñëèò.
    {
    $string = str_replace("ç","c",$string);
    $string = str_replace("ç","c",$string); 
    $string = str_replace("ğ","g",$string); 
    $string = str_replace("İ","I",$string); 
    $string = str_replace("ı","i",$string); 
    $string = str_replace("ş","s",$string); 
    $string = str_replace("ö","o",$string); 
    $string = str_replace("ü","u",$string); 
    $string = str_replace("Ü","U",$string); 
    $string = str_replace("Ç","c",$string); 
    $string = str_replace(".","",$string); 
    $string = str_replace("Ğ","g",$string); 
    $string = str_replace("Ş","S",$string); 
    $string = str_replace("?","",$string); 
    $string = str_replace("!","",$string); 
    $string = str_replace("%","",$string); 
    $string = str_replace("/","",$string); 
    $string = str_replace("Ö","O",$string); 
    $string = str_replace("&","and",$string); 
    return $string;
    }
  • 21-02-2009, 21:25:39
    #6
    Yukarıda bahsettiğim olay olduysa, "aşağıdaki ile değiştir dediğim" kodları şimdiki yeni kodlar ile değiştirirsen daha verimli olur.
    function kucult($text){ 
    $search = array ('@Ğ@', 
    '@Ü@', 
    '@Ş@', 
    '@I@', 
    '@İ@', 
    '@Ö@', 
    '@Ç@'); 
    
    $replace = array ('ğ', 
    'ü',  
    'ş',  
    'ı',  
    'i', 
    'ö', 
    'ç');  
    $text = preg_replace($search, $replace, $text);  
    $text = strtolower($text); 
    return($text); 
    } 
    
    function ruslat ($str) 
    { 
        $str = kucult($str); 
    
        $turkce[0] = '/ö/'; 
        $turkce[1] = '/ç/'; 
        $turkce[2] = '/ş/'; 
        $turkce[3] = '/ğ/'; 
        $turkce[4] = '/ü/'; 
        $turkce[5] = '/ı/'; 
        $turkce[6] = '/é/'; 
        $turkce[7] = '/à/'; 
        $turkce[8] = '/ã/'; 
        $turkce[9] = '/â/'; 
        $turkce[10] = '/ù/'; 
        $turkce[11] = '/û/'; 
        $turkce[12] = '/ì/'; 
        $turkce[13] = '/î/'; 
        $turkce[14] = '/ò/'; 
        $turkce[15] = '/õ/'; 
        $turkce[16] = '/ô/'; 
        $turkce[17] = '/ß/'; 
        $turkce[18] = '/è/'; 
        $turkce[19] = '/ê/'; 
         
        $turkceCevir[0] = 'o'; 
        $turkceCevir[1] = 'c'; 
        $turkceCevir[2] = 's'; 
        $turkceCevir[3] = 'g'; 
        $turkceCevir[4] = 'u'; 
        $turkceCevir[5] = 'i'; 
        $turkceCevir[6] = 'e'; 
        $turkceCevir[7] = 'a'; 
        $turkceCevir[8] = 'a'; 
        $turkceCevir[9] = 'a'; 
        $turkceCevir[10] = 'u'; 
        $turkceCevir[11] = 'u'; 
        $turkceCevir[12] = 'i'; 
        $turkceCevir[13] = 'i'; 
        $turkceCevir[14] = 'o'; 
        $turkceCevir[15] = 'o'; 
        $turkceCevir[16] = 'o'; 
        $turkceCevir[17] = 's'; 
        $turkceCevir[18] = 'e'; 
        $turkceCevir[19] = 'e'; 
         
        $str = preg_replace ( $turkce, $turkceCevir, $str ); 
        $str = preg_replace('/[^a-z0-9 *]/i', '', $str); 
        $str = str_replace(' ', '-', $str); 
        return $str; 
    }
    EJDER'in vermiş olduğu kodlar.
    https://www.r10.net/php/21715-search-...hazirlama.html
  • 21-02-2009, 23:03:44
    #7
    ßaron Teşekkür ederim sorunsuz oldu Botumda tek eksik oto etiket olayı ve konuyu kimin açtığı. Konuyu kimin açtığı o kadar önemli değil ama etiket olsada güzel olurdu
  • 25-04-2009, 12:15:18
    #8
    Üyeliği durduruldu
    nasıl yükleniyor
  • 25-04-2009, 13:09:41
    #9
    lapsekiplevne adlı üyeden alıntı: mesajı görüntüle
    düzenlenmiş halerini de paylaşacak mısınız?
    # k a r a k t e r