likemerry 发表于 2007-5-22 13:10:43

问题N多

CTDHY 发表于 2007-5-23 15:13:28

我用你这个模版的时候怎么不能登陆


我用你这个模版的时候怎么不能登陆,说是我的用户名和密码有错

YERKLE 发表于 2007-5-24 10:19:42

怎么不能删除邮件

premiumhe 发表于 2007-5-24 10:54:33

原帖由 松子儿 于 2007-2-4 12:47 发表 http://www.5dmail.cn/bbs/images/common/back.gif
500错误,和LEFT.ASP文件没关系....你服务器设置错误....
勾选:允许将来自父系的可继承权限传播给该对象


还是左栏无法显示,有没有更详细的方法解决,谢谢!!

premiumhe 发表于 2007-5-26 12:32:42

左栏还是无法显示
HTTP 500 - 内部服务器错误
Internet Explorer


点击右键,查看,出现的是如下情况, 请各位看看,怎么回事,谢谢!

res://C:\WINDOWS\system32\shdoclc.dll/http_500.htm#http://www.****.com

xioxia 发表于 2007-5-27 22:13:17

我怎么能删除登陆页面的admin选项而有不影响登陆!

我怎么能删除登陆页面的admin选项而有不影响登陆!

willoume 发表于 2007-5-30 09:41:38

网络硬盘的数量错误

网络硬盘的数量不对, 总是>=收件箱的 数目,然而往往 网络硬盘内什么也没有。


请问怎么回事?

premiumhe 发表于 2007-5-30 13:19:50

同样的问题,只是数量和收件箱的数量一样,但网络硬盘中又没有任何东西,何解?郁闷中..........

333ccc3c 发表于 2007-5-30 13:44:19

网络硬盘的数量错误

解决办法是打开 info.asp

查找

垃圾箱</a>(<font color="#FF0000"><b><%= ei.delboxMailCount %></b></font>),<a href="attfolders.asp?GRSN=2907417" style="text-decoration: none">网络硬盘</a>

替换成

垃圾箱</a>(<font color="#FF0000"><b><%= ei.delboxMailCount %></b></font>),<%
all_mailnum = ei.inboxMailCount + ei.outboxMailCount + ei.sendboxMailCount + ei.delboxMailCount
all_mailnewnum = ei.newInBoxMailCount + ei.newOutBoxMailCount + ei.newSendBoxMailCount + ei.newDelBoxMailCount
all_mailsize = ei.inboxMailSize + ei.outboxMailSize + ei.sendboxMailSize + ei.delboxMailSize

allnum = ei.PerFolderCount
i = 0
do while i < allnum
ei.GetPerFolderInfo i, pfname, pfmailcount, pfsize, pfnewmailcount
all_mailnum = all_mailnum + pfmailcount
all_mailnewnum = all_mailnewnum + pfnewmailcount
all_mailsize = all_mailsize + pfsize
response.write "<tr><td width='15%' height='30' style='border-bottom:1px " & MY_COLOR_1 & " solid;'><div align='center'>"
response.write "<a href='listmail.asp?mode=" & Server.URLEncode(pfname) & "&" & getGRSN() & "'>" & server.htmlencode(pfname) & "</a>"
if Application("em_Enable_ShareFolder") = true then
response.write "[<a href='pf_setupfolder.asp?foldername=" & Server.URLEncode(pfname) & "&" & getGRSN() & "'>设置</a>]"
response.write " [<a href='ff_sharefolder.asp?foldername=" & Server.URLEncode(pfname) & "&" & getGRSN() & "'>共享设置</a>]</div>"
end if
response.write "</td><td style='border-bottom:1px " & MY_COLOR_1 & " solid;'><div align='right'>" & pfmailcount & "</div></td>"
response.write "<td style='border-bottom:1px " & MY_COLOR_1 & " solid;'>"
if pfnewmailcount = 0 then
response.write "<div align='right'>" & pfnewmailcount & "</div>"
else
response.write "<div align='right'><font color='#FF3333' size='2'><b>" & pfnewmailcount & "</b></font></div>"
end if
response.write "</td><td style='border-bottom:1px " & MY_COLOR_1 & " solid;'>"
response.write "<div align='right'>" & CLng(pfsize/1000) & "K</div></td></tr>"

pfname = NULL
pfmailcount = NULL
pfsize = NULL
pfnewmailcount = NULL
i = i + 1
loop
%><a href="attfolders.asp?GRSN=2907417" style="text-decoration: none">网络硬盘</a>

[ 本帖最后由 333ccc3c 于 2007-5-30 13:46 编辑 ]

premiumhe 发表于 2007-5-30 13:49:22

果然,谢谢!!!!
页: 1 2 3 4 [5] 6 7 8 9
查看完整版本: 更新:20070310 winwebmail 内页界面