• 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
Công dụng của nó chắc ai cũng biết rồi mình ko nói nữa bây giờ share lun làm theo các bước sau nhé đảm bảo thành công ;)
B1: tạo thư mục games trong thư mục games tạo các thư mục sau: thư mục update (tức là /games/update) và thư mục up-date (tức là /games/up-date)
B2: sau khi đã tạo xong 2 thư mục trên ta vào thư mục update post games vào đó ví dụ: ta có game Fifa 13 thì ta tạo file fifa13 (định dạng html) rồi ghi nội dung vào nhé khi đã tạo xong nội dung cho file fifa13 ta quay ra và vào thư mục up-date tạo mọt file có tên giống với file vừa tạo trong thư mục update. lúc nãy ta đã tạo file fifa13 nên giờ ta cũng tạo tiếp file fifa13 nhưng phải tạo theo định dạng text không phải html và phải thêm đuôi .js có nghĩa file ta cần tạo trong thư mục up-date là file fifa13.js (định dạng text) sau khi tạo xong file fifa13.js ta sẽ soạn nội dung sau vào file đó
Code:
document.write("Nội dung tiếng việt muốn hiển thị cho file");
Ví dụ ta muốn game Fifa13 hiển thị dòng chữ "Fifa 13 game đỉnh cao" thì ta soạn nội dung sau vào fifle fifa13.js
Code:
document.write("Fifa 13 game đỉnh cao");
rồi xong.
B3: đán code sau vào nơi muốn hiển thị mục New update (index chẳng hạn)
Code:
<div class="hdr">• New Update</div><xt:filelist sort_type="updated" sort_dir="desc" per_page="10" folder="/games/update" template="&lt;div class=&quot;list1&quot;&gt;»&lt;a href=&quot;/games/update/.file_name.&quot;&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;/games/up-date/.file_name..js&quot;&gt;&lt;/script&gt;&lt;/a&gt;&lt;/div&gt;">
rồi bây giờ thì thank đê=D>
DEMO
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top