↓↓xuống cuối trang↓↓
Chào mừng bạn đến với wap DinhLoi.XtGem.Com | Chúc bạn có 1 năm mới vui vẻ tốt lành hạnh phúc! Hãy giới thiệu website này cho bạn bè nhé!img
DinhLoi.XtGem.Com =>> CaFe9x.Gq
Bạn đến từ quốc gia: United StatesUnited States



Hôm nay ngày
25.02.25/20:38
img- Hi. Xin chào! Mozilla/5.0
logo
.
HOMECHÁTTruyệnFORUM
logo

Chatbox|Admin nhận làm wap/web, giá cả thương lượng... Thông tin admin tại mỗi bài viết.
Home · Bang hội ·
* Đăng Nhập hoặc Đăng Kí
để sử dụng hết chức năng của diễn đàn.
Hi, Khách!
HomeBang hội » Wapmaster » JohnCMS » Share Functions Rewrite Cho JohnCMS
Xuống dưới » Share Functions Rewrite Cho JohnCMS
avatar by Pham_loi Pham_loi
Chức vụ:
22:38:24, 23-04-2016

• Để giúo cho website của bạn google index nhanh hơn. Thì website của bạn cần đòi hỏi đi link một cách chính sát.

• Hầu hết các website hiện nay đều đi LINK dạng http://domains.com/ten-bai-viet-id.html

• Bắt đầu nhé:
- Mở incfiles/classes/functions.php thêm đoạn code bên dưới vào
<?php
static function rewrite($text)
{
$text html_entity_decode(trim($text), ENT_QUOTES'UTF-8');
$text=str_replace(" ","-"$text);$text=str_replace("--","-"$text);
$text=str_replace("@","-",$text);$text=str_replace("/","-",$text);
$text=str_replace("\"","",$text);$text=str_replace("'","",$text);
$text=str_replace("<","",$text);$text=str_replace(">","",$text);
$text=str_replace(",","",$text);$text=str_replace("?","",$text);
$text=str_replace(";","",$text);$text=str_replace(".","",$text);
$text=str_replace("[","",$text);$text=str_replace("","",$text);
$text=str_replace("(","",$text);$text=str_replace(")","",$text);
$text=str_replace("́",""$text);
$text=str_replace("̀",""$text);
$text=str_replace("̃",""$text);
$text=str_replace("̣",""$text);
$text=str_replace("̉",""$text);
$text=str_replace("*","",$text);$text=str_replace("!","",$text);
$text=str_replace("$","-",$text);$text=str_replace("&","-and-",$text);
$text=str_replace("%","",$text);$text=str_replace("#","",$text);
$text=str_replace("^","",$text);$text=str_replace("=","",$text);
$text=str_replace("+","",$text);$text=str_replace("~","",$text);
$text=str_replace("`","",$text);$text=str_replace("--","-",$text);
$text preg_replace("/(à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ)/"'a'$text);
$text preg_replace("/(à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ)/"'a'$text);
$text preg_replace("/(è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ)/"'e'$text);
$text preg_replace("/(è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ)/"'e'$text);
$text preg_replace("/(ì|í|ị|ỉ|ĩ)/"'i'$text);
$text preg_replace("/(ì|í|ị|ỉ|ĩ)/"'i'$text);
$text preg_replace("/(ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ|ớ|ợ|ở|ỡ)/"'o'$text);
$text preg_replace("/(ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ|ớ|ợ|ở|ỡ)/"'o'$text);
$text preg_replace("/(ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ)/"'u'$text);
$text preg_replace("/(ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ)/"'u'$text);
$text preg_replace("/(ỳ|ý|ỵ|ỷ|ỹ)/"'y'$text);
$text preg_replace("/(đ)/"'d'$text);
$text preg_replace("/(ỳ|ý|ỵ|ỷ|ỹ)/"'y'$text);
$text preg_replace("/(đ)/"'d'$text);
$text preg_replace("/(À|Á|Ạ|Ả|Ã|Â|Ầ|Ấ|Ậ|Ẩ|Ẫ|Ă|Ằ|Ắ|Ặ|Ẳ|Ẵ)/"'A'$text);
$text preg_replace("/(À|Á|Ạ|Ả|Ã|Â|Ầ|Ấ|Ậ|Ẩ|Ẫ|Ă|Ằ|Ắ|Ặ|Ẳ|Ẵ)/"'A'$text);
$text preg_replace("/(È|É|Ẹ|Ẻ|Ẽ|Ê|Ề|Ế|Ệ|Ể|Ễ)/"'E'$text);
$text preg_replace("/(È|É|Ẹ|Ẻ|Ẽ|Ê|Ề|Ế|Ệ|Ể|Ễ)/"'E'$text);
$text preg_replace("/(Ì|Í|Ị|Ỉ|Ĩ)/"'I'$text);
$text preg_replace("/(Ì|Í|Ị|Ỉ|Ĩ)/"'I'$text);
$text preg_replace("/(Ò|Ó|Ọ|Ỏ|Õ|Ô|Ồ|Ố|Ộ|Ổ|Ỗ|Ơ|Ờ|Ớ|Ợ|Ở|Ỡ)/"'O'$text);
$text preg_replace("/(Ò|Ó|Ọ|Ỏ|Õ|Ô|Ồ|Ố|Ộ|Ổ|Ỗ|Ơ|Ờ|Ớ|Ợ|Ở|Ỡ)/"'O'$text);
$text preg_replace("/(Ù|Ú|Ụ|Ủ|Ũ|Ư|Ừ|Ứ|Ự|Ử|Ữ)/"'U'$text);
$text preg_replace("/(Ù|Ú|Ụ|Ủ|Ũ|Ư|Ừ|Ứ|Ự|Ử|Ữ)/"'U'$text);
$text preg_replace("/(Ỳ|Ý|Ỵ|Ỷ|Ỹ)/"'Y'$text);
$text preg_replace("/(Đ)/"'D'$text);
$text preg_replace("/(Ỳ|Ý|Ỵ|Ỷ|Ỹ)/"'Y'$text);
$text preg_replace("/(Đ)/"'D'$text);
$text=strtolower($text);
return 
$text;
}
?>

Copy code

- Tiếp theo các bạn mở .htaccess thếm đoạn Rewirte này vào và save lại
<?php
RewriteRule 
^(.*)-([0-9+).htmlforum/index.php?id=$[L
?>

Copy code


• Các bạn cần chỉnh lại link và bê cái functions đó vào nhé
- Ví dụ:
<?php
echo '<a href="'.functions::rewrite($res['text').'-'.$res['id'.'.html">'.$res['text'.'</a>';
?>

Copy code


Chỉnh sửa lúc 2016-04-23 22:58 bởi Pham_loi
Like: 0
Lên trên  Tổng số: 1







Trực Tuyến: Khách: 1
Diễn đàn teen Việt Nam
CopyRight 2014
Tag:
Bạn đến từ:
Share: img img img img img

Thanks To:XtGem
Liên kết:U-ON

Disneyland 1972 Love the old s