📄 admin_getphoto.asp
字号:
If FoundErr<>True And CGet.G("ShowCode")="checkbox" Then'得到远程源码
ListCode=CGet.ReplaceTrim(CGet.GetHttpPage(ListUrl,Encoding))
If ListCode<>"$False$" Then
ListCode=CGet.GetBody(ListCode,LsString,LoString,False,False)
If ListCode<>"$False$" Then
NewsArrayCode=CGet.GetArray(ListCode,HsString,HoString,False,False)
If x_tp =1 Then
Newsimage=CGet.GetArray(ListCode,imhstr,imostr,False,False)
End If
If NewsArrayCode<>"$False$" Then
NewsArray=Split(NewsArrayCode,"$Array$")
For Testi=0 To Ubound(NewsArray)
If HttpUrlType=1 Then
NewsArray(Testi)=Replace(HttpUrlStr,"{$ID}",NewsArray(Testi))
Else
NewsArray(Testi)=CGet.FormatRemoteUrl(NewsArray(Testi),ListUrl)
End If
Next
UrlTest=NewsArray(0)
NewsCode=CGet.ReplaceTrim(CGet.GetHttpPage(UrlTest,Encoding))
Else
FoundErr=True
ErrMsg=ErrMsg & "<br><li>在获取链接列表时出错。</li>"
End If
Else
FoundErr=True
ErrMsg=ErrMsg & "<br><li>在截取列表时发生错误。</li>"
End If
Else
FoundErr=True
ErrMsg=ErrMsg & "<br><li>在获取:" & ListUrl & "网页源码时发生错误。</li>"
End If
'--
If x_tp =1 Then
If imostr="" Or imhstr="" Then
FoundErr=True
ErrMsg=ErrMsg & "<br><li>缩略图代码不能为空</li>"
else
If Newsimage="$False$" Then
FoundErr=True
ErrMsg=ErrMsg & "<br><li>在分析:" & ListUrl & CjName &"列表时发生错误!</li>"
Else
Newsim=Split(Newsimage,"$Array$")
If IsArray(Newsim)=True Then
For Testi=0 To Ubound(Newsim)
If HttpUrlType=1 Then
Newsim(Testi)=Replace(HttpUrlStr,"{$ID}",Newsim(Testi))
Else
Newsim(Testi)=CGet.FormatRemoteUrl(Newsim(Testi),ListUrl)
End If
Next
Else
FoundErr=True
ErrMsg=ErrMsg & "<br><li>在分析:" & ListUrl & CjName &"列表时发生错误!</li>"
End If
End If
End If
End If
End If
'===================显示远程源码完=============================
If FoundErr=True Then
call Cl.ShowErr(ErrMsg)
Else
If CGet.G("ShowCode")="checkbox" Then
%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="Border" >
<tr>
<td height="22" colspan="2" class="title"> <div align="center"><strong>项 目 编 辑 -- 采集目标网站源代码 </strong>
<input type="radio" value="0" name="ShowCodeobt" onClick="ShowCode1.style.display='none';">
隐藏源代码窗口
<input type="radio" value="0" name="ShowCodeobt" checked onClick="ShowCode1.style.display='';">
显示源代码窗口
</div></td>
</tr>
<tr class="tdbg" id="ShowCode1">
<td height="22" colspan="2" class="tdbg" align="center">
<textarea name="showCode" cols="120" rows="10" class="lostfocus"><%=NewsCode%></textarea><br>
<%
For Testi=0 To Ubound(NewsArray)
Response.Write "采集的目标地址 →<a href="& NewsArray(Testi) &" target=""_blank"">"& NewsArray(Testi) &"</a>"
Response.Write "<a href='view-source:" & NewsArray(Testi) & "' target=_blank><font color='blue'>点击查看目标源代码</font></a><br>"
Next
If x_tp = 1 Then
For Testi=0 To Ubound(Newsim)
Response.Write "采集的缩略图地址 →"
Response.Write "<a href='" & Newsim(Testi) & "' target=_blank>" & Newsim(Testi) & "</a><br>"
Next
End If
%>
</td>
</tr>
</table>
<% End If
If action="edit" Or action1="edit" Or action="s2" And action1<>"add" Then'是否从链接来读数据
Set RsItem=Conn_C.execute("Select * from Item where ItemID=" & ItemID)
TsString=RsItem("TsString")
ToString=RsItem("ToString")
CsString=RsItem("CsString")
CoString=RsItem("CoString")
photourls=RsItem("photourls")
photourlo=RsItem("photourlo")
NewsPaingType=RsItem("NewsPaingType")
NPsString=RsItem("NPsString")
NPoString=RsItem("NPoString")
NewsUrlPaing_s=RsItem("NewsUrlPaing_s")
NewsUrlPaing_o=RsItem("NewsUrlPaing_o")
PhotoType_s=RsItem("PhotoType_s")
PhotoType_o=RsItem("PhotoType_o")
PhotoLurl_s=RsItem("PhotoLurl_s")
PhotoLurl_o=RsItem("PhotoLurl_o")
Phototypefy_s=RsItem("Phototypefy_s")
Phototypefy_o=RsItem("Phototypefy_o")
Phototypefyurl_s=RsItem("Phototypefyurl_s")
Phototypefyurl_o=RsItem("Phototypefyurl_o")
Phototypeurl_s=RsItem("Phototypeurl_s")
Phototypeurl_o=RsItem("Phototypeurl_o")
Downlist_s=RsItem("Downlist_s")'下载地址设置
Downlist_o=RsItem("Downlist_o")
DownUrl_s=RsItem("DownUrl_s")
DownUrl_o=RsItem("DownUrl_o")
DateType=RsItem("DateType")
DsString=RsItem("DsString")
DoString=RsItem("DoString")
AuthorType=RsItem("AuthorType")
AsString=RsItem("AsString")
AoString=RsItem("AoString")
AuthorStr=RsItem("AuthorStr")
CopyFromType=RsItem("CopyFromType")
FsString=RsItem("FsString")
FoString=RsItem("FoString")
CopyFromStr=RsItem("CopyFromStr")
KeyType=RsItem("KeyType")
KsString=RsItem("KsString")
KoString=RsItem("KoString")
KeyStr=RsItem("KeyStr")
RsItem.close
set RsItem=nothing
action1="edit"
End If
%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="Border">
<form method="post" action="?" name="form1">
<tr>
<td height="22" colspan="2" class="title"> <div align="center"><strong>添 加 新
项 目--正 文 设 置</strong></div> </td>
</tr>
<tr class="tdbg">
<td width="30%" align="right" class="tdbg" ><strong>标题开始标记:</strong><p> </p>
<strong>标题结束标记:</strong></td>
<td width="70%" class="tdbg">
<textarea name="TsString" cols="70" rows="5" class="lostfocus"><%= TsString %></textarea><br>
<textarea name="ToString" cols="70" rows="5" class="lostfocus"><%= ToString %></textarea></td>
</tr>
<tr class="tdbg">
<td width="20%" align="right" class="tdbg" ><strong>图片简介开始标记:</strong><p> </p>
<strong>图片简介结束标记:</strong></td>
<td width="75%" class="tdbg">
<textarea name="CsString" cols="70" rows="5" class="lostfocus"><%= CsString %></textarea><br>
<textarea name="CoString" cols="70" rows="5" class="lostfocus"><%= CoString %></textarea></td>
</tr>
<tr class="tdbg">
<td width="20%" align="right" class="tdbg" >
<strong>图片地址列表开始标记:</strong><p> </p>
<strong>图片地址列表结束标记:</strong><p> </p>
<strong>图片地址开始标记:</strong><p> </p>
<strong>图片地址结束标记:</strong>
</td>
<td width="75%" class="tdbg">
<textarea name="Downlist_s" cols="70" rows="5" class="lostfocus"><%= Downlist_s %></textarea><br>
<textarea name="Downlist_o" cols="70" rows="5" class="lostfocus"><%= Downlist_o %></textarea><br>
<textarea name="DownUrl_s" cols="70" rows="5" class="lostfocus"><%= DownUrl_s %></textarea><br>
<textarea name="DownUrl_o" cols="70" rows="5" class="lostfocus"><%= DownUrl_o %></textarea>
</td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbg" ><b>是否图片分页设置:</b></td>
<td class="tdbg"><input type="radio" value="0" name="NewsPaingType" <% If NewsPaingType=0 Or NewsPaingType="" Then Response.Write("checked") %> onClick="photo1.style.display='none';photo2.style.display='none'">
不作设置
<input type="radio" value="1" name="NewsPaingType" <% If NewsPaingType=1 Then Response.Write("checked") %> onClick="photo1.style.display='';photo2.style.display='none'">
图片分页
<input type="radio" value="2" name="NewsPaingType" <% If NewsPaingType=2 Then Response.Write("checked") %> onClick="photo1.style.display='none';photo2.style.display=''">
图片2级分类
</tr>
<tr class="tdbg" id="photo1" style="display:none">
<td align="right" class="tdbg" ><p><strong><font color=blue>分页开始标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue>分页结束标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue><br>
分页链接开始标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue>分页链接结束标记:</font></strong></p>
</td>
<td class="tdbg"><p>
<textarea name="NPsString" cols="70" rows="5" class="lostfocus"><%= NPsString %></textarea>
<br>
<textarea name="NPoString" cols="70" rows="5" class="lostfocus"><%= NPoString %></textarea>
<br>
<textarea name="NewsUrlPaing_s" cols="70" rows="5" class="lostfocus"><%= NewsUrlPaing_s %></textarea>
<br>
<textarea name="NewsUrlPaing_o" cols="70" rows="5" class="lostfocus"><%= NewsUrlPaing_o %></textarea>
</p> </tr>
<tr class="tdbg" id="photo2" style="display:none">
<td align="right" class="tdbg" >
<p><strong><font color=blue>分类图片列表开始标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue>分类图片列表结束标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue><br>分类图片链接开始标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue>分类图片链接结束标记:</font></strong></p>
<p> </p>
<p> </p>
<p><strong><font color=blue>分类图片列表分页结束标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue>分类图片列表分页连接开始标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue>分类最终页图片列表分页连接开始标记:</font></strong></p>
<p> </p>
<p> </p>
<p><strong><font color=blue>分类最终页图片列表分页连接结束标记:</font></strong></p>
<p> </p>
<p><strong><font color=blue>分类最终页图片地址开始标记:</font></strong></p>
<p> </p>
<p> </p>
<p><strong><font color=blue>分类最终页图片地址开始标记:</font></strong></p>
</td>
<td class="tdbg"><p>
<textarea name="PhotoType_s" cols="70" rows="5" class="lostfocus"><%= PhotoType_s %></textarea>
<br>
<textarea name="PhotoType_o" cols="70" rows="5" class="lostfocus"><%= PhotoType_o %></textarea>
<br>
<textarea name="PhotoLurl_s" cols="70" rows="5" class="lostfocus"><%= PhotoLurl_s %></textarea>
<br>
<textarea name="PhotoLurl_o" cols="70" rows="5" class="lostfocus"><%= PhotoLurl_o %></textarea>
<br>
<textarea name="Phototypefy_s" cols="70" rows="5" class="lostfocus"><%= Phototypefy_s %></textarea>
<br>
<textarea name="Phototypefy_o" cols="70" rows="5" class="lostfocus"><%= Phototypefy_o %></textarea>
<br>
<textarea name="Phototypefyurl_s" cols="70" rows="5" class="lostfocus"><%= Phototypefyurl_s %></textarea>
<br>
<textarea name="Phototypefyurl_o" cols="70" rows="5" class="lostfocus"><%= Phototypefyurl_o %></textarea>
<br>
<textarea name="Phototypeurl_s" cols="70" rows="5" class="lostfocus"><%= Phototypeurl_s %></textarea>
<br>
<textarea name="Phototypeurl_o" cols="70" rows="5" class="lostfocus"><%= Phototypeurl_o %></textarea>
</p> </tr>
<tr class="tdbg">
<td width="20%" align="right" class="tdbg" ><b>时 间
设 置:</b></td>
<td width="75%" class="tdbg">
<input type="radio" value="0" name="DateType" <% If DateType<>1 Then Response.Write("checked") %> onClick="Date1.style.display='none'">不作设置
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -