בעייה בכניסת החברים הרשומים

moran126

New member
בעייה בכניסת החברים הרשומים

היי יש לי בעייה מעל מיקום הכנסת שם המשתמש צריך להיות רשים בעברית וזה רשום באנגלית . את זה הצלחתי לשנות לעברית אבל את כל החלקים באנגלית לא הצלחתי לשנות . מישהו יודע איך ? הנה הקוד <?php if (eregi("block-Login.php", $_SERVER['PHP_SELF'])) { Header("Location: index.php"); die(); } global $admin, $user, $sitekey, $gfx_chk; mt_srand ((double)microtime()*1000000); $maxran = 1000000; $random_num = mt_rand(0, $maxran); $content = "<form action=\"modules.php?name=Your_Account\" method=\"post\">"; $content .= "<center><font class=\"content\">".כינוי."<br>"; /*_NICKNAME*/ $content .= "<input type=\"text\" name=\"username\" size=\"10\" maxlength=\"25\"><br>"; $content .= "".סיסמה."<br>"; /*_PASSWORD*/ $content .= "<input type=\"password\" name=\"user_password\" size=\"10\" maxlength=\"20\"><br>"; if (extension_loaded("gd") AND ($gfx_chk == 2 OR $gfx_chk == 4 OR $gfx_chk == 5 OR $gfx_chk == 7)) { $content .= ""._SECURITYCODE.":<br> <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=\"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=\"".כניסה."\"></font></center></form>";/*_LOGIN*/ $content .= "<center><font class=\"content\">"._ASREGISTERED."</font></center>"; /*_ASREGISTERED*/ if (is_admin($admin) AND is_user($user)) { $content = "<center>"._ADMIN."<br>[ <a href=\"admin.php?op=logout\">"._LOGOUT."</a> ]</center>"; } ?>
 
למעלה