<?php
/********密码验证***********/
$password='123456';                                 //这个密码是登陆验证用的.您需要在模块里设置和这里一样的密码....注意一定需要修改.
if($password!=$_GET['pw']) exit('验证密码错误');   //安全检测,密码不符则退出/****以下代码非专业人员不建议修改***************/
if($_POST) $ispost=true;
//require_once(dirname(__FILE__).'/config.php');
define('DEDEADMIN', ereg_replace("[/\\]{1,}", '/', dirname(__FILE__) ) );
require_once(DEDEADMIN.'/../include/common.inc.php');
require_once(DEDEINC.'/userlogin.class.php');
header('Cache-Control:private');
$dsql->safeCheck = false;
$dsql->SetLongLink();$cuserLogin = new userLogin();
$cuserLogin->userID = 1;
$username='admin';
//获得当前脚本名称,如果你的系统被禁用了$_SERVER变量,请自行更改这个选项
$dedeNowurl = $s_scriptName = '';
$isUrlOpen = @ini_get('allow_url_fopen');
$dedeNowurl = GetCurUrl();
$dedeNowurls = explode('?', $dedeNowurl);
$s_scriptName = $dedeNowurls[0];
$cfg_remote_site = empty($cfg_remote_site)? 'N' : $cfg_remote_site;//启用远程站点则创建FTP类
if($cfg_remote_site=='Y')
{require_once(DEDEINC.'/ftp.class.php');if(file_exists(DEDEDATA."/cache/inc_remote_config.php")){require_once DEDEDATA."/cache/inc_remote_config.php";}if(empty($remoteuploads)) $remoteuploads = 0;if(empty($remoteupUrl)) $remoteupUrl = '';$config = array('hostname' => $GLOBALS['cfg_ftp_host'],'username' => $GLOBALS['cfg_ftp_user'],'password' => $GLOBALS['cfg_ftp_pwd'],'debug' => 'TRUE');$ftp = new FTP($config); //初始化FTP配置if($remoteuploads==1){$ftpconfig = array('hostname'=>$rmhost, 'port'=>$rmport,'username'=>$rmname,'password'=>$rmpwd);}
}function UpDateMemberModCache()
{global $dsql;$cachefile = DEDEDATA.'/cache/member_model.inc';$dsql->SetQuery("SELECT * FROM `#@__member_model` WHERE state='1'");$dsql->Execute();$fp1 = fopen($cachefile,'w');$phph = '?';$fp1Header = "<{$phph}php\r\nglobal \$_MemberMod;\r\n\$_MemberMod=array();\r\n";fwrite($fp1,$fp1Header);while($row=$dsql->GetObject()){fwrite($fp1,"\$_MemberMod[{$row->id}]=array('{$row->name}','{$row->table}');\r\n");}fwrite($fp1,"{$phph}>");fclose($fp1);
}function DedeInclude($filename,$isabs=false)
{return $isabs ? $filename : DEDEADMIN.'/'.$filename;
}//config引用结束//CheckPurview('a_New,a_AccNew');
require_once(DEDEINC.'/customfields.func.php');
require_once(DEDEADMIN.'/inc/inc_archives_functions.php');
if(file_exists(DEDEDATA.'/template.rand.php'))
{require_once(DEDEDATA.'/template.rand.php');
}$dsql->SetSql("Select id as cid,reid as pid,typename as cname,ispart,topid  from `#@__arctype` where channeltype =1 order by sortrank");
$dsql->Execute();
while($row=$dsql->GetObject())
{$cates[]=array('cid'=>$row->cid,'pid'=>$row->pid,'cname'=>$row->cname,'ispart'=>$row->ispart,'topid'=>$row->topid);
}if(!$ispost)
{echo "<select name="list">";echo maketree($cates,0,'');echo '</select>';exit();
}/*--------------------------------
function __save(){  }
-------------------------------*/
else
{require_once(DEDEINC.'/image.func.php');require_once(DEDEINC.'/oxwindow.class.php');//检验用户登录状态$userinfo=$dsql->GetOne("Select * from `#@__member` where userid='$username'");if(!$userinfo) exit("不存在用户-$username");$uid=$userinfo['uid'];//检测栏目信息foreach ($cates as $f=>$v){if($v['cid']==$typeid){      $eid=$v;if($v['ispart']!=0) exit("该栏目不能发布内容"); }}if(!$eid) exit("不存在的栏目id:$typeid");require_once(DEDEINC.'/image.func.php');//require_once(DEDEINC.'/oxwindow.class.php');$flag = isset($flags) ? join(',',$flags) : '';$notpost = isset($notpost) && $notpost == 1 ? 1: 0;if(empty($typeid2)) $typeid2 = '';if(!isset($autokey)) $autokey = 0;if(!isset($remote)) $remote = 0;if(!isset($dellink)) $dellink = 0;if(!isset($autolitpic)) $autolitpic = 0;if(empty($click)) $click = ($cfg_arc_click=='-1' ? mt_rand(50, 200) : $cfg_arc_click);if(empty($typeid)){ShowMsg("请指定文档的栏目!","-1");exit();}if(empty($channelid)){ShowMsg("文档为非指定的类型,请检查你发布内容的表单是否合法!","-1");exit();}if(!CheckChannel($typeid,$channelid)){ShowMsg("你所选择的栏目与当前模型不相符,请选择白色的选项!","-1");exit();}//对保存的内容进行处理if(empty($writer))$writer=$username;if(empty($source))$source='未知';$pubdate = GetMkTime($pubdate);if(!$pubdate) $pubdate=time();$senddate = time();$sortrank = AddDay($pubdate,$sortup);$ismake = $ishtml==0 ? -1 : 0;$title = ereg_replace('"', '"', $title);$title = htmlspecialchars(cn_substrR($title,$cfg_title_maxlen),ENT_COMPAT,'GB2312');$shorttitle = cn_substrR($shorttitle,36);$color =  cn_substrR($color,7);$writer =  cn_substrR($writer,20);$source = cn_substrR($source,30);$description = cn_substrR($description,$cfg_auot_description);$keywords = cn_substrR($keywords,60);$filename = trim(cn_substrR($filename,40));$userip = GetIP();$isremote  = (empty($isremote)? 0  : $isremote);$serviterm=empty($serviterm)? "" : $serviterm;// if(!TestPurview('a_Check,a_AccCheck,a_MyCheck'))// {// $arcrank = -1;// }$adminid = $uid;//处理上传的缩略图if(empty($ddisremote)){$ddisremote = 0;}$litpic = GetDDImage('none', $picname, $ddisremote);//生成文档ID$arcID = GetIndexKey($arcrank,$typeid,$sortrank,$channelid,$senddate,$adminid);if(empty($arcID)){ShowMsg("无法获得主键,因此无法进行后续操作!","-1");exit();}if(trim($title) == ''){ShowMsg('标题不能为空', '-1');exit();}//处理body字段自动摘要、自动提取缩略图等$body = AnalyseHtmlBody($body,$description,$litpic,$keywords,'htmltext');//自动分页if($sptype=='auto'){$body = SpLongBody($body,$spsize*1024,"#p#分页标题#e#");}//分析处理附加表数据$inadd_f = $inadd_v = '';if(!empty($dede_addonfields)){$addonfields = explode(';',$dede_addonfields);if(is_array($addonfields)){foreach($addonfields as $v){if($v=='') continue;$vs = explode(',',$v);if($vs[1]=='htmltext'||$vs[1]=='textdata'){${$vs[0]} = AnalyseHtmlBody(${$vs[0]},$description,$litpic,$keywords,$vs[1]);}else{if(!isset(${$vs[0]})) ${$vs[0]} = '';${$vs[0]} = GetFieldValueA(${$vs[0]},$vs[1],$arcID);}$inadd_f .= ','.$vs[0];$inadd_v .= " ,'".${$vs[0]}."' ";}}}//处理图片文档的自定义属性if($litpic!='' && !ereg('p',$flag)){$flag = ($flag=='' ? 'p' : $flag.',p');}if($redirecturl!='' && !ereg('j',$flag)){$flag = ($flag=='' ? 'j' : $flag.',j');}//跳转网址的文档强制为动态if(ereg('j', $flag)) $ismake = -1;//保存到主表$query = "INSERT INTO `#@__archives`(id,typeid,typeid2,sortrank,flag,ismake,channel,arcrank,click,money,title,shorttitle,color,writer,source,litpic,pubdate,senddate,mid,notpost,description,keywords,filename,dutyadmin,weight)VALUES ('$arcID','$typeid','$typeid2','$sortrank','$flag','$ismake','$channelid','$arcrank','$click','$money','$title','$shorttitle','$color','$writer','$source','$litpic','$pubdate','$senddate','$adminid','$notpost','$description','$keywords','$filename','$adminid','$weight');";if(!$dsql->ExecuteNoneQuery($query)){$gerr = $dsql->GetError();$dsql->ExecuteNoneQuery("Delete From `#@__arctiny` where id='$arcID'");ShowMsg("把数据保存到数据库主表 `#@__archives` 时出错,请把相关信息提交给DedeCms官方。".str_replace('"','',$gerr),"javascript:;");exit();}//保存到附加表$cts = $dsql->GetOne("Select addtable From `#@__channeltype` where id='$channelid' ");$addtable = trim($cts['addtable']);if(empty($addtable)){$dsql->ExecuteNoneQuery("Delete From `#@__archives` where id='$arcID'");$dsql->ExecuteNoneQuery("Delete From `#@__arctiny` where id='$arcID'");ShowMsg("没找到当前模型[{$channelid}]的主表信息,无法完成操作!。","javascript:;");exit();}$useip = GetIP();$templet = empty($templet) ? '' : $templet;$query = "INSERT INTO `{$addtable}`(aid,typeid,redirecturl,templet,userip,body{$inadd_f}) Values('$arcID','$typeid','$redirecturl','$templet','$useip','$body'{$inadd_v})";if(!$dsql->ExecuteNoneQuery($query)){$gerr = $dsql->GetError();$dsql->ExecuteNoneQuery("Delete From `#@__archives` where id='$arcID'");$dsql->ExecuteNoneQuery("Delete From `#@__arctiny` where id='$arcID'");ShowMsg("把数据保存到数据库附加表 `{$addtable}` 时出错,请把相关信息提交给DedeCms官方。".str_replace('"','',$gerr),"javascript:;");exit();}//生成HTMLInsertTags($tags,$arcID);if($cfg_remote_site=='Y' && $isremote=="1"){  if($serviterm!=""){list($servurl,$servuser,$servpwd) = explode(',',$serviterm);$config=array( 'hostname' => $servurl, 'username' => $servuser, 'password' => $servpwd,'debug' => 'TRUE');}else{$config=array();}if(!$ftp->connect($config)) exit('Error:None FTP Connection!');}$artUrl = MakeArt($arcID,true,true,$isremote);MakePrevNextArt($arcID,$typeid);makeIndexPage();makeCatelog($typeid);if($artUrl==''){$artUrl = $cfg_phpurl."/view.php?aid=$arcID";}ClearMyAddon($arcID, $title);//返回成功信息$msg = "      请选择你的后续操作:<a target=_blank href="article_add.php?cid=$typeid"><u>继续发布文章</u></a><a target=_blank href="$artUrl" target="_blank"><u>查看文章</u></a><a target=_blank href="archives_do.php?aid='.$arcID.'&dopost=editArchives"><u>更改文章</u></a><a target=_blank href="catalog_do.php?cid=$typeid&dopost=listArchives"><u>已发布文章管理</u></a>$backurl";$msg = "<div style="\'line-height:36px;height:36px\'">{$msg}</div>".GetUpdateTest();$wintitle = "成功发布文章!";$wecome_info = "文章管理::发布文章";$win = new OxWindow();$win->AddTitle("成功发布文章:");$win->AddMsgItem($msg);$winform = $win->GetWindow("hand"," ",false);$win->Display();
}
/***生成目录的一个遍历算法***/
function maketree($ar,$id,$pre)
{$ids='';foreach($ar as $k=>$v){$pid=$v['pid'];$cname=$v['cname'];$cid=$v['cid'];if($pid==$id){$ids.="<option value="$cid">{$pre}{$cname}</option>";foreach($ar as $kk=>$vv){$pp=$vv['pid'];if($pp==$cid){ $ids.=maketree($ar,$cid,$pre."  ");break;}}}}return $ids;
}
/*自动更新主页 by sbdx*/
function makeIndexPage(){require_once(DEDEINC."/arc.partview.class.php");global $dsql,$cfg_basedir,$cfg_templets_dir;$envs = $_sys_globals = array();$envs['aid'] = 0;$indexs = $dsql->GetOne("select * from`dede_homepageset`");$templet = str_replace("{style}", $cfg_df_style, $indexs['templet']);$homeFile = $indexs['position'];$fp = fopen($homeFile, 'w') or die("无法更新网站主页到:$homeFile 位置");fclose($fp);$tpl = $cfg_basedir.$cfg_templets_dir.'/'.$templet;if ($indexs['showmod'] == 1){//需要生成静态if($indexs['makemod'] == 1){echo '博客模式:'.$indexs['makemod'];require_once DEDEINC."/arc.indexblog.class.php";$pv = new IndexBlogView();$pv->SetTemplet($tpl);$pv->MakeHtml(1, $indexs['npage'], 0, $homeFile);}else{echo '普通模式:'.$indexs['makemod'];require_once(DEDEINC."/arc.partview.class.php");$pv = new PartView();$GLOBALS['_arclistEnv'] = 'index';$pv->SetTemplet($tpl);$pv->SaveToHtml($homeFile);}echo "成功更新主页HTML:".$homeFile."
<a target=_blank href="{$position}" target="_blank">浏览...</a>
";}else {// 动态浏览if (file_exists($homeFile)) @unlink($homeFile);echo "采用动态浏览模式:<a target=_blank href="../index.php" target="_blank">浏览...</a>
";}return true;}
/*自动更新目录页 by sbdx*/
function makeCatelog($typeid)
{global $dsql;$typediarr = array();array_push($typediarr,$typeid);$row3 = $dsql->GetOne("Select reid,topid From `#@__arctype` where id=".$typeid);if(!in_array($row3['reid'],$typediarr) and $row3['reid']!=0) array_push($typediarr,$row3['reid']);if(!in_array($row3['topid'],$typediarr) and $row3['topid']!=0) array_push($typediarr,$row3['topid']);require_once(DEDEDATA."/cache/inc_catalog_base.inc");require_once(DEDEINC."/channelunit.func.php");require_once(DEDEINC."/arc.listview.class.php");foreach($typediarr as $typeid){$lv = new ListView($typeid);$reurl = $lv->MakeHtml(1,$maxpagesize);}
}
/*自动更新前后文章的上下页 by sbdx*/
function MakePrevNextArt($aid,$typeid)
{global $dsql;include_once(DEDEINC.'/arc.archives.class.php');if(isset($typeid)){$preRow =  $dsql->GetOne("SELECT id FROM `dede_arctiny` WHERE id<$aid AND arcrank>-1 AND typeid='$typeid' order by id desc");$nextRow = $dsql->GetOne("SELECT id FROM `dede_arctiny` WHERE id>$aid AND arcrank>-1 AND typeid='$typeid' order by id asc");if(is_array($preRow)){$arc = new Archives($preRow['id']);$arc->MakeHtml();}if(is_array($nextRow)){$arc = new Archives($nextRow['id']);$arc->MakeHtml();}}
}?>

Dedecms 火车采集器免登陆发布接口,自动生成上下篇、栏目页、首页相关推荐

  1. dz3.2火车头 php接口,DiscuzX3.4论坛火车头采集器免登陆发布模块(附测试接口)!...

    今天来分享"DiscuzX3.4论坛火车头采集器免登陆发布接口模块(可测试)"大家可以复制下面的百度云地址进行下载,本接口是亲测的,压缩包无加密,可以直接使用,并且我们附有了使用教 ...

  2. dz3.2火车头 php接口,DiscuzX3.4论坛火车头采集器免登陆发布模块(带测试接口)-百度云...

    解压后看到的文件有: 其中discusX3.0.wpm 是发布模块,dz测试接口.ljobx 是用于测试的规则,以后不要问规则该怎么写了,就按照这个格式写. 1,上传接口 根据自己的网站编码选择GBk ...

  3. DiscuzX3.4论坛火车头采集器免登陆发布模块(带测试接口)

    解压后看到的文件有: 在这里插入图片描述 其中discusX3.0.wpm 是发布模块,dz测试接口.ljobx 是用于测试的规则,以后不要问规则该怎么写了,就按照这个格式写. 文件:590m.com ...

  4. destoon8.0火车头免登陆发布接口+全模块采集规则+主动推送百度

    destoon8.0火车头免登陆发布接口,不限制域名,支持全模块模拟采集更新外加入库自动推送百度. 下载地址:destoon8.0火车头免登陆发布接口+全模块采集规则+主动推送百度-68资源网dest ...

  5. php免登录接口,PHPWind 8.0 论坛免登陆发布接口发布

    PHPWind 8.0 论坛免登陆发布接口发布 作者:小文 发布于:2010-10-16 9:44 Saturday 分类:免费接口 PHPWind 8.0 论坛免登陆发布接口使用说明 一.功能特性 ...

  6. 火车头免登录php代码,织梦dedecms火车头采集器批量在线发布文章免登陆模块教程...

    之前搭建已dede的网站,像用火车头采集,发现总是出问题,在网上找了很多,又说php版本不对,还有说权限不对 其实是接口放错了文件目录,以下文档转发,划重点!1! 织梦自带的采集系统相比于火车头来说, ...

  7. destoon6.0火车头免登陆发布接口 destoon模拟人工发布接口 destoon7.0/6.0/5.0采集接口

    来源:https://www.destoon.cc/product/view50.html 功能介绍 免费版 商务版 商务高级 开源版 功能介绍 自动注册会员公司 √ √ √ √ 自动对应到地区 √ ...

  8. destoon7.0火车头免登陆发布接口 destoon模拟人工发布接口 destoon火车头免费采集接口

    来源:https://www.destoon.cc/product/view62.html destoon7.0正式版已与2018年4月3日发布,destoon采集专家已与第一时间发布destoon火 ...

  9. 织梦(DedeCMS)通用免登陆发布插件

    使用火车头,简数采集器,八爪鱼等文章采集工具,采集的数据要怎么发布到自己的织梦CMS网站呢? 可用对应的发布插件接口来接收数据,然后处理接收的数据写入网站. 织梦(DedeCMS)通用免登陆文章发布插 ...

最新文章

  1. 周志华领衔撰写,历时4年,宝箱书问世!文末送书
  2. 关于css3的自定义字体
  3. [JMX一步步来] 9、基于JBoss来写MBean
  4. centos7常用工具安装手册
  5. asp.net core系列 48 Identity 身份模型自定义
  6. SynchronizationContext(同步上下文)综述
  7. select case when与IF的用法
  8. Using Java SecurityManager to grant/deny access to system functions
  9. C++day13 学习笔记
  10. Linux常用命令之yum
  11. 十大经典排序算法整理汇总(附代码)
  12. libcurl的封装,支持同步异步请求,支持多线程下载,支持https(z)
  13. 锐浪HTML5报表实际应用方法,解决锐浪Grid++报表在谷歌等浏览器不兼容的尴尬局面
  14. 2021年高压电工考试题及高压电工理论考试
  15. java读写excel,解决poi包中没有org.apache.poi.ss.usermodel.CellType的问题
  16. jQuery 遍历 - find() 方法
  17. 隐马尔可夫模型(三): 算法分类、解决方法
  18. u盘安装成功计算机里找不到文件夹,插上U盘后,显示成功安装设备驱动程序,但是磁盘里不显示优盘...
  19. vue3全局变量定义使用
  20. 力扣每日一题2022-05-04中等题:找出游戏的获胜者

热门文章

  1. 新浪微博php实习生电面
  2. kafka的offset是个什么鬼。。
  3. 如何解除病毒对各种杀毒软件的劫持
  4. python递归解压文件_递归调用解压zip包或rar包
  5. 详解UniSwap、无聊猿、PlatoFarm空投的逻辑
  6. SpaceX SN8飞船爆炸,马斯克:已拿到全部所需数据,火星,我们来了!
  7. 条形码EAN-13码和EAN-8码的原理
  8. poj 1655 树的重心
  9. 按键精灵安卓版去除重复数组然后排序排序
  10. 最长等差数列_最长等差子序列的长度