کدی رو که گفتین:
<form onsubmit="this.submit.disabled='true'" action="modules.php?name=Your_Account" method="post">
<input type="text" value="Usename" name="username" size="10" maxlength="25">
<input type="password" value="password" name="user_password" size="10" maxlength="20">
<input type="hidden" name="op" value="login">
<input type="submit" value="ورود"></form>
با این کد:
<form onsubmit=\"this.submit.disabled='true'\" action=\"modules.php?name=Your_Account\" method=\"post\">";
echo "<font class=\"content\">";
echo " <input type=\"text\" value=\"Usename\" name=\"username\" size=\"10\" maxlength=\"25\">";
echo " <input type=\"password\" value=\"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)) {
echo ""._SECURITYCODE.": ".makePass("_loginb")."";
}
echo "<input type=\"hidden\" name=\"op\" value=\"login\">";
echo "<input type=\"submit\" value=\"ورود"._LOGIN."\"></font></form>
تعویض کردم اما نشد متاسفانه....بازم ممنون از زحمات شما





