Demo
Cái này đã có người share nhưng một số bạn chưa làm giống với wapvn nên mình share lại
Chức năng chác ai cũng biết rồi.
Bắt đầu nào
B1: tạo thư mục update ngang với index
B2: trong thư mục update tạo tập tin index paste co de này vào
B3: post game vào thư mục update viết theo kiểu vni. ví dụ: Muốn hiển thị game "Người máy đặt boom" thì ta tạo tập tin Ngu7o72i Ma1y D8a95t Boom cái này chắc ai cũng biết nhỉ. sau đó soạn nội dung vào đó
B4: Paste code này vào nơi muốn hiển thị ục new update
xong. Ai dùng nhớ thank nha.
Cái này đã có người share nhưng một số bạn chưa làm giống với wapvn nên mình share lại
Chức năng chác ai cũng biết rồi.
Bắt đầu nào
B1: tạo thư mục update ngang với index
B2: trong thư mục update tạo tập tin index paste co de này vào
Code:
<div class="bmenu"><a href="http://chicky.pro">Home</a> > <a href="/">New Update</a> > <a href="/games/update">Game Java</a></div>
<div class="newx"><table cellpadding="0" cellspacing="0"><tr><td><img src="http://chicky.pro/images/1.png" width="32" height="32" alt="" /></td><td><img src="http://chicky.pro/images/sv.gif" width="16" height="16" alt="" /> <font color="#ff0000"><xt:text><b>LVT</b> (Admin)</xt:text></font> <font color="lime">[On]</font> <br /><img src="http://chicky.pro/images/file.png" alt="" /> {_$date}, {_$time}</td></tr></table></div>
<!--parser:xtscript-->
get name
include chicky.wapgem.com/vni2.xt
assign $realname=call chicky.wapgem.com@vni2 $input=$name;
assign $text=call source $file=/$realname;$nl2
print <h1 class="hdr">$name</h1><div class="vantho">$text</div>
<!--/parser:xtscript-->
B3: post game vào thư mục update viết theo kiểu vni. ví dụ: Muốn hiển thị game "Người máy đặt boom" thì ta tạo tập tin Ngu7o72i Ma1y D8a95t Boom cái này chắc ai cũng biết nhỉ. sau đó soạn nội dung vào đó
B4: Paste code này vào nơi muốn hiển thị ục new update
Code:
<!--parser:xtscript-->include chicky.wapgem.com/vni.xt
assign $filelist=<xt:filelist filter="-index" sort_type="updated" sort_dir="desc" per_page="10" folder="/update/" template="<div class="list1"><img src="http://chicky.pro/images/icon/ic.gif" alt="»" /> <a href="/update/index?name=.file_name.&time=.file_time.&date=.file_date.">.file_name.</a></div>"/>
assign $filelist=call chicky.wapgem.com@vni $input=$filelist;
print <div class="hdr">New Update</div>$filelist
<!--/parser:xtscript-->