Website bán clone,BM,nguyên liệu chạy ADS Facebook Buy Now!

Share Functions Rewrite Cho JohnCMS

• Để 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 Code:
<?phpstatic 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("!","",$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;
}
?>


- Tiếp theo các bạn mở .htaccess thếm đoạn Rewirte này vào và save lại

PHP Code:
<?php
RewriteRule 
^(.*)-([0-9]+).htmlforum/index.php?id=$[L]?>


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

Getting Info...

About the Author

Phone: 0708859555 (Facebook Ads & Coder)

Đăng nhận xét

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.