propably Google에서 금지,이 솔루션을 시도해 보시기 바랍니다
1. 이 코드와 googletest.php 파일을 확인하십시오
PHP Code:
<?php
echo "Starting translation test<br/>\n";
$connection = curl_init();
curl_setopt($connection, CURLOPT_URL, 'http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&format=html&langpair=en|pl&q=welcome');
curl_setopt($connection, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)');
curl_setopt($connection, CURLOPT_RETURNTRANSFER, 1);
$time = microtime(true) * 1000;
$result = curl_exec($connection);
$time = microtime(true) * 1000 - $time;
echo 'Test result: '.$result."<br/>\n";
echo 'Test error: '.curl_error($connection)."<br/>\n";
curl_close($connection);
echo 'Connection time (ms): '.$time;
?>
2. 사용자 포럼 루트 폴더에 서버에서이 googletest.php 파일을 보낼
3. windowsz.net / root_folder / googletest.php를 실행
여기서 당신은 완전한 해결책이 :
#post1729, http://www.vbenterprisetranslator.co. 10시 30시)