SMF 2.1 |
---|
SMF 2.1.5 to SMF 2.1.6 |
SMF 2.1.4 to SMF 2.1.5 |
SMF 2.1.3 to SMF 2.1.4 |
SMF 2.1.2 to SMF 2.1.3 |
SMF 2.1.1 to SMF 2.1.2 |
SMF 2.1.0 to SMF 2.1.1 |
'~"' . preg_quote($scripturl, '~') . '\?(?:' . $sid . '(?:;|&|&))((?:board|topic)=[^#"]+?)(#[^"]*?)?"~',
function($m)
{
global $scripturl;
'~"' . preg_quote($scripturl, '~') . '\?(?:' . $sid . '(?:;|&|&))((?:board|topic)=[^#"]+?)(#[^"]*?)?"~',
function($m) use ($scripturl, $sid)
{
// Nested tag with quoted value detected, use next end tag
$nested_tag_pos = strpos($message, $quoted == false ? ']' : $quot . ']', $pos1) + strlen($quot);
// Nested tag with quoted value detected, use next end tag
$nested_tag_pos = strpos($message, $quoted == false ? ']' : $quot, $pos1) + strlen($quot);
'~^' . preg_quote($scripturl, '~') . '\?(?:' . $sid . '(?:;|&|&))((?:board|topic)=[^#]+?)(#[^"]*?)?$~',
function($m) use ($scripturl)
'~^' . preg_quote($scripturl, '~') . '\?(?:' . $sid . '(?:;|&|&))((?:board|topic)=[^#]+?)(#[^"]*?)?$~',
function($m) use ($scripturl, $sid)
auto_1.php |
This file should not be able to execute standalone.You may have to run the following queries manually.
Query: Select <?php
|