master
editor 1 year ago
commit f9c6832a4d

@ -0,0 +1,25 @@
XproerBBS1.1(Access数据库)开源版
XproerBBS1.1(Access数据库)开源版 XproerBBS开源项目是新手学习不可多得的资料在项目中使用了许多目前比较流行的技术。 (1)如何操作ADO.NET (2)如何对数据进行分页。 (3)如何在ACCESS中使用存储过程。 (4)如何使用搜索ACCESS存储过程。 (5)如何注册用户。 (6)如何验证用户权限。 (7)如何使用AJAX技术。 (8)如何使用CSS控制服务器控件样式 这些对于刚入门或者刚开始学习使用ASP.NET(C#)开发网站的朋友来说,会提供许多方便。便于快 入学习和掌握ASP.NET(C#)技术。由于BBS论坛是基于数据库构架的这对于想学习如何操作数据 库的朋友来说又是一大宝贝。 已包含技术: (1)常用分页算法,上下页分页算法,这个算法是目前所有分页中效率最高的 (2)缓存技术成熟的TxtCache技术提高系统性能。 (3)用户身份验证技术Session + Cookie 双重结合,极大的减轻了服务器的负担。 (4)ACCESS存储过程操作实例此论坛基本上是建立在存储过程的基础上的所以你可以在它的源 码里面学到操作存储过程的实例。 (5)自定义的三层构架, (6)用户权限验证 (7)用户注册模板 (8)AJAX技术 默认管理员帐号密码均为51aspx 说明: 由于论坛项目是使用本地的路径所以如果下载下来后直接打开项目的话可能会出现路径错所以对照修改foxBBS_db_2006_8_17/ppInf.config中Access数据库的路径
作者: Xproer
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/XproerBBS
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
//
// <20>йس<D0B9><D8B3>򼯵ij<F2BCAFB5><C4B3><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
// <20><><EFBFBD>Լ<EFBFBD><D4BC><EFBFBD><EFBFBD>Ƶġ<C6B5><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD>޸<EFBFBD><DEB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]

@ -0,0 +1,15 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Web"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{9C9B9D1C-B99E-4205-A8D9-65215F245160}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "FoxBBS"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"

@ -0,0 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="FoxBBS.Global" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS
{
/// <summary>
/// Global <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class Global : System.Web.HttpApplication
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
/// </summary>
private System.ComponentModel.IContainer components = null;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<!--
/*---------------------------------------------------------------------------*\
| Subject: Web TreeView Class |
| Version: 1.0 |
| Author: <EFBFBD>Ʒ<EFBFBD><EFBFBD>١<EFBFBD>meizz<EFBFBD><EFBFBD><EFBFBD><EFBFBD>÷<EFBFBD><EFBFBD>ѩ<EFBFBD><EFBFBD> |
| FileName: MzTreeView.js |
| Created: 2004-10-18 |
| LastModified: 2005-03-10 |
| Download: http://www.meizz.com/Web/Download/MzTreeView10.rar |
| Explain: http://www.meizz.com/Web/Article.asp?id=436 |
| Demo: http://www.meizz.com/Web/Demo/MzTreeView10.htm |
| |
| You may use this code on your item |
| this entire copyright notice appears unchanged |
| and you clearly display a link to http://www.meizz.com/ |

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.cache.index" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD>»<EFBFBD><C2BB><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx">XproerBBS</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<asp:Label id="message" runat="server" ForeColor="Red"></asp:Label>
<br>
<form runat="server">
<table class="table" cellpadding="0" cellspacing="0">
<thead>
<tr>

@ -0,0 +1,15 @@
using System;
namespace FoxBBS.Operate.cache
{
/// <summary>
/// <20><><EFBFBD><EFBFBD>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD><C8A8>
/// </summary>
public class index : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Button Btn_Update;
protected System.Web.UI.WebControls.Label message;
protected System.Web.UI.WebControls.CheckBoxList CahceSelection;
private void Page_Load(object sender, System.EventArgs e)
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="cache_manage.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.cache_manage" %>
<HTML>
<HEAD>
<TITLE><3E><>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../css/skin/web_ui.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<asp:Label id="Message" runat="server" ForeColor="Red" EnableViewState="False"></asp:Label>
<form id="Form1" name="abcd" runat="server" class="form_top_0">
<table id="notice_table" class="table_border_1">
<tr align="center">
<td height="20" colspan="2" bgcolor="#f6f6f6"><strong><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҳ</strong></td>
</tr>
<tr id="naviga_tr">

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Text;
using System.Data.OleDb;
using FoxBBS.include;
//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>www.51aspx.com(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
namespace FoxBBS.Operate
{
/// <summary>
/// cache_manage <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class cache_manage : System.Web.UI.Page

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" EnableViewState="false" Codebehind="cal_forum_topic_count.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.cal_forum_topic_count" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../css/skin/web_ui.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<asp:Label id="Message" runat="server" ForeColor="Red" EnableViewState="False"></asp:Label>
<form id="Form1" name="abcd" runat="server" class="form_top_0">
<table id="notice_table" class="table_border_1">
<tr align="center">
<td height="20" colspan="2" bgcolor="#f6f6f6"><strong><3E><><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></strong></td>
</tr>
<tr id="naviga_tr">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using FoxBBS.include;
namespace FoxBBS.Operate
{
/// <summary>
/// cal_forum_topic_count <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class cal_forum_topic_count : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label Message;
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="cal_topic_revert_count.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.cal_topic_revert_count" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӻظ<D3BB><D8B8><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../css/skin/web_ui.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<asp:Label id="Message" runat="server" ForeColor="Red" EnableViewState="False"></asp:Label>
<form id="Form1" name="abcd" runat="server" class="form_top_0">
<table id="notice_table" class="table_border_1">
<tr align="center">
<td height="20" colspan="2" bgcolor="#f6f6f6"><strong><3E><><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӻظ<D3BB><D8B8><EFBFBD></strong></td>
</tr>
<tr id="naviga_tr">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using FoxBBS.include;
namespace FoxBBS.Operate
{
/// <summary>
/// cal_topic_revert_count <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class cal_topic_revert_count : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label Message;
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="data.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.forum.data" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>data</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
</head>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace FoxBBS.Operate.forum
{
/// <summary>
/// data <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="forum_cache.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.forum.forum_cache" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD>°<EFBFBD><C2B0><EFBFBD>б<EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx">XproerBBS</a><a href="list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.forum
{
/// <summary>
/// forum_cache <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class forum_cache : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="index_topic_cache.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.forum.index_topic_cache" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD>ݻ<EFBFBD><DDBB><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx" id="a_Version">XproerBBS</a><a href="list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.forum
{
/// <summary>
/// index_topic_cache <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class index_topic_cache : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="list.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.forum.list" %>
<HTML>
<HEAD>
<title><3E><>̳<EFBFBD>б<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/functions.js"></script>
<script language="javascript">
//<2F><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
function ShowTopic()
{
var listData = '<%= ListData %>';
var m_body = theDoc.getElementById("DataTable").getElementsByTagName("tbody")[0];
if(listData.length > 4)

@ -0,0 +1,15 @@
using System;
using System.Data;
namespace FoxBBS.Operate.forum
{
/// <summary>
/// <20><><EFBFBD><EFBFBD>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD><C8A8>
/// </summary>
public class list : System.Web.UI.Page
{
string _listData;
public string ListData
{
get
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="team_cache.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.forum.team_cache" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD>°<EFBFBD><C2B0><EFBFBD>б<EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx" id="a_Version">XproerBBS</a><a href="list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.forum
{
/// <summary>
/// team_cache <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class team_cache : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="add.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.notice.add" %>
<%@ Register TagPrefix="uc1" TagName="uc_Loading2" Src="../../USControls/uc_Loading2.ascx" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̳<EFBFBD><CCB3><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/input.js"></script>
<script language="javascript">
function CIV()
{
ReplaceBbsKey("NoticeTitle","NoticeData");
var m = AlertString("NoticeTitle,NoticeData","<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E2B2BB>Ϊ<EFBFBD>գ<EFBFBD>","<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2><EFBFBD>Ϊ<EFBFBD>գ<EFBFBD>");
uc_load_showLoadDiv();

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Web.UI.WebControls;
namespace FoxBBS.Operate.notice
{
/// <summary>
/// add <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class add : System.Web.UI.Page
{
protected System.Web.UI.WebControls.DropDownList ForumID;
protected System.Web.UI.WebControls.TextBox NoticeData;
protected System.Web.UI.WebControls.TextBox NoticeTitle;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1 @@
<%@ Page language="c#" Codebehind="cache.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.notice.cache" %>

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.notice
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E6BBBA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7>:cache\notice\forum_fid.txt
/// <20><><EFBFBD><EFBFBD>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD><C8A8>
/// </summary>
public class cache : System.Web.UI.Page
{
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="create_html.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.notice.create_html" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>澲̬HTML<4D>ļ<EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><A href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></A></div>
<br>
<asp:Label id="message" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.notice
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E6A3A8><EFBFBD><EFBFBD>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD>ޣ<EFBFBD>
/// </summary>
public class create_html : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label message;
private void Page_Load(object sender, System.EventArgs e)
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="data.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.notice.data" %>
<HTML>
<HEAD>
<TITLE><3E><EFBFBD><E9BFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/input.js"></script>
<script language="javascript">
function CIV()
{
return AlertString("NoticeData","<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2><EFBFBD>Ϊ<EFBFBD>գ<EFBFBD>");
}
</script>
</HEAD>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Web.UI.WebControls;
using FoxBBS.include;
namespace FoxBBS.Operate.notice
{
/// <summary>
/// <20><><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>»<EFBFBD><C2BB><EFBFBD><EFBFBD>ļ<EFBFBD>(HTML)
/// </summary>
public class data : System.Web.UI.Page
{
protected System.Web.UI.WebControls.TextBox TextBox1;
protected System.Web.UI.WebControls.TextBox NoticeData;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1 @@
<%@ Page language="c#" Codebehind="del.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.notice.del" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.notice
{
/// <summary>
/// ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E6A3AC><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>»<EFBFBD><C2BB><EFBFBD><E6A3AC>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>Ա<EFBFBD>ֶ<EFBFBD><D6B6><EFBFBD><EFBFBD>»<EFBFBD><C2BB><EFBFBD>
/// </summary>
public class del : System.Web.UI.Page
{
private void Page_Load(object sender, System.EventArgs e)
{
CRole.CheckUserTeam("ForumAdmin","../../sys_msg.aspx?id=p1");
string nid = Request.QueryString["nid"];

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="list_by_forumid.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.notice.list_by_forumid" %>
<HTML>
<HEAD>
<title><3E><>̳<EFBFBD>б<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/functions.js"></script>
<script language="javascript">
//page url inf [0]fid [1]fname
//<2F><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
function ShowTopic()
{
var queryInf = window.location.href.split("?")[1].split("&");
var objForumName = theDoc.getElementById("td_ForumName");

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.notice
{
/// <summary>
/// <20><>̳<EFBFBD><CCB3><EFBFBD>治֧<E6B2BB>ַ<EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD>Ϊû<CEAA><C3BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD><EFBFBD><E1B3AC>20<32><30>
/// </summary>
public class list_by_forumid : System.Web.UI.Page
{
string _listData;
public string ListData
{
get

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="msg.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.notice.msg" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD>ϵͳ<CFB5><CDB3>Ϣ</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a><a href="add.aspx"><3E><><EFBFBD>ӹ<EFBFBD><D3B9><EFBFBD></a></div>
<br>
<asp:Label id="message" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
namespace FoxBBS.Operate.notice
{
/// <summary>
/// msg <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class msg : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label message;
private void Page_Load(object sender, System.EventArgs e)
{
string msg = Request.QueryString["msg"];
switch(msg)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="del.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.prime.del" %>
<HTML>
<HEAD>
<TITLE>ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx" id="a_Version">XproerBBS</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.prime
{
/// <summary>
/// del <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class del : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="list.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.prime.list" %>
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/functions.js"></script>
<script language="javascript">
//queryInf [0]fid [1]fname
var listData,pageCount,pageIndex,dataCount,forumID,forumName,pathInf,forumPath,maxID,minID;
pathInf = window.location.href.split("?")[1].split("&");
forumID = pathInf[0].split("=")[1];
forumName = pathInf[1].split("=")[1];
listData = '<%= ListData %>';

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using FoxBBS.include;
namespace FoxBBS.Operate.prime
{
/// <summary>
/// <20><><EFBFBD><EFBFBD>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD><C8A8>
/// </summary>
public class list : System.Web.UI.Page
{
string _listData;
public string ListData
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="page_data.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.prime.page_data" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx">BBS<42><53>ҳ</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.prime
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><E6BEAB><EFBFBD><EFBFBD><EFBFBD>ӷ<EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD>
/// <20>ļ<EFBFBD><C4BC><EFBFBD>ʽ cache\prime\prime_fid_index.txt
/// </summary>
public class page_data : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="page_inf.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.prime.page_inf" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3>Ϣ</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu" style="HEIGHT:30px"><a href="../../index.aspx" id="a_Version">XproerBBS</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
namespace FoxBBS.Operate.prime
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><E6BEAB><EFBFBD><EFBFBD><EFBFBD>ӷ<EFBFBD>ҳ<EFBFBD><D2B3>Ϣ
/// <20>ļ<EFBFBD><C4BC><EFBFBD>ʽ cache\prime\prime_fid_PageInf.txt
/// </summary>
public class page_inf : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;
private void Page_Load(object sender, System.EventArgs e)
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="data.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.revert.data" %>
<HTML>
<HEAD>
<TITLE><3E><EFBFBD><E9BFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϸ<EFBFBD><CFB8>Ϣ</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/input.js"></script>
<script language="javascript">
function CIV()
{
ReplaceBbsKey("RevertData");
HasString("RevertData","<22>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2><EFBFBD>Ϊ<EFBFBD>գ<EFBFBD>");
}
</script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.revert
{
/// <summary>
/// <20><>̨<EFBFBD><CCA8>Ҫ<EFBFBD><D2AA>Ϣ
/// (1)rid:<3A>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD>ID
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>ֶ<EFBFBD><D6B6><EFBFBD><EFBFBD>»ظ<C2BB><D8B8><EFBFBD>ҳ<EFBFBD><D2B3>Ϣ
/// </summary>
public class data : System.Web.UI.Page
{
protected System.Web.UI.WebControls.TextBox RevertData;
protected System.Web.UI.WebControls.Button Btn_Update;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="del.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.revert.del" %>
<HTML>
<HEAD>
<TITLE>ɾ<><C9BE><EFBFBD>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx" id="a_Version">XproerBBS</a><a href="../../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.revert
{
/// <summary>
/// ִ<><D6B4>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>ֶ<EFBFBD><D6B6><EFBFBD><EFBFBD>»ظ<C2BB>ͳ<EFBFBD><CDB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
/// </summary>
public class del : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" ValidateRequest="false" Codebehind="list.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.revert.list" %>
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/functions.js"></script>
<script language="javascript">
var listData,pageCount,pageIndex,dataCount,maxID,minID,rows,cells,path_inf,fid_inf,fname_inf,tid_inf,tname_inf,a_thread,a_revert;
listData = '<%= ListData %>';
pageCount = '<%= ViewState["pageCount"] %>';
pageIndex = '<%= ViewState["pageIndex"] %>';
dataCount = '<%= ViewState["dataCount"] %>';

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using FoxBBS.include;
namespace FoxBBS.Operate.revert
{
/// <summary>
/// <20>ظ<EFBFBD><D8B8>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽΪ <20><>С<EFBFBD><D0A1><EFBFBD><EFBFBD>(ASC)
/// Ĭ<><C4AC>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD> <20><><EFBFBD>һҳ == <20><><EFBFBD>·<EFBFBD><C2B7><EFBFBD>ҳ<EFBFBD><D2B3>
/// </summary>
public class list : System.Web.UI.Page
{
string _listData;
public string ListData

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="page_data.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.revert.page_data" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx" id="a_Version">BBS<42><53>ҳ</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.revert
{
/// <summary>
/// <20><><EFBFBD>´<EFBFBD><C2B4><EFBFBD><EFBFBD>ظ<EFBFBD><D8B8><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
/// ʹ<>õ<EFBFBD><C3B5>Ĵ洢<C4B4><E6B4A2><EFBFBD><EFBFBD>:GetRevertPageData
/// <20><>Ҫ<EFBFBD>ķ<EFBFBD>ҳ<EFBFBD><D2B3>Ϣ
/// tid,max,min,index
/// <20><><EFBFBD><EFBFBD>ʽ ID ASC
/// </summary>
public class page_data : System.Web.UI.Page

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="page_inf.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.revert.page_inf" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3>Ϣ</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu" style="HEIGHT:30px"><a href="../../index.html" id="a_Version"><img src="../../images/windows_icon/2.GIF">XproerBBS</a><a href="../forum/list.aspx"><img src="../../images/windows_icon/community.GIF"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
namespace FoxBBS.Operate.revert
{
/// <summary>
/// <20><><EFBFBD><EFBFBD>ظ<EFBFBD><D8B8>б<EFBFBD><D0B1><EFBFBD>ҳ<EFBFBD><D2B3>Ϣ
/// <20>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ:revert_tid_PageInf.txt
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݸ<EFBFBD>ʽ:PageCount,DataCount
/// </summary>
public class page_inf : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="data.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.topic.data" %>
<HTML>
<HEAD>
<TITLE><3E><EFBFBD><E9BFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϸ<EFBFBD><CFB8>Ϣ</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
</HEAD>
<BODY>
<div class="menu"><A id="a_Version" href="../../index.aspx">XproerBBS</A><A href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></A></div>
<br>
<form runat="server">
<table class="table" cellSpacing="0" cellPadding="0">
<thead>
<tr>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using FoxBBS.include;
namespace FoxBBS.Operate.topic
{
/// <summary>
/// ֻ<><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>
/// </summary>
public class data : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Button Btn_Update;
protected System.Web.UI.WebControls.RadioButtonList PrimeList;
protected System.Web.UI.WebControls.DropDownList ForumList;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="del.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.topic.del" %>
<HTML>
<HEAD>
<TITLE>ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx"><3E><>̳<EFBFBD><CCB3>ҳ</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.topic
{
/// <summary>
/// ִ<><D6B4>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>ֶ<EFBFBD><D6B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͳ<EFBFBD><CDB3><EFBFBD><EFBFBD>Ϣ
/// </summary>
public class del : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="del_page_inf.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.topic.del_page_inf" %>
<HTML>
<HEAD>
<TITLE>ɾ<><C9BE><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx"><3E><>̳<EFBFBD><CCB3>ҳ</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.IO;
namespace FoxBBS.Operate.topic
{
/// <summary>
/// del_page_inf <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class del_page_inf : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;
private void Page_Load(object sender, System.EventArgs e)
{
CRole.CheckUserTeam("ForumAdmin","../../sys_msg.aspx?id=11");

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Trace="true" Codebehind="list.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.topic.list" %>
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/functions.js"></script>
<script language="javascript">
//queryInf [0]fid [1]fname
var listData,pageCount,pageIndex,dataCount,forumID,forumName,pathInf,forumPath,maxID,minID;
pathInf = window.location.href.split("?")[1].split("&");
forumID = pathInf[0].split("=")[1];
forumName = pathInf[1].split("=")[1];
listData = '<%= ListData %>';

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using FoxBBS.include;
namespace FoxBBS.Operate.topic
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽΪ<CABD><CEAA>С<EFBFBD><D0A1><EFBFBD><EFBFBD>
/// <20><><EFBFBD><EFBFBD>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD><C8A8>
/// </summary>
public class list : System.Web.UI.Page
{
string _listData;
public string ListData

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Trace="true" EnableViewState="false" Codebehind="list2.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.topic.list2" %>
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
<script src="../../js/bbs/vars.js"></script>
<script src="../../js/bbs/functions.js"></script>
<script language="javascript">
var listData = '<%= ListData %>';
//ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
function DelTopic(tid)
{
if(window.confirm("ȷʵҪɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"))

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using FoxBBS.include;
namespace FoxBBS.Operate.topic
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽΪ<CABD><CEAA>С<EFBFBD><D0A1><EFBFBD><EFBFBD>
/// <20><><EFBFBD><EFBFBD>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD><C8A8>
/// </summary>
public class list2 : System.Web.UI.Page
{
string _listData;
public string ListData

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Codebehind="page_data.aspx.cs" AutoEventWireup="false" Inherits="FoxBBS.Operate.topic.page_data" %>
<HTML>
<HEAD>
<TITLE><3E><><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD></TITLE>
<META http-equiv="Content-Type" content="text/html;charset=gb2312">
<LINK href="../../css/skin/xp_face.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<div class="menu"><a href="../../index.aspx"><3E><>̳<EFBFBD><CCB3>ҳ</a><a href="../forum/list.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a><a href="javascript:history.go(-1)"><3E><><EFBFBD><EFBFBD></a></div>
<br>
<asp:Label id="MSG" runat="server"></asp:Label>
</BODY>
</HTML>

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace FoxBBS.Operate.topic
{
/// <summary>
/// <20><>Ҫ<EFBFBD><D2AA>֤<EFBFBD>û<EFBFBD>Ȩ<EFBFBD><C8A8>
/// </summary>
public class page_data : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label MSG;
private void Page_Load(object sender, System.EventArgs e)

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save