DelData.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. CheckLevel($logininid,$loginin,$classid,"delinfodata");
  20. //栏目
  21. $fcfile="../../data/fc/ListEnews.php";
  22. $class="<script src=../../data/fc/cmsclass.js></script>";
  23. if(!file_exists($fcfile))
  24. {$class=ShowClass_AddClass("",0,0,"|-",0,0);}
  25. //刷新表
  26. $retable="";
  27. $tsql=$empire->query("select tid,tbname,tname from {$dbtbpre}enewstable order by tid");
  28. while($tr=$empire->fetch($tsql))
  29. {
  30. $retable.="<option value='".$tr[tbname]."'>".$tr[tname]."(".$tr[tbname].")</option>";
  31. }
  32. ?>
  33. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  34. <html>
  35. <head>
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  37. <title>按条件删除信息</title>
  38. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  39. <script type="text/javascript" src="../ecmseditor/js/jstime/WdatePicker.js"></script>
  40. </head>
  41. <body>
  42. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  43. <tr>
  44. <td height="25">位置:<a href="DelData.php<?=$ecms_hashur['whehref']?>">按条件删除信息</a></td>
  45. </tr>
  46. </table>
  47. <form action="../ecmsinfo.php" method="get" name="form1" onsubmit="return confirm('确认要删除?');">
  48. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  49. <?=$ecms_hashur['form']?>
  50. <tr class="header">
  51. <td height="25" colspan="2"> <div align="center">按条件删除信息</div></td>
  52. </tr>
  53. <tr>
  54. <td width="20%" height="25" bgcolor="#FFFFFF">选择数据表</td>
  55. <td width="80%" bgcolor="#FFFFFF"><select name="tbname" id="tbname">
  56. <option value=''>------ 选择数据表 ------</option>
  57. <?=$retable?>
  58. </select>
  59. *</td>
  60. </tr>
  61. <tr>
  62. <td height="25" bgcolor="#FFFFFF">选择栏目</td>
  63. <td bgcolor="#FFFFFF"><select name="classid" id="select">
  64. <option value="0">所有栏目</option>
  65. <?=$class?>
  66. </select> <font color="#666666">(如选择父栏目,将删除所有子栏目)</font></td>
  67. </tr>
  68. <tr>
  69. <td height="25" bgcolor="#FFFFFF"> <input name="retype" type="radio" value="0" checked>
  70. 按时间删除</td>
  71. <td bgcolor="#FFFFFF">从
  72. <input name="startday" type="text" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  73. <input name="endday" type="text" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  74. 之间的数据 <font color="#666666">(不填为不限)</font></td>
  75. </tr>
  76. <tr>
  77. <td height="25" bgcolor="#FFFFFF"><input name="retype" type="radio" value="1">
  78. 按ID删除</td>
  79. <td bgcolor="#FFFFFF">从
  80. <input name="startid" type="text" id="startid2" value="0" size="6">
  81. <input name="endid" type="text" id="endid2" value="0" size="6">
  82. 之间的数据 <font color="#666666">(两个值0为不限)</font></td>
  83. </tr>
  84. <tr>
  85. <td height="25" bgcolor="#FFFFFF">是否审核</td>
  86. <td bgcolor="#FFFFFF"><input name="infost" type="radio" value="0" checked>
  87. 不限
  88. <input name="infost" type="radio" value="1">
  89. 已审核
  90. <input name="infost" type="radio" value="2">
  91. 未审核</td>
  92. </tr>
  93. <tr>
  94. <td height="25" bgcolor="#FFFFFF">是否用户发布</td>
  95. <td bgcolor="#FFFFFF"><input name="ismember" type="radio" value="0" checked>
  96. 不限 <input type="radio" name="ismember" value="1">
  97. 游客发布
  98. <input type="radio" name="ismember" value="2">
  99. 会员+用户发布
  100. <input type="radio" name="ismember" value="3">
  101. 会员发布
  102. <input type="radio" name="ismember" value="4">
  103. 用户发布</td>
  104. </tr>
  105. <tr>
  106. <td height="25" bgcolor="#FFFFFF">是否外部链接</td>
  107. <td bgcolor="#FFFFFF"><input name="isurl" type="radio" value="0" checked>
  108. 不限 <input type="radio" name="isurl" value="1">
  109. 外部链接信息
  110. <input type="radio" name="isurl" value="2">
  111. 内部信息</td>
  112. </tr>
  113. <tr>
  114. <td height="25" bgcolor="#FFFFFF">评论数少于</td>
  115. <td bgcolor="#FFFFFF"><input name="plnum" type="text" id="plnum" size="38"> <font color="#666666">(不设置为不限)</font></td>
  116. </tr>
  117. <tr>
  118. <td height="25" bgcolor="#FFFFFF">点击数少于</td>
  119. <td bgcolor="#FFFFFF"><input name="onclick" type="text" id="onclick" size="38"> <font color="#666666">(不设置为不限)</font></td>
  120. </tr>
  121. <tr>
  122. <td height="25" bgcolor="#FFFFFF">下载数少于</td>
  123. <td bgcolor="#FFFFFF"><input name="totaldown" type="text" id="totaldown" size="38">
  124. <font color="#666666">(不设置为不限)</font></td>
  125. </tr>
  126. <tr>
  127. <td height="25" bgcolor="#FFFFFF">标题包含字符</td>
  128. <td bgcolor="#FFFFFF"><input name="title" type="text" id="title" size="38"> <font color="#666666">(多个字符用“|”隔开)</font></td>
  129. </tr>
  130. <tr>
  131. <td height="25" bgcolor="#FFFFFF">发布者帐号ID</td>
  132. <td bgcolor="#FFFFFF"><select name="usertype" id="usertype">
  133. <option value="0">会员ID</option>
  134. <option value="1">用户ID</option>
  135. </select>
  136. <input name="userids" type="text" id="userids" size="28">
  137. <font color="#666666">(多个用“,”逗号隔开)</font></td>
  138. </tr>
  139. <tr>
  140. <td height="25" bgcolor="#FFFFFF">删除HTML文件</td>
  141. <td bgcolor="#FFFFFF"><input name="delhtml" type="radio" value="0" checked>
  142. 删除
  143. <input type="radio" name="delhtml" value="1">
  144. 不删除 </td>
  145. </tr>
  146. <tr>
  147. <td height="25" bgcolor="#FFFFFF">&nbsp;</td>
  148. <td bgcolor="#FFFFFF"><input type="submit" name="Submit6" value="批量删除">
  149. <input name="enews" type="hidden" id="enews2" value="DelInfoData"> </td>
  150. </tr>
  151. </table>
  152. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  153. <tr>
  154. <td height="25">说明: 会员为前台注册会员,用户为后台管理员。删除后的数据不能恢复,请谨慎使用。</td>
  155. </tr>
  156. </table>
  157. </form>
  158. </body>
  159. </html>
  160. <?php
  161. db_close();
  162. $empire=null;
  163. ?>