代码拉取完成,页面将自动刷新
<?php
include_once 'config.php';
$ad_head_html = '';
$filename = "ad_head.html";
$file = @fopen($filename,"r");
if ($file) {
$contents = @fread($file, filesize($filename));
//��ҳ�������
$adtype = 3;
$ADTypes = array("type"=>$adtype);
$client = new SoapClient($GLOBAL_REMOTE_API);
$ADList_result = $client->getADList($ADTypes);
$getADListResult = $ADList_result->getADListResult;
$getADListResultArray = json_decode($getADListResult, TRUE);
//��ʼ����
$ADList_totalCount = $getADListResultArray[0]['totalCount'];
$ADList_success = $getADListResultArray[0]['success'];
$ADList_data = $getADListResultArray[0]['data'];
$ADListhtml = '';
foreach($ADList_data as $key=>$d){
$factoryId = $ADList_data[$key]['factoryId'];
$picUrl = $ADList_data[$key]['picUrl'];
$linkUrl = $ADList_data[$key]['linkUrl'];
$linkUrl = ($linkUrl != '') ? $linkUrl : 'store.php?id=' .$factoryId;
}
$adhead_html = str_replace("{\$ad_url}", $linkUrl, $contents);
$adhead_html = str_replace("{\$ad_img}", $picUrl, $adhead_html);
$adhead_htmlArr[] = $adhead_html;
fclose($file);
}
$ad_head_html = implode('', $adhead_htmlArr);
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。