<%
if (!Shop.LebiAPI.Service.Instanse.Check("managelicenese")){
%>
|
<%=Tag("软件信息")%>
|
|
<%=Tag("软件版本")%>:
|
LebiShop V<%=SYS.Version %>.<%=SYS.Version_Son %>
|
|
<%=Tag("软件开发")%>:
|
五六七七零网络科技有限公司
|
|
<%=Tag("官方网站")%>:
|
http://www.lebi.cn/
|
|
<%=Tag("联系方式")%>:
|
http://www.lebi.cn/about/contact.html
|
<%}%>
|
<%=Tag("系统参数")%>
|
|
<%=Tag("服务器名")%>:
|
<%=Request.ServerVariables["SERVER_NAME"]%>
|
|
<%=Tag("浏览器版本")%>:
|
<%=Request.Browser.Version.ToString() %>
|
|
<%=Tag("HTTP端口")%>:
|
<%=Request.ServerVariables["SERVER_PORT"] %>
|
|
<%=Tag("服务器IP")%>:
|
<%= HttpContext.Current.Request.ServerVariables.Get("Local_Addr").ToString()%>
|
|
<%=Tag("系统时间")%>:
|
<%=DateTime.Now.ToString() %>
|
|
<%=Tag("执行超时")%>:
|
<%=Server.ScriptTimeout.ToString()%>
<%=Tag("秒")%>
|
|
<%=Tag("物理路径")%>:
|
<%=Request.PhysicalApplicationPath.ToString() %>
|
|
<%=Tag("Session总数")%>:
|
<%=Session.Contents.Count.ToString()%>
|
|
<%=Tag("Application总数")%>:
|
<%=Application.Contents.Count.ToString()%>
|
|
<%=Tag("组件信息")%>
|
|
MS Access:
|
<%if (chkobj("ADODB.RecordSet")) { Response.Write("√"); } else { Response.Write("×"); }%>
|
|
FSO:
|
<%if (chkobj("Scripting.FileSystemObject")) { Response.Write("√"); } else { Response.Write("×"); }%>
|
|
AspJpeg:
|
<%if (chkobj("Persits.Jpeg")) { Response.Write("√"); } else { Response.Write("×"); }%>
|
|
CDONTS:
|
<%if (chkobj("CDONTS.NewMail")) { Response.Write("√"); } else { Response.Write("×"); }%>
|
|
JMail:
|
<%if (chkobj("JMail.SmtpMail")) { Response.Write("√"); } else { Response.Write("×"); }%>
|
|
ASPemail:
|
<%if (chkobj("Persits.MailSender")) { Response.Write("√"); } else { Response.Write("×"); }%>
|
|
Geocel:
|
<%if (chkobj("Geocel.Mailer")) { Response.Write("√"); } else { Response.Write("×"); }%>
|
|
SmtpMail:
|
<%if (chkobj("SmtpMail.SmtpMail.1")) { Response.Write("√"); } else { Response.Write("×"); }%>
|