|
Reid
|
Jan 25 2010, 11:01 AM
Post #1
|
È una trappola!
- Posts:
- 6,767
- Group:
- Developer
- Member
- #223,645
- Joined:
- October 30, 2006
- I'm Browsing With
- Firefox
|
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
|