zblog获取版本 zblog用户中心

怎么将zblog asp版本转换成php版本

楼主这个问题,感觉还是能解决的办法,可以用ODBC让PHP连接ACCESS数据库或ASP连接MYSQL,当然,连得上的话就可以操作数据库,例如,读写,这样的话就能实现在ASP的网站数据ACCESS中插入数据,可以采用注册的时候同时插入PHP的注册数据表和ASP的...

成都创新互联长期为上千家客户提供的网站建设服务,团队从业经验10年,关注不同地域、不同群体,并针对不同对象提供差异化的产品和服务;打造开放共赢平台,与合作伙伴共同营造健康的互联网生态环境。为合山企业提供专业的成都做网站、网站设计,合山网站改版等技术服务。拥有十余年丰富建站经验和众多成功案例,为您定制开发。

我想在本地搭建一个zblog,下载的iiis5.1版本,一开始装上了,可是不能启动,就删除了,在下载进度条在80%

你的系统应该是ghost版本吧,ghost版本是会这样的,重装iis就行了。

sitemap正确写法,php zblog版本,其他都一样

header("Content-type: text/xml");header('HTTP/1.1 200 OK');require'zb_system/function/c_system_base.php';global$zbp;$zbp-host ='http://'. $_SERVER['SERVER_NAME'] .'/';$str ='?xml version="1.0" encoding="UTF-8"?';$str .='urlset xmlns="" xmlns:mobile=""';if(!isset($_GET['index'])) {    $str .='url';    $str .='loc'. $zbp-host .'/loc';    $str .='mobile:mobile type="pc,mobile"/';    $str .='lastmod'. date('Y-m-d', time()) .'/lastmod';    $str .='changefreqdaily/changefreq';    $str .='priority1.0/priority';    $str .='/url';    $allCats = $zbp-GetCategoryList();foreach($allCatsas$cat) {        $str .='url';        $str .='loc'. $cat-Url .'/loc';//        $str .= 'mobile:mobile type="pc,mobile"/';$str .='lastmod'. date('Y-m-d', time()) .'/lastmod';        $str .='changefreqdaily/changefreq';        $str .='priority0.8/priority';        $str .='/url';    }    $allTags = $zbp-GetTagList();foreach($allTagsas$tag) {        $str .='url';        $str .='loc'. $tag-Url .'/loc';//        $str .= 'mobile:mobile type="pc,mobile"/';//        $str .= 'lastmod' . date('Y-m-d', time()) . '/lastmod';$str .='changefreqweekly/changefreq';        $str .='priority0.6/priority';        $str .='/url';    }    $allAuthors = $zbp-GetMemberList('*',array(array('','mem_ID',1),array('','mem_Articles',0)),array('mem_Level'='ASC'),2000,null);foreach($allAuthorsas$member) {        $str .='url';        $str .='loc'. $member-Url .'/loc';//        $str .= 'mobile:mobile type="pc,mobile"/';//        $str .= 'lastmod' . date('Y-m-d', time()) . '/lastmod';$str .='changefreqweekly/changefreq';        $str .='priority0.6/priority';        $str .='/url';    }}else{//文章$index = $_GET['index'];    $db = $zbp-db-sql-get();    $sql = $db-select($zbp-table['Post'])-where(array('=','log_Status','0'))-orderBy(array('log_PostTime'='DESC'))-limit(array(1000* $index,1000))-sql;    $array = $zbp-GetListType('Post', $sql);foreach($arrayas$post) {        $str .='url';        $str .='loc'. $post-Url .'/loc';//        $str .= 'mobile:mobile type="pc,mobile"/';$str .='lastmod'. $post-Time('Y-m-d') .'/lastmod';        $str .='changefreqmonthly/changefreq';        $str .='priority0.4/priority';        $str .='/url';    }}$str .='/urlset';echo$str;unset($str);?

sitemap,zlbog php 版本写法, 美食汇 网站地图 ,zblog版本,其他框架,请自行获取文章函数

nginx 重定向配置

rewrite ^/sitemap\.xml$/sitemap.phplast;


网站题目:zblog获取版本 zblog用户中心
本文来源:http://myzitong.com/article/dojddhj.html