0 Membros e 2 Visitantes estão a ver este tópico.
* =============================================================================== ** Software Version: SMF 1.1.17 *
* =============================================================================== ** Software Version: SMF 1.1.18 *
$forum_version = 'SMF 1.1.17';
$forum_version = 'SMF 1.1.18';
* =============================================================================== ** Software Version: SMF 1.1.10 *
if (isset($_POST['new_email'], $_REQUEST['passwd']) && sha1(strtolower($row['memberName']) . $_REQUEST['passwd']) == $row['passwd'])
if (isset($_POST['new_email'], $_REQUEST['passwd']) && sha1(strtolower($row['memberName']) . $_REQUEST['passwd']) == $row['passwd'] && ($row['is_activated'] == 0 || $row['is_activated'] == 2))
* =============================================================================== ** Software Version: SMF 1.1.11 *
list ($theme_dir, $context['theme_id']) = mysql_fetch_row($request);mysql_free_result($request);
list ($theme_dir, $context['theme_id']) = mysql_fetch_row($request);mysql_free_result($request);if (!file_exists($theme_dir . '/index.template.php'))fatal_lang_error('theme_edit_missing', false);
* =============================================================================== ** Software Version: SMF 1.1.6 *
if (empty($_POST['code']) || substr($realCode, 0, 10) != substr(md5($_POST['code']), 0, 10))
if (empty($_POST['code']) || substr($realCode, 0, 10) !== substr(md5($_POST['code']), 0, 10))
$forum_copyright = '<a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">Powered by ' . $forum_version . '</a> |<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF © 2011, Simple Machines</a>';
$forum_copyright = '<a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">Powered by ' . $forum_version . '</a> |<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF © 2013, Simple Machines</a>';
// Version: 1.1.15; index
// Version: 1.1.18; index