download :
trước tiên chúng ta cần chỉnh sửa thông tin trong file :truyenhinh.myplus.org.js
tìm tới dòng
Code:
esel.ad_url = escape('http://bg.plus.vn'); // Nhập vào đất chỉ mà bạn muốn trỏ đến sau khi click không quảng cáochỉnh sửa 'http://bg.plus.vn' thành đất chỉ trang web hay forum của bạn
tiếp theo
-với web tĩnh các bạn copy đoạn ngựa thứ 1 :
Code:
closetime = 0;
function Start(URL, WIDTH, HEIGHT) {
windowprops = "toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes";
preview = window.open(URL, "preview", windowprops);
if (closetime) setTimeout("preview.close();", closetime*1000);
}
function doitnow() {
url = "http://bg.plus.vn";
width = 1024; // width of window in pixels
height = 768; // height of window in pixels
delay = 10; // time in seconds before popup opens
timer = setTimeout("Start(url, width, height)", delay*1000);
}
// End -->
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
đặt ở phía trước của thẻ [/head] xem file index.htm vừa demo cho các bạn
và chúng ta sẽ đặt thêm đoạn ngựa thứ 2:
Code:
vào sau thẻ body
- với forum vbb
chúng ta pate đoạn ngựa thứ 1 vào headinclude của skin bạn cần đưa vào
và tiếp tục đưa đoạn ngựa thứ 2 vào header của skin
lưu ý tất cả các file upload lên thư mục root (trừ index.htm) . chuyện test thử phải chạy trên localhost .