• 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
Như đã biết, Blog của Xtgem ko hỗ trợ phân chia chuyên mục. Giả sử bạn muốn post từng game một (kèm giới thiệu, ảnh minh hoạ) soạn HTML rất mất thời gian. Hay khi muốn sửa bố cục chẵng nhẽ 1000 trang game ta sửa cả 1000 ???
Mình post bài này, thực chất là 1 hàm. Giúp ae đồng bộ hoá trang web và hiểu thêm về XtScript
---
---
Tạo file game.xt với nội dung sau:
Code:
#exportable
#Cú pháp bắt buộc để xtgem nhận biết đây là Xtscript
function post_game $ten=$ten;$anh=$anh;$mh=$mh;$gt=$gt;$link=$link;
#function - Cú pháp tạo hàm với các tham số
assign $anh = call str_replace $subject=$anh;$search=,;$replace=" alt="Ảnh minh hoạ cho Game $ten" title="Ảnh minh hoạ cho Game $ten" /><br /><img src=";
#assign - Gán giá trị cho biến
#str_replace - Hàm thay thế chuỗi
if $anh
assign $anh = <div class="noidung">*. <b>Ảnh minh hoạ:</b><br><img src="$anh" alt="Ảnh minh hoạ cho Game $ten" title="Ảnh minh hoạ cho Game $ten" /></div>
endif
if $ten
#Câu điều kiện
assign $ten = $ten
else
assign $ten = [ Không rõ ]
endif
if $mh
assign $mh = $mh
else 
assign $mh = ***
endif
print <div id="nav">
#print - cú pháp in ra màn hình
print <div class="tieude">$ten</div>
print $anh
print <div class="noidung">*. <b>Màn hình:</b> $mh<br>
if $gt
print *. <b>Giới thiệu:</b> <font color="#808080">$gt</font><br>
endif
print <img src="/template/img/down.png" /> <a href="$link" style="color:red"> [Tải Game]</a></div></div>
endfunction
#Kết thúc tạo hàm
--- Nhớ sửa thẻ div cho phù hợp nhé ---
Giờ đây. Muốn post game, ta dùng code sau:
Code:
<!--parser:xtscript-->
include /game.xt
#Chèn nội dung file game.xt
call @post_game $ten=Tên game;$anh=http://link.anh.1,http://link.anh.2,http://link.anh.3,....;$mh=màn hình phù hợp;$gt=Giới thiệu;$link=link down game;
#Gọi hàm. Tất cả viết trên 1 dòng
#Có thể bỏ khai báo bất cứ biến nào. không phải viết đầy đủ
call @post_game $ten=Tên game;$link=link down game;
#đây là ví dụ
---
---
Bạn có thể kết hợp widget chatt để làm bình luận game, kết hợp widget ratting X.T.C.A.T để làm đánh giá Game. Dựa vào code trên có thể làm hàm post phần mềm, theme, (ảnh thì dùng filelist cho nhanh), nhạc
Dùng xtscript cũng có thể làm nhiều tiện ích khác cho wap bạn.
Chúc thành công!
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top