error_reporting(1); ini_set('display_errors', 1); set_time_limit(0); require "simplehtmldom/simple_html_dom.php"; $p = $_GET['p']; require_once "../backend/models/Crawler.php"; $model = new Crawler(); $sql = "SELECT * FROM post ORDER BY id DESC"; $rs = mysql_query($sql); while ($row = mysql_fetch_assoc($rs)) { $url = $row['url']; $url = str_replace("http://biquyetlamdep.com/", "", $url); $url = str_replace(".html", "", $url); $arrData['url'] = $url; $arrData['id'] = $row['id']; $model->update("post", $arrData); } exit; $url = "http://biquyetlamdep.com/lam-dep-cung-sao/page/" . $p; $domain = ""; $cate_id = 6; $folder_name = "lam-dep-cung-sao"; $arrClass = array('title' => 'h1.entry-title', 'description' => '', 'content' => 'div.td-post-content'); $arrImgExpert = array('share-fb.gif', 'share-gg.gif'); $arrPregReplace = array('#<div class="baiviet-bailienquan">(.*?)</div>#', '#<div id="box_mxh_trang_bai_viet"(.*?)</div>#', '#<script>(.*?)</script>#', '#<script(.*?)</script>#', '#<span id="shareImage(.*?)</span>#', '#<a (.*?)>#', '#</a>#'); $arrStrReplace = array('<!-- A generated by theme -->'); $arrElement = array('.td-ss-main-content .td-module-thumb'); $arrLink = array(); $arrLink = $model->getAllLink($url, $arrElement, $domain, $cate_id, $folder_name); $classMore = ''; if (!empty($arrLink)) {