| #1884 | 'mid' => intval($mid), |
| #1885 | 'cid' => isset($content['cid']) ? intval($content['cid']) : 0, |
| #1886 | 'title' => isset($content['title']) ? utf8::cutstr_cn(strip_tags($content['title']), 120) : '', |
| #1887 | 'jumpurl' => isset($content['jumpurl']) ? utf8::cutstr_cn($content['jumpurl'], 255) : '', |
| #1888 | 'referer' => utf8::cutstr_cn(strip_tags($referer), 255), |
| #1889 | 'user_agent' => utf8::cutstr_cn(strip_tags($user_agent), 255), |
| #1890 | 'ip' => ip2long($_ENV['_ip']), |
| #1891 | 'dateline' => $_ENV['_time'] |
| #1892 | ); |
| #1893 | return $this->navpro_visit->create($data); |