ठीक है मैं तुम्हारे लिए एक जल्दी ठीक है:
1. खोलने के लिए और इस फ़ाइल की एक प्रतिलिपि बनाने:
मंच जड़ / / vbenterprisetranslator_functions.php शामिल
2. इस फ़ाइल में लगता है:
3. पहले इस कोड चिपकाएँ:
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. कोई फ़ाइल सहेजते हैं.
5. खोलने के लिए और इस फ़ाइल की एक प्रतिलिपि बनाने:
मंच जड़ / / vbenterprisetranslator_functions.php शामिल
6. इस फ़ाइल में लगता है:
PHP Code:
function vbet_redirectDoubleLang()
7. इस समारोह में मिल:
PHP Code:
exec_header_redirect($url);
8. और के साथ की जगह:
PHP Code:
vbet_vb_exec_header_redirect($url);
9. एक फ़ाइल को बचाने के लिए और यह परीक्षण.
पहले से ही किया - अगले relase में शामिल किया जाएगा.