DasBlog.1.8.5223.2中文版
DasBlog-1.8.5223.2中文版
===============================================
修改人:qihangnet
支持网站:http://www.dasblog.cn
更新说明:
1、主程序升级为DasBlog-1.8.5223.2版;
2、支持contributor用户角色;
3、网站系统安全增强;
4、改进了博客界面主题模版的多语言文化支持,尤其是简体中文和繁体中文的支持;
5、模版代码加入了utf-8编码的meta标签声明,防止使用时出现乱码;
6、增加了Maxer.CN的皮肤。
___________________________________________________
安装提示:
1、由于本系统是使用Asp.Net开发的,所以在安装前请确保您的服务器或者虚拟主机支持Asp.net;
2、请确定您将要安装的目录,如果不是网站的根目录,请确保要安装的目录为虚拟目录(可以使用CreateDasBlogVdir.vbs来创建);
3、修改dasblogce\SiteConfig\site.config的<Root>标签内的http://localhost/DasBlog/修改为安装后的实际访问地址;
4、将dasblogce目录下的全部文件上传到您要安装的目录下,并确保content、logs、SiteConfig目录具有足够的权限;
5、初始管理员用户名和密码均为admin,登录进入管理界面,点击配置菜单,对您的网站信息进行正确的配置,保存后即可正常运行本系统;
6、dasblogce\SiteConfig\siteSecurity.config为您的用户配置信息,建议在上传系统文件前先修改其中的<Name>和<Password>值;
7、如果您在使用本版本的DasBlog过程中有什么意见或建议,请到http://www.dasblog.cn联系我。
==================================================================
下载地址:
http://www.dasblog.cn/myfiles/DasBlog.cn-1.8.5223.2-Web-Files.zip(已编译,但不含原代码,适合普通用户)
http://www.dasblog.cn/myfiles/DasBlog.cn-1.8.5223.2-Source.zip(原代码,未编译,适合.Net开发者)
14评论
yingfan said
我下载了源代码,但是在打开DasBlog All.sln这个时,无法加载newtelligence.DasBlog.Web.csproj这个项目,可能是什么原因引起的呢?
望回复,谢谢!
qihangnet said
原因是你没有将newtelligence.DasBlog.Web目录设置为名称为dasBlog的虚拟目录
另外该目录需要给予相应的权限
poo said
seen
签名:My Blog
http://xiangtool.nease.net
fzzf said
您好,我想学习一下您的DasBlog.1.8.5223.2中文版,可是现在不能下载了..能发个给我吗?谢谢
zcyaspdotnet@gmail.com
JackWong said
http://www.dasblog.cn 现在不知转到了什么视频网站,上面的东西都不能下载了。能发布新的下载地址或者传一份给我么?
qihangnet said
@fzzf、JackWong
DasBlog.cn网站所在服务器出了点问题,目前还没有解决。所以暂时不能下载。
我将尽快解决这个问题。
quitchat said
您好,我安装了DasBlog,但是用admin/admin登录进去,却没有发现顶部那条发帖,配置等等的导航条,不知是什么道理?
(我在本机调试没问题,上传到服务器就不行了)
另外一个问题是,每当点击 评论 ,或者是 TrackBack 的时候,都会出现找不到叶面,按 Category 分类察看也是如此
比如我有一个Category是Cycling,我点Cycling,出来的地址是 http://www.cyclistlog.com/Blog/CategoryView,category,Cycling.aspx 提示找不到叶面
但是我手动把它改成 http://www.cyclistlog.com/Blog/CategoryView.aspx?category=Cycling
却能够正确找到,不知何故?
谢谢~
qihangnet said
@quitchat
你是否确认你已经把所有文件传送上去了啊?
quitchat said
hi,谢谢你的quick reply。
东西我肯定是全都穿上去了,可是还是解决不了问题
不知道有没有别的朋友遇到过类似问题的?
谢谢
qihangnet said
@quitchat
可能权限问题造成的,我还没有碰到过该问题:(
cn213002 said
偶这里怎么挂不起来呢,是什么问题?
Server Error in '/DasBlog' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
newtelligence.DasBlog.Runtime.BlogDataServiceXml.newtelligence.DasBlog.Runtime.IBlogDataService.GetDaysWithEntries(TimeZone tz) in C:\Dev\DasBlog CE\source\newtelligence.DasBlog.Runtime\BlogDataService.cs:1095
newtelligence.DasBlog.Web.Core.WeblogCalendar.WeblogCalendar_Load(Object sender, EventArgs e) in C:\Dev\DasBlog CE\source\newtelligence.DasBlog.Web.Core\WeblogCalendar.cs:95
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +731
quitchat said
我再想问问,是不是Asp.Net引擎必须是.NET 2.0的?
我的本机是2.0的,所以可以运行
但是上传服务器是1.1的,会不会是这个关系?
有没有在.NET 1.1上成功运行的朋友?
Lupin said
我也是用dasBlog,不过为什么我的事件记录功能是完全不能用的?
你知道原因吗?在本地是没问题的,这跟服务器有关系吗?
zcr1985 said
我的用了,缓存后还是乱码啊,怎么回事呢????
很困惑