• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hỏi Cho em hỏi tý

Keniprohd

New Member
Em muốn tạo phần login ra trang chủ của eblog có dc k ạk?
 
Được em à, em copy cái form ra là ok
 
Em đưa demo anh xem
 
Nó dạng như thế này em nhé
HTML:
<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">&nbsp;<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 đó đó em...
 
Ừ, em thay thành login.php ở action
 
Em login host xem nó có những file gì
 
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
 
Admin.php nhé em...
 
Ừ, thử xem em....

----------> Bổ sung bài viết lúc 20:35 <----------> Bài viết trước lúc 20:30 <----------

PHP:
<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>
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top