смотрите этот блок:
http://mynuke.ru/modules.php?name=D...p=getit&lid=181 там целая функция MemberAvatar() имеется по выводу аватора.
А форму авторизации можно сделать так, заменив текст:
PHP код:
$content .=_LOGIN."   <input type=\"text\" name=\"username\" size=\"18\" maxlength=\"25\"><br>";
$content .= _PASSWORD." <input type=\"password\" name=\"user_password\" size=\"10\" maxlength=\"20\">  ";
if (extension_loaded('gd') AND ($gfx_chk == 2 OR $gfx_chk == 4 OR $gfx_chk == 5 OR $gfx_chk == 7)) {
$content .= _SECURITYCODE.": <img src='?gfx=gfx&random_num=$random_num' border='1' alt='"._SECURITYCODE."' title='"._SECURITYCODE."'><br>\n";
$content .= _TYPESECCODE."<br> <input type=\"text\" name=\"gfx_check\" size=\"7\" maxlength=\"6\">\n";
$content .= "<input type=\"hidden\" name=\"random_num\" value=\"$random_num\"><br>\n";
} else {
$content .= "<input type=\"hidden\" name=\"random_num\" value=\"$random_num\">";
$content .= "<input type=\"hidden\" name=\"gfx_check\" value=\"$code\">";
}
$content .= "<input type=\"hidden\" name=\"op\" value=\"login\">";
$content .= "<input type=\"submit\" value=\"".">>"."\">\n <a href=\"modules.php?name=Your_Account
на:
PHP код:
$content .= "<center><form action=\"". VB_URL . "/login.php?do=login\" method=\"post\" style=\"display: inline\">\n"
." Логин:<br>\n"
."<input type=\"text\" name=\"vb_login_username\" maxlength=\"25\">\n"
."Пароль:<br><input type=\"password\" name=\"vb_login_password\" maxlength=\"20\"><br>\n"
."<label for=\"cb_cookieuser_navbar\"><input type=\"checkbox\" name=\"cookieuser\" value=\"1\" tabindex=\"103\" id=\"cb_cookieuser_navbar\" accesskey=\"c\" checked=\"checked\">Запомнить Меня</label>"
."<input type=\"hidden\" name=\"s\" value=\"\">\n"
."<input type=\"hidden\" name=\"do\" value=\"login\">\n"
."<input type=\"hidden\" name=\"forceredirect\" value=\"1\">\n"
."<input type=\"hidden\" name=\"vb_login_md5password\">\n"
."<input type=\"hidden\" name=\"vb_login_md5password_utf\">\n"
."<input type=\"submit\" value=\"Вход\"></form></center>\n";
$content .= "<center><font class=\"content\">"._ASREGISTERED."</font></center>";