Thứ Ba, 20 tháng 12, 2011

Tạo link chuyển tiếp như kenhdaihoc.com đang dùng


Thủ thuật này mình sưu tầm trên mang thôi 

Tải file đính kèm về, giải nén ra.
upload file links.php và thư mục url lên thư mục gốc của website.


Tiếp theo mở file
includes/class_bbcode.php


Tìm đoạn :


return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"; 


Thay bằng :


$url_info = parse_url($rightlink);                 if ($url_info["host"]=="kenhdaihoc.com"):                 return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";                 else:                 return "<a href=\"http://kenhdaihoc.com/links.php?url=$rightlink\" target=\"_blank\">$text</a>";                 endif;


Thay http://kenhdaihoc.com thành link forum của bạn


0 nhận xét:

Đăng nhận xét