We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] Vietnamese Portal; By chaukhaiminh
Topic Started: Jan 25 2010, 11:01 AM (114 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: chaukhaiminh
[CODE
 
Vietnamese Portal]Admin CP ---> System Settings ---> IPDynamic Lite Set-up ---> Show Affiliates box click Yes ---> Show Affiliates box content and this code:
Code:
 

<script language=javascript>
<!--
function change(item,item2) {
var range = document.body.createTextRange();
range.collapse(true);
if (location.href.indexOf("action=") != -1 ) {
return false;
} else {
while (range.findText(item)) {
range.text=item2;
range.collapse(false);
}
}
}
change("You have to register before you can post to our site ", "[COLOR=red]Ban phai dang ki de co the post bai trong dien dan[/COLOR]")
change("Welcome, visitor", "[COLOR=red]Chao ban[/COLOR]")
change("Welcome", "[COLOR=red]Chao mung[/COLOR]")
change("Help", "[COLOR=red]Giup do[/COLOR]")
change("You last visited our website on ", "[COLOR=red]Lan cuoi cung ban dang nhap la[/COLOR] ")
change("MyControls", "[COLOR=red]Bang ca nhân[/COLOR]")
change("MyAssistant", "[COLOR=red]Thu ki[/COLOR]")
change("Personal Messages"," [COLOR=red]Tin nhan ca nhan[/COLOR]")
change("waiting to be read", "" )
change("Calendar", "[COLOR=red]Lich[/COLOR]")
change("Search", "[COLOR=red]Tim kiem[/COLOR]")
change("Log Out", "[COLOR=red]Thoat[/COLOR]");
change("visitors", "[COLOR=red]Khách[/COLOR]")
change("members and", "[COLOR=red]thanh viên va[/COLOR]")
change("browsing:", "")
change("Log In", "[COLOR=red]Dang nhap[/COLOR]")
change("Register", "[COLOR=red]Dang ki[/COLOR]")
change("You have", "[COLOR=red]Ban co[/COLOR]")
change("View new posts", "[COLOR=red]Xem bai viet moi[/COLOR]")
change("There are", "[COLOR=red]Hien co[/COLOR]")
change("Members", "[COLOR=red]Thanh vien[/COLOR]")
change("online users", "[COLOR=red]nguoi online[/COLOR]")
change("Quick Dang nhap ", "[COLOR=red]Dang nhap nhanh[/COLOR]")
change("Recommended Sites", "[COLOR=red]Lien ket[/COLOR]")
change("Latest Discussions", "[COLOR=red]Chu de thao luan gan day[/COLOR]")
change("Username", "[COLOR=red]Ten dang nhap[/COLOR]")
change("Password", "[COLOR=red]Mat khau dang nhap[/COLOR]")
-->
</script>

Red color is Vietnamese use Unicode font
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply