* =============================================================================== *
* Software Version: SMF 1.1.10 *
* =============================================================================== *
* Software Version: SMF 1.1.18 *
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 *
* =============================================================================== *
* Software Version: SMF 1.1.18 *
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);
$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>';