BISO AHLAWY
عدد المساهمات : 9 معدل النشاط : 3343 السُمعة : 0
| موضوع: طلب تعديل على كود الدخول الأحد 25 أكتوبر 2015 - 2:31 | |
| بسم الله الرحمن الرحيم السلام عليكم ورحمه الله وبركاته تحيه طيبه وبعد ... اريد التعديل على كود الدخول هوا كود VB وعايز احوله لتومبيلات لاضعه فى المنتدى - الكود:
-
<div id="login_area"> <form action="http://www.3bahrain.com/vb3/login.php?do=login" method="post" id="loginn" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)" name="loginn"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=388"></script> <input class="username login_txt" type="text" name="vb_login_username" id="navbar_username" accesskey="u" tabindex="101" value="اسم العضو" /> <input class="password login_txt" type="password" name="vb_login_password" id="navbar_password" tabindex="102" value="كلمة المرور" /> <input name="cookieuser" type="checkbox" class="checkbox_log" id="cb_cookieuser_navbar" accesskey="c" tabindex="103" value="1" /> <input type="submit" class="button_log login_txt button-opacity" value="دخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /> <input type="hidden" name="s" value="122b05cdc878fa8bcc72cf90f18e0c19" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> </div> </div> | |
|
YasirAyad
عدد المساهمات : 10114 معدل النشاط : 15496 السُمعة : 297
| موضوع: رد: طلب تعديل على كود الدخول الأحد 25 أكتوبر 2015 - 3:03 | |
| مرحباً بك صديقي تفضل - الكود:
-
<!-- BEGIN switch_user_logged_out --> <div id="login_area"> <form action="/login" method="post" id="loginn" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)" name="login"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=388"></script> <input class="username login_txt" type="text" name="username" id="navbar_username" accesskey="u" tabindex="101" value="اسم العضو" /> <input class="password login_txt" type="password" name="password" id="navbar_password" tabindex="102" value="كلمة المرور" /> <input name="autologin" type="checkbox" checked="true" class="checkbox_log" id="cb_cookieuser_navbar" accesskey="c" tabindex="103" value="1" /> <input type="submit" class="button_log login_txt button-opacity" name="login" value="دخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td> <input type="hidden" name="s" value="122b05cdc878fa8bcc72cf90f18e0c19" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> <input type="hidden" name="redirect" value="/" /> <input type="hidden" name="query" value="" /> </form> /div> </div> <!-- END switch_user_logged_out --> | |
|
BISO AHLAWY
عدد المساهمات : 9 معدل النشاط : 3343 السُمعة : 0
| موضوع: رد: طلب تعديل على كود الدخول الأحد 25 أكتوبر 2015 - 3:36 | |
| - new.moon كتب:
- مرحباً بك صديقي
تفضل - الكود:
-
<!-- BEGIN switch_user_logged_out --> <div id="login_area"> <form action="/login" method="post" id="loginn" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)" name="login"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=388"></script> <input class="username login_txt" type="text" name="username" id="navbar_username" accesskey="u" tabindex="101" value="اسم العضو" /> <input class="password login_txt" type="password" name="password" id="navbar_password" tabindex="102" value="كلمة المرور" /> <input name="autologin" type="checkbox" checked="true" class="checkbox_log" id="cb_cookieuser_navbar" accesskey="c" tabindex="103" value="1" /> <input type="submit" class="button_log login_txt button-opacity" name="login" value="دخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td> <input type="hidden" name="s" value="122b05cdc878fa8bcc72cf90f18e0c19" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> <input type="hidden" name="redirect" value="/" /> <input type="hidden" name="query" value="" /> </form> /div> </div> <!-- END switch_user_logged_out --> شكراء يا اخى تسلم يا غالى الكود شغال تمام | |
|