• 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.

Admin

Well-Known Member
Staff member
Administrator
Demo
Có thể gọi là file list và cũng có thể gọi theo 1 cách #.
Không có gì gọi nổi trội nhiều :
+ url thân thiện (html mà)
+ title, des, key tối ưu = cách tự viết :D
+ random cùng chuyên mục or random chung
Trước tiên tạo thư mục game
. trong thư mục "game" tạo file index post code sau vào :
Code:
Bạn đang ở trang : {_$page|2 (Mới nhất)}<br /><xt:include file="/game/info/{_$page|2}"><form method="get" action="/"></form>
<div class="list1"><form action="?page" method="get">Trang :  <input type="text" name="page" size="3" value="1"/><input type="submit" value="> >"/></form></div>
<div class="trang"><xt:include file="/game/page/{_$page|2}"></div>
Tiếp theo tạo thư mục page
. Thư mục này chứa nội dung phân trang ( [1] 2 3 ... 4 5 6)
Vì file list này không phân trang, phải tạo các file bằng số nhé
Ví dụ:
Tạo file có tên là 1 (text)có nội dung sau :
HTML:
<a href="/game/?page=1"><font color="red">1</font></a><a href="/game/?page=2">2</a>...<a href="/game/?page=3">3</a>

Tạo file có tên là 2 (text) có nội dung sau :
HTML:
<a href="/game/?page=1">1</a><a href="/game/?page=2"><font color="red">2</font></a>...<a href="/game/?page=3">3</a>

Tiếp theo tạo thư mục info
Trong thư mục này sẽ chứa nội dung show như index.
Tạo bẳng số như trên
Ví dụ:
Tạo file có tên 1 (text) có nội dung :

HTML:
<div class="list1"><a href="/game-hay.html">Game Hay</a></div>
<div class="list1"><a href="/lai-game-hay.html">Lại Game Hay</a></div>
<div class="list1"><a href="/game-hay-qua.html">Game Hay Quá</a></div>
<div class="list1"><a href="/game-hay-qua-nha.html">Game Hay Quá Nha</a></div>
Tùy bạn muốn bao nhiêu files 1 trang

_ _ _

Tóm tắt :
"file list" này khá đơn giản nhưng cũng hơi phức tạp về khoản tạo file.

Dựa vào :
PHP:
<xt:include file="/file">
<form method="get" action="/">{_$page|2}</form>
Nguồn: YEUVN
 
PHP:
<xt:include file="/file">
<form method="get" action="/">{_$page|2}</form>
xin hỏi dán vào dau,tai phan trang thế nào,làm sao hiện game ngoài trang chủ,và muc ngẫu nhiên
 

Facebook Comments

New posts New threads New resources

Back
Top