nnspace_18 - 2012/10/19 0:34:00
xiyou - 2012/10/19 11:15:00
usercontrol目录
nnspace_18 - 2012/10/19 16:17:59
nnspace_18 - 2012/10/19 16:47:43
xiyou - 2012/10/19 17:27:41
那你是什么取消掉的,现在就怎么改回来就可以了
dxd1989 - 2012/10/19 21:38:10
更多广告啊
nnspace_18 - 2012/10/25 0:56:48
nnspace_18 - 2012/10/25 0:57:37
zxclanmao - 2013/1/30 15:33:08
貌似版权信息很难破解哦,而且是不让破解的哦。我也想破解,但是追踪到usercontrol下的web_top.ascx里面的
<title><%=PaTitle%><%=(!string.IsNullOrEmpty(PaTitle) && !string.IsNullOrEmpty(PaName))?"-":""%><%=PaName%><%=TC%></title><%=string.IsNullOrEmpty(PaKeyWords)?"":"\r\n<meta name=\"keywords\" content=\""+Server.HtmlEncode(PaKeyWords)+"\" />"%><%=string.IsNullOrEmpty(PaDescription)?"":"\r\n<meta name=\"description\" content=\""+Server.HtmlEncode(PaDescription)+"\" />"%>
就进行不下去了,不知如何是好。
xiaoxi - 2013/3/16 17:58:51
删除这个试试<%=(!string.IsNullOrEmpty(PaTitle) && !string.IsNullOrEmpty(PaName))?"-":""%> <%=PaName%><%=TC%>
或<%=PaName%><%=TC%>试试。