|
|
@ -196,10 +196,12 @@ class Welcome extends CI_Controller {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function count_redirect_nofllow() {
|
|
|
|
public function count_redirect_nofllow() {
|
|
|
|
$data['all_information'] =
|
|
|
|
$include_redirece_info =
|
|
|
|
$this->Information_model->search_all_text('.htm&t=78002', 2000);
|
|
|
|
$this->Information_model->search_all_text('.htm&t=78002', 2000);
|
|
|
|
echo 'count: '.count($data['all_information']).'<br/>';
|
|
|
|
echo 'count: '.count($include_redirece_info).'<br/>';
|
|
|
|
var_dump($data['all_information']);
|
|
|
|
foreach ($include_redirece_info as $info) {
|
|
|
|
|
|
|
|
echo '('.$info->ic_id.','.$info->is_id.')'.$info->ic_url.' | '.$info->ic_title.'<br/>';
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function count_http_of_href() {
|
|
|
|
public function count_http_of_href() {
|
|
|
|