增加统计跟踪链接的数量

hotfix/远程访问多媒体中心
LiaoYijun 7 years ago
parent c4b1e58768
commit 49810b3b45

@ -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() { public function count_http_of_href() {
$data['all_information'] = $data['all_information'] =
$this->Information_model->search_all_text('http://www.chinahighlights.com/', 2000); $this->Information_model->search_all_text('http://www.chinahighlights.com/', 2000);
echo 'count: '.count($data['all_information']).'<br/>'; echo 'count: '.count($data['all_information']).'<br/>';
var_dump($data['all_information']);
} }
public function transform_href_to_https() { public function transform_href_to_https() {

Loading…
Cancel
Save