גוט איך האָבן אַ שנעל פאַרריכטן פֿאַר איר:
1. עפענען און מאַכן אַ קאָפּיע פון דעם טעקע:
פאָרום שורש / כולל / וובענטערפּריסעטראַנסלאַטאָר_פונקטיאָנס.פפּ
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. עפענען און מאַכן אַ קאָפּיע פון דעם טעקע:
פאָרום שורש / כולל / וובענטערפּריסעטראַנסלאַטאָר_פונקטיאָנס.פפּ
6. אין דעם טעקע געפינען:
PHP Code:
function vbet_redirectDoubleLang()
7. אין דעם פֿונקציע געפינען:
PHP Code:
exec_header_redirect($url);
8. און פאַרבייַטן מיט:
PHP Code:
vbet_vb_exec_header_redirect($url);
9. שפּאָרן אַ טעקע און פּרובירן עס.
שוין געטאן - וועט ווערן אַרייַנגערעכנט אין די ווייַטער רעלאַסע.