continue; } $num = substr($key, strlen('pFiledata')); if (!empty($_FILES['pFiledata' . $num]['name'])) { $_POST['video'][$num]['videopic'] = $objWebInit->uploadInfoImage($_FILES['pFiledata' . $num], $num, 0, $objWebInit->arrGPic['FileSourPicSize']); } } if ($_POST['summary'] == '') { $_POST['summary'] = check::csubstr(trim(str_replace(" ", " ", str_replace("\r\n", "", strip_tags($_POST['intro'])))), 0, $arrGWeb['db_summary_len']); } if (is_array($_POST['photo'])) { $_POST['thumbnail'] = $_POST['photo'][0]['photo']; } else { $_POST['thumbnail'] = $_POST['photo']; } $objWebInit->saveInfo($_POST, 0); if ($arrGWeb['file_static']) { //生成静态页面 $intID = $objWebInit->getMaxID() - 1; $strDir = ceil($intID / $arrGCache['cache_filenum']); $objCache = new cache($arrGCache['cache_root'] . '-' . $strDir . '/' . $intID . $arrGWeb['file_suffix'], $arrGCache['cache_time']); $objCache->cache_start(); $strContents = @file_get_contents('http://' . $_SERVER["HTTP_HOST"] . '/' . $arrGWeb['module_id'] . '/detail.php?id=' . $intID); if ($strContents) { echo $strContents; } $objCache->cache_end(false); } check::WindowLocation('index.php', 'page=' . $_GET['page']); } if (!is_array($arrMType) || empty($arrMType)) {