
Originally Posted by
vBET
vbet_flag/ issues is solved already. If you want quick fix just add this line into
vbenterprisetranslatoor_seo.php at the end of first
if statement:
Code:
$_SERVER['QUERY_STRING'] = str_replace('vbet_lang='.$_GET['language'].'&redirected='.$_GET['redirected'], '', $_SERVER['QUERY_STRING']);
/da/sv/ issue is still on TODO list, but this is easy one and for sure it will be corrected in 3.3.0

Could you please show an example how its pasted into the code:
Code:
if(isset($_GET['vbet_lang'])) {
if (false === strpos($_SERVER['REQUEST_URI'], '/'.$_GET['vbet_lang'].'/')) {
$_GET['language'] = $_GET['vbet_lang'];
$_GET['force_redirect'] = true;
header("HTTP/1.1 301");
} else {
$_GET['language'] = $_GET['vbet_lang'];
$_SERVER['REQUEST_URI'] = $_GET['redirected'];
$_SERVER['HTTP_X_REWRITE_URL'] = $_SERVER['REQUEST_URI'];
}
$_SERVER['QUERY_STRING'] = str_replace('vbet_lang='.$_GET['language'].'&redirected='.$_GET['redirected'], '', $_SERVER['QUERY_STRING']);
}
if (isset($_COOKIE['vbet_language']) && !isset($_GET['language']) && false === strpos($_SERVER['REQUEST_URI'],'external.php')) {
$_GET['language'] = $_COOKIE['vbet_language'];
$_GET['force_redirect'] = true;
}
quoted above is the code presently live on my server - seems the line is already there?
Just added language for cs today: site:www.thegame-online.dk/cs inurl:showthread - Google-søgning
A lot of wierd urls are "indexed" (showing as indexed but no title text or description).