|
|
|
@ -195,10 +195,18 @@ class Welcome extends CI_Controller {
|
|
|
|
|
// ));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function count_redirect_nofllow() {
|
|
|
|
|
$data['all_information'] =
|
|
|
|
|
$this->Information_model->search_all_text('.htm&t=78002', 2000);
|
|
|
|
|
echo 'count: '.count($data['all_information']).'<br/>';
|
|
|
|
|
var_dump($data['all_information']);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function count_http_of_href() {
|
|
|
|
|
$data['all_information'] =
|
|
|
|
|
$this->Information_model->search_all_text('http://www.chinahighlights.com/', 2000);
|
|
|
|
|
echo 'count: '.count($data['all_information']).'<br/>';
|
|
|
|
|
var_dump($data['all_information']);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function transform_href_to_https() {
|
|
|
|
|