teşekkürler
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in
şöyle bir hata alıyorum video ekle diyince
Sunucunsa file_get_contents hatası alanlar..
botlardaki ara.php yi açın şu satırı bulun.
$verici =
file_get_contents("http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=".$ceviri."&langpair=en%7Ctr");
Aşağıdakiyle değiştirin.
$verici =
get_data("http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=".$ceviri."&langpair=en%7Ctr");