commit 394f25657230e367c31b9dff66e86a0cc8ebf7a9 Author: editor <@51Aspx.com> Date: Wed Jul 3 16:39:35 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..aef08f9 --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,43 @@ +仿CODEPROJECT论坛程序源码 + +一、源码描述 +环境:VS2022 sql2019 + +二、功能介绍 +CodeProject上代码的评论功能比较酷,留言可以在当前页面无刷新展开,留言时间根据当前时间动态变化,比如(刚刚,一分钟前,昨天等)。 +该项目采用Vs2003+MSSQL2000开发,由liudao汉化,英文原版归作者所有。 +现已升级至VS2022+sql2019 +Forum.aspx是论坛首页,DB_51Aspx为数据库文件,附加既可。 + +发布留言使用的是html编辑器,支持简单html元素插入。 +该项目没有管理后台,可以参照进行小型论坛、留言板或评论的开发。 +Test Message按钮是用来添加测试帖子的 + +三、注意事项 +1、在项目web.config修改数据库连接字符串,附加数据库。 +2、ctrl+F5运行即可。 + + + + + +作者: Quartz + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/JumpyForum +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..9f58805 --- /dev/null +++ b/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +// +[assembly: AssemblyTitle("JumpyForum")] +[assembly: AssemblyDescription("JumpyForum Inspired by CodeProject")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CSharpTricks.com")] +[assembly: AssemblyProduct("JumpyForum")] +[assembly: AssemblyCopyright("Rajesh Lal - Connectrajesh@hotmail.com ")] +[assembly: AssemblyTrademark("JumpyForum")] diff --git a/Backup/51aspx源码必读.txt b/Backup/51aspx源码必读.txt new file mode 100644 index 0000000..aef08f9 --- /dev/null +++ b/Backup/51aspx源码必读.txt @@ -0,0 +1,43 @@ +仿CODEPROJECT论坛程序源码 + +一、源码描述 +环境:VS2022 sql2019 + +二、功能介绍 +CodeProject上代码的评论功能比较酷,留言可以在当前页面无刷新展开,留言时间根据当前时间动态变化,比如(刚刚,一分钟前,昨天等)。 +该项目采用Vs2003+MSSQL2000开发,由liudao汉化,英文原版归作者所有。 +现已升级至VS2022+sql2019 +Forum.aspx是论坛首页,DB_51Aspx为数据库文件,附加既可。 + +发布留言使用的是html编辑器,支持简单html元素插入。 +该项目没有管理后台,可以参照进行小型论坛、留言板或评论的开发。 +Test Message按钮是用来添加测试帖子的 + +三、注意事项 +1、在项目web.config修改数据库连接字符串,附加数据库。 +2、ctrl+F5运行即可。 + + + + + +作者: Quartz + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/JumpyForum +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/Backup/AssemblyInfo.cs b/Backup/AssemblyInfo.cs new file mode 100644 index 0000000..9f58805 --- /dev/null +++ b/Backup/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +// +[assembly: AssemblyTitle("JumpyForum")] +[assembly: AssemblyDescription("JumpyForum Inspired by CodeProject")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CSharpTricks.com")] +[assembly: AssemblyProduct("JumpyForum")] +[assembly: AssemblyCopyright("Rajesh Lal - Connectrajesh@hotmail.com ")] +[assembly: AssemblyTrademark("JumpyForum")] diff --git a/Backup/Copy of Forum.htm b/Backup/Copy of Forum.htm new file mode 100644 index 0000000..27ffa51 --- /dev/null +++ b/Backup/Copy of Forum.htm @@ -0,0 +1,15 @@ +<%@ Page language="c#" Codebehind="Forum.aspx.cs" AutoEventWireup="false" Inherits="JumpyForum.Forum" %> + + + + JumpyForum Copyright www.Csharptricks.com + + + + + + diff --git a/Backup/Copyright.txt b/Backup/Copyright.txt new file mode 100644 index 0000000..d048062 --- /dev/null +++ b/Backup/Copyright.txt @@ -0,0 +1,15 @@ +---------------------------------------------------------------- +Jumpy Forum 1.0 +---------------------------------------------------------------- +Copyright ?Rajesh Lal, 2006-2007 +Email connectrajesh@hotmail.com + +Author Quartz (Rajesh Lal - connectrajesh@hotmail.com) + +The program is FREE for any personal or non-commercial usage. In the case of +modifying and/or redistributing the code it's obligate to retain +the original copyright notice. It is not allowed to create your +own commercial products on the basis of the program or any parts +of it. + +Please, contact me for purchase/ modification and redistribution with, remarks, ideas, etc. diff --git a/Backup/Delete.aspx b/Backup/Delete.aspx new file mode 100644 index 0000000..2a2f182 --- /dev/null +++ b/Backup/Delete.aspx @@ -0,0 +1,15 @@ +<%@ Page language="c#" Codebehind="Delete.aspx.cs" AutoEventWireup="false" Inherits="JumpyForum.Delete" %> + + + + + Delete + + + + + + + +
+ diff --git a/Backup/Delete.aspx.cs b/Backup/Delete.aspx.cs new file mode 100644 index 0000000..3e70612 --- /dev/null +++ b/Backup/Delete.aspx.cs @@ -0,0 +1,15 @@ +/* ************************************************* + * Author: Rajesh Lal(connectrajesh@hotmail.com) + * Date: 12/14/06 + * Company Info: www.irajesh.com + * See EULA.txt and Copyright.txt for additional information + * **************************************************/ + //��Դ��������www.51aspx.com(���������������) + +using System; +using System.Collections; +using System.ComponentModel; +using System.Data; +using System.Data.SqlClient; +using System.Drawing; +using System.Web; diff --git a/Backup/Delete.aspx.resx b/Backup/Delete.aspx.resx new file mode 100644 index 0000000..a76fe8d --- /dev/null +++ b/Backup/Delete.aspx.resx @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/Backup/EULA.txt b/Backup/EULA.txt new file mode 100644 index 0000000..389cd5e --- /dev/null +++ b/Backup/EULA.txt @@ -0,0 +1,15 @@ +General Source Code - User Licence Jumpy Forum 1.0 +----------------------------------------------------------------------- +The following agreement applies to a software product "Jumpy Forum 1.0" + +This is a legal agreement (hereafter "Agreement") between you, either an +individual or an entity, as the buyer of the source code (hereafter +"Recipient") and Rajesh Lal the author of the product. (hereafter "Author"). + +NON-DISCLOSURE AND LICENCE AGREEMENT FOR Jumpy Forum 1.0 + +1. GRANT OF LICENCE. + +Author grants Recipient a limited, non-exclusive, nontransferable, royalty-free +licence to use the Product and its source code. + diff --git a/Backup/Forum.aspx b/Backup/Forum.aspx new file mode 100644 index 0000000..e714124 --- /dev/null +++ b/Backup/Forum.aspx @@ -0,0 +1,15 @@ +<%@ Page language="c#" Codebehind="Forum.aspx.cs" AutoEventWireup="false" Inherits="JumpyForum.Forum" %> + + + + Asp.netС����̳����|-51aspx.com + + + + + + diff --git a/Backup/Forum.aspx.cs b/Backup/Forum.aspx.cs new file mode 100644 index 0000000..c9d86d9 --- /dev/null +++ b/Backup/Forum.aspx.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; +using System.ComponentModel; +using System.Data; +using System.Data.SqlClient; +using System.Drawing; +using System.Web; +using System.Web.SessionState; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.HtmlControls; +using System.Text; +using System.Configuration; + + diff --git a/Backup/Forum.aspx.resx b/Backup/Forum.aspx.resx new file mode 100644 index 0000000..7c427c0 --- /dev/null +++ b/Backup/Forum.aspx.resx @@ -0,0 +1,15 @@ + + + + + + + + + +Insert Image + +