ok am o solutie rapida pentru tine:
1. deschis şi să facă o copie a acestui fişier:
pe forum pentru root / include / vbenterprisetranslator_functions.php
2. în acest fişier găsi:
3. ÎNAINTE paste acest cod:
PHP Code:
function vbet_vb_exec_header_redirect($url)
{
global $vbulletin;
$url = create_full_url($url);
$url = str_replace('&', '&', $url); // prevent possible oddity
if (strpos($url, "\r\n") !== false)
{
trigger_error("Header may not contain more than a single header, new line detected.", E_USER_ERROR);
}
header("Location: $url", 0, 301);
if ($vbulletin->options['addheaders'] AND (SAPI_NAME == 'cgi' OR SAPI_NAME == 'cgi-fcgi'))
{
header('Status: 301 Moved Permanently');
}
define('NOPMPOPUP', 1);
if (defined('NOSHUTDOWNFUNC'))
{
exec_shut_down();
}
exit;
}
4. a salva un fişier.
5. deschis şi să facă o copie a acestui fişier:
pe forum pentru root / include / vbenterprisetranslator_functions.php
6. în acest fişier găsi:
PHP Code:
function vbet_redirectDoubleLang()
7. găsi în această funcţie:
PHP Code:
exec_header_redirect($url);
8. şi înlocuiţi cu:
PHP Code:
vbet_vb_exec_header_redirect($url);
9. salvaţi un fişier şi testaţi-l.
Făcut deja - vor fi incluse în DISEMINAREA următoare.