Témolo xa que espera aplicado para liberación nova. userip Non é obligatory aquilo é por que nós ten ningunha présa con aquilo. Nós feito novo vBET 3.x Liberación após vBET4.x Será estábel e seremos capaces de mover algoritmo enhancements a vBET 3.x 
Se quere te-lo máis rápido, polo que debes función de cambio vbet_getTranslationURL en / Includes / vbenterprisetranslator_functions.php a esta:
PHP Code:
function vbet_getTranslationURL($from,$to) {
global $vbulletin;
if ($vbulletin->options['vbenterprisetranslator_googleapikey']) {
return 'http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&format=html&langpair='.$from.'|'.$to.'&key='.$vbulletin->options['vbenterprisetranslator_googleapikey'].'&userip='.$_SERVER['REMOTE_ADDR'];
} else {
return 'http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&format=html&langpair='.$from.'|'.$to.'&userip='.$_SERVER['REMOTE_ADDR'];
}
}