• 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.

Thach

New Member
Vừa mới mod xong và thành công nên làm ngay bài này chia sẽ cho anh em luôn.Demo thì anh em vao Diễn Đn Việt Nam
rồi vào các bài viết có bbcode url là thấy ngay demo liền,bắt đầu nào.
Mở incfiles/bbcode.php tìm
PHP:
function tags($var) {
thêm vào bên dưới
PHP:
global $login,$user_id;
Xong tìm các bbcode url cũ và xóa đi thay thành cái này nhé
PHP:
if ($user_id) {
$var = preg_replace("#\[url=(.+?)\](.+?)\[/url\]#is", "".("<a href=\"\\1\" rel=\"nofollow\">\\2</a>")."", $var);
$var = preg_replace("#\[URL=(.+?)\](.+?)\[/URL\]#is", "".("<a href=\"\\1\" rel=\"nofollow\">\\2</a>")."", $var);
$var = preg_replace("#\[URL\](.+?)\[/URL\]#is", "".("<a href=\"\\1\" rel=\"nofollow\">\\1</a>")."", $var);
$var = preg_replace("#\[url\](.+?)\[/url\]#is", "".("<a href=\"\\1\" rel=\"nofollow\">\\1</a>")."", $var);
} else {
$var = preg_replace("#\[url=(.+?)\](.+?)\[/url\]#is", "<div class=\"php\"><div class=\"code\">Bạn cần <a href=\"$home/login.php\"><b><font color=red>Đăng nhập</font></b></a> hoặc <a href=\"$home/registration.php\" title=\"Đăng ký thành viên\"><font color=blue>Đăng ký</font></b></a> để thấy link</div></div>", $var);
$var = preg_replace("#\[URL=(.+?)\](.+?)\[/URL\]#is", "<div class=\"php\"><div class=\"code\">Bạn cần <a href=\"$home/login.php\"><b><font color=red>Đăng nhập</font></b></a> hoặc <a href=\"$home/registration.php\" title=\"Đăng ký thành viên\"><font color=blue>Đăng ký</font></b></a> để thấy link</div></div>", $var);
$var = preg_replace("#\[URL\](.+?)\[/URL\]#is", "<div class=\"php\"><div class=\"code\">Bạn cần <a href=\"$home/login.php\"><b><font color=red>Đăng nhập</font></b></a> hoặc <a href=\"$home/registration.php\" title=\"Đăng ký thành viên\"><font color=blue>Đăng ký</font></b></a> để thấy link</div></div>", $var);
$var = preg_replace("#\[url\](.+?)\[/url\]#is", "<div class=\"php\"><div class=\"code\">Bạn cần <a href=\"$home/login.php\"><b><font color=red>Đăng nhập</font></b></a> hoặc <a href=\"$home/registration.php\" title=\"Đăng ký thành viên\"><font color=blue>Đăng ký</font></b></a> để thấy link</div></div>", $var);
}
Thế là xong rầu đó,like nhé
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top