AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #2 Được em à, em copy cái form ra là ok
AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #4 Em đưa demo anh xem
AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #6 Nó dạng như thế này em nhé HTML:Copy to clipboard <form class="navbarbelow" action="login.php?do=login" method="post"> <input onclick="this.value='';" name="vb_login_username" class="windowbg" id="navbar_username" accesskey="1" value="Username" size="8" type="text"> <input onclick="this.value='';" name="vb_login_password" class="windowbg" id="navbar_password" accesskey="2" value="" size="8" type="password"> <input name="cookieuser" value="1" type="checkbox"> <input name="securitytoken" value="guest" type="hidden"> <input id="btn" value="Đăng nhập" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="3" type="submit"> <input name="s" value="" type="hidden"> <input name="do" value="login" type="hidden"> <input name="vb_login_md5password" type="hidden"> <input name="vb_login_md5password_utf" type="hidden"> </form>
Nó dạng như thế này em nhé HTML:Copy to clipboard <form class="navbarbelow" action="login.php?do=login" method="post"> <input onclick="this.value='';" name="vb_login_username" class="windowbg" id="navbar_username" accesskey="1" value="Username" size="8" type="text"> <input onclick="this.value='';" name="vb_login_password" class="windowbg" id="navbar_password" accesskey="2" value="" size="8" type="password"> <input name="cookieuser" value="1" type="checkbox"> <input name="securitytoken" value="guest" type="hidden"> <input id="btn" value="Đăng nhập" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="3" type="submit"> <input name="s" value="" type="hidden"> <input name="do" value="login" type="hidden"> <input name="vb_login_md5password" type="hidden"> <input name="vb_login_md5password_utf" type="hidden"> </form>
AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #8 Nó dạng đó đó em...
AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #10 Ừ, em thay thành login.php ở action
AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #12 Em login host xem nó có những file gì
K Keniprohd New Member Oct 16, 2012 #13 Có .htaccess, admin.php, comment.php, func.php, 403.php, 404.php, config.php, index.php, header, footer vài mấy file css thôi ạk
Có .htaccess, admin.php, comment.php, func.php, 403.php, 404.php, config.php, index.php, header, footer vài mấy file css thôi ạk
AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #14 Admin.php nhé em...
AdminAdmin is verified member. Well-Known Member Staff member Administrator Oct 16, 2012 #16 Ừ, thử xem em.... ----------> Bổ sung bài viết lúc 20:35 <----------> Bài viết trước lúc 20:30 <---------- PHP:Copy to clipboard <form action="?login" method="POST"> <input type="hidden" name="forward" value="/admin.php"> <table border="0"> <tbody><tr><td> Tên</td><td>:</td><td><input type="text" name="username" value=""></td></tr> <tr><td> Mật khẩu</td><td>:</td><td><input type="password" name="password"></td></tr><tr><td></td><td></td><td><input type="submit" value="Đăng nhập"></td></tr> </tbody></table> </form>
Ừ, thử xem em.... ----------> Bổ sung bài viết lúc 20:35 <----------> Bài viết trước lúc 20:30 <---------- PHP:Copy to clipboard <form action="?login" method="POST"> <input type="hidden" name="forward" value="/admin.php"> <table border="0"> <tbody><tr><td> Tên</td><td>:</td><td><input type="text" name="username" value=""></td></tr> <tr><td> Mật khẩu</td><td>:</td><td><input type="password" name="password"></td></tr><tr><td></td><td></td><td><input type="submit" value="Đăng nhập"></td></tr> </tbody></table> </form>