www.gusucode.com > 盘锦DJ舞曲网 商业版源码程序 > admin/caiji/index.asp

    <!--#include file="../../conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
	color:#0080BD;
	background-color:#EAF3FA;
}
-->
</style>
</head>

<body>
<form id="form1" name="form1" method="post" action="caiji.asp">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#97BBFF">
  <tr>
    <td height="30" align="center" bgcolor="#FFFFFF"><b>盘锦DJ舞曲网专用采集器</b>(目前只支持www.111ttt.com的采集)</td>
  </tr>
  <tr>
    <td height="30" bgcolor="#FFFFFF">专集地址:
    <input name="surl" type="text" size="50" /></td>
  </tr>
  <tr>
    <td height="30" bgcolor="#FFFFFF">开始ID:
      <input name="smin" type="text" size="10" />
      结束ID:
      <input name="smax" type="text" size="10" /></td>
  </tr>
  <tr>
    <td height="30" bgcolor="#FFFFFF">服务器:
      <select name="serverid" size="1">
            <%                          
 set rs=server.createobject("adodb.recordset")
 sql="select * from server"
 rs.open sql,conn,1,1
 do while not rs.eof  
   response.write "<option value='"&rs("ServerID")&"'>"+rs("ServerName")+"</option>"+chr(13)+chr(10)
   rs.movenext
 loop
 rs.close
		     %> <option selected value="0">服务器列表</option>
        </select>
      歌曲类别:<select name="classid" size="1">
            <%                          
 set rs=server.createobject("adodb.recordset")
 sql="select * from class"
 rs.open sql,conn,1,1
 do while not rs.eof  
   response.write "<option value='"&rs("classid")&"'>"+rs("class")+"</option>"+chr(13)+chr(10)
   rs.movenext
 loop
 rs.close
		     %> <option selected value="0">歌曲类别</option>
          </select></td>
  </tr>
  <tr>
    <td height="30" bgcolor="#FFFFFF" align="center"><input type="submit" name="Submit" value="开始采集" /></td>
  </tr>
</table>
</form>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="30">1。专集地址:比如目标专集地址是:http://www.111ttt.com/zw/1.htm ,我们应写成:http://www.111ttt.com/zw/{id}.htm 这样的形式 </td>
  </tr>
  <tr>
    <td height="30">2.开始ID就是1,结束ID就填你要采集几个专集对应的最后ID</td>
  </tr>
</table>
</body>
</html>