<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim zt__MMColParam zt__MMColParam = "1" If (Request.QueryString("ID") <> "") Then zt__MMColParam = Request.QueryString("ID") End If %> <% Dim zt Dim zt_numRows Set zt = Server.CreateObject("ADODB.Recordset") zt.ActiveConnection = MM_ztlm_STRING zt.Source = "SELECT * FROM lm WHERE ID = " + Replace(zt__MMColParam, "'", "''") + "" zt.CursorType = 0 zt.CursorLocation = 2 zt.LockType = 1 zt.Open() zt_numRows = 0 %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 教你如何识别真假论文网
      
 
设为首页 加入收藏

      《中华论文网》是大型正规论文专业网站,历史久远,信誉可靠,其宗旨是专门为您撰写或发表论文、晋升职称或提高业务水平提供各学科各层次的论文相关服务。也为各位用户搭建一个学术研究、论文交流和相互学习的平台。“诚信、优质”铸就品牌,本网站致力于为您提供可靠、完善、优质的服务。

  联系方式:

手 机:13588037135
电 话:0571--86951596
传 真:0571--86951596
腾讯QQ:380637526
E_mail:zclwnet@126.com
E_mail:dgy0608@163.com

 
 
目前假论文网站很多,一不小心就要上当,该如何识别呢?

一、要看是否已在国家信息产业部备案,如果没有备案,请不要相信该论文网站的服务与承诺。如果已经备案,也不要轻易相信,应该到国家信息产业部提供的相关网站 http://www.miibeian.gov.cn上去查证,只有备案号和网站地址(URL)都一致,才能初步可信。以下提供如何查证网站备案的方法与步骤:

1、点击http://www.miibeian.gov.cn进入到信息产业部ICP/IP地址信息备案管理系统主页面(见下图),然后点击“我要咨询”

2、进入如下页面,点击“是否备案查询”:

3、进入如下页面,选择“根据备案许可证号”并在“输入查询条件”框中把要查询的备案号输入。点击“查询”按钮”。

4、进入如下页面,此时您要仔细看一下“网站首页URL”显示的地址与实际的网站首页地址是否一致,如果一致,则基本可信,如果不一致,说明有人是冒充已备案,不可信,是骗人的网站。

譬如:有一个网站,网址是www.zhlww.com,信息产业部备案号是:粤ICP备05075040,但经查证显示的网站首页(URL)、即网址是www.szgaoya.com,与www.zhlww.com不一样,说明是冒用了备案号,不可信。
据本站调查统计打著《中华论文网》站名的冒用其它网站的信息产业部备案号还有几个,请诸位千万不要上当。

 

二、看网站页面是否做得很烂,做得很烂的网站不可信。

三、对于任何论坛或贴吧里的有关论文写作、发表的留言,都要小心,其实99%都是假的,是骗子所为。

 

[返回]

 
《中华论文网》工作站 Copyright(C) All Rights Reserved
请用右边的Email联系我们 zclwnet@126.com 请用右边的Email联系我们 dgy0608@163.com   380637526
浙ICP备05015076号
 
 

 

<% zt.Close() Set zt = Nothing %>