edo888 wrote:It seems that Google have temporarily blocked your server IP address.
It can happen if your website is hosted on a shared server with shared IP address and one of the websites hosted on the same server is sending many page rank or other requests. Or if you have cleared gtranslate/cache folder or decreased the cache time manually, which led to higher translation traffic.
For now you have 2 options:
1. Ask your hosting company to change your IP address.
2. In .htaccess file add # before every line for # gtranslate config block and use the free translator for 10 days until Google will unblock your IP address.
######### gtranslate config
RewriteCond %{REQUEST_URI} !^/de
RewriteRule ^([a-z]{2})/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
RewriteCond %{REQUEST_URI} !^/de
RewriteRule ^([a-z]{2})$ /gtranslate/translate.php?lang=$1 [L,QSA]
RewriteRule ^(zh-CN)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
RewriteRule ^(zh-CN)$ /gtranslate/translate.php?lang=$1 [L,QSA]
RewriteRule ^(zh-TW)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
RewriteRule ^(zh-TW)$ /gtranslate/translate.php?lang=$1 [L,QSA]
edo888 wrote:I'm working on a new version which will show the default language instead of the error when your site has exceeded the limits.
Users browsing this forum: No registered users and 2 guests