| Codice: |
$content = "<form action=\"modules.php?name=Liste_Nozze\" method=\"post\">";
$content .= "<center><font class=\"content\">"._NICKNAME."<br>";
$content .= "<input type=\"text\" name=\"login_ln\" size=\"10\" maxlength=\"25\" AutoComplete=\"off\"><br>";
$content .= ""._PASSWORD."<br>";
$content .= "<input type=\"password\" name=\"password_ln\" size=\"10\" maxlength=\"20\"><br>";
if (extension_loaded("gd") AND ($ya_config['usegfxcheck'] == 2 OR $ya_config['usegfxcheck'] == 3))
{
$content .= ""._SECURITYCODE.": <img src='modules.php?name=Your_Account&op=gfx&random_num=$random_num' border='1' alt='"._SECURITYCODE."' title='"._SECURITYCODE."'><br>\n";
$content .= ""._TYPESECCODE."<br><input type=\"text\" NAME=\"gfx_check\" SIZE=\"8\" MAXLENGTH=\"8\" AutoComplete=\"off\">\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_ln\">";
$content .= "<br /><input type=\"submit\" value=\""._LOGIN."\"></font></center></form>";
|