Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$replace = array(
$vbulletin->options['bbtitle'],
'<a href="' . $scriptpath . '?' . $vbulletin->session->vars['sessionurl'] . 'do=nodelay&url=' . rawurlencode(str_replace('&', '&', $url)) . '">' . $url . '</a>',
'<span id="delay">' . $vbulletin->options['vbanonymizer_delay'] . '</span>'
);
это не то,это определение урла,тот кусок что я выложил и есть недописанный с xss для взломаУ меня так:
// check url
if ($_GET['do'] != 'about' AND !preg_match('/^(.+)\:\/\//i', $to))
{
$_GET['do'] = 'about';
}