master
editor 6 months ago
commit 9ca28ceef7

@ -0,0 +1,55 @@
RBBBS论坛系统1.01
一、源码描述
环境VS2022 SqlServer2019
二、功能介绍
1. 该论坛系统由asp.net&c#实现,安装在虚拟目录下,提供了实现的全部源代码;
2. 系统要求:(不符合就不能正确运行)
1) 安装有Microsoft SQL Server
2) 安装有.NET Framework
3) 安装了IIS。
3. 系统配置:
1) 首先解压缩文件。
2) 在IIS建立一个新的虚拟目录把RBBBS目录下的文件全部复制到该目录下
3) 使用DataBase下的数据库文件建立数据库及存储过程 
4) 将web.config文件中appSettings节中的数据库联接修改数据库名、数据库服务器ip地址、sa用户和密码。 
4. 进入系统的的首页http://新建的虚拟目录地址/default.aspx
5. 进入后台管理的用户名admin密码51aspx
用户登录bluey  yxb830430      
6. 源代码在VS.NET2022环境下打开要打开压缩包源代码必须新建虚拟目录RBBBS。最后路径为http://localhost/RBBBS /default.aspx
源代码说明:
1.default.aspx系统首页
2../admin/denglu.aspx :管理员登陆
3../admin/defalut.aspx :管理首页。
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码admin 51aspx 。
3、ctrl+F5运行即可。
作者: 萧萧|若冰
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/XN7XJQCPXY073
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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;
//
// 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("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]

@ -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("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]

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

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Web;
using System.Web.SessionState;
namespace RBBBS
{
/// <summary>
/// Summary description for Global.
/// </summary>
public class Global : System.Web.HttpApplication
{
/// <summary>
/// Required designer variable.

@ -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 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Web"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{9ACF5C36-A556-43F9-ADE1-D8DFDA059A77}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "RBBBS"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"

@ -0,0 +1,15 @@
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><title _locID="ConversionReport0">
Migration Report
</title><style>
/* Body style, for the entire document */
body
{
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<!-- DYNAMIC DEBUG COMPILATION
Set compilation debug="true" to enable ASPX debugging. Otherwise, setting this value to
false will improve runtime performance of this application.
Set compilation debug="true" to insert debugging symbols (.pdb information)
into the compiled page. Because this creates a larger file that executes
more slowly, you should set this value to true only when debugging and to
false at all other times. For more information, refer to the documentation about
debugging ASP.NET files.
-->
<compilation

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="free.admin._default" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>default</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">
<link href="free911.css" rel="stylesheet" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" style="WIDTH: 760px; TOP: 0px" cellSpacing="0" cellPadding="0" align="center"

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace free.admin
{
/// <summary>
/// Summary description for _default.

@ -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="denglu.aspx.cs" AutoEventWireup="false" Inherits="free.admin.denglu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>denglu</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">
<link href="free911.css" rel="stylesheet" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>"></FONT><FONT face="<22><><EFBFBD><EFBFBD>"></FONT><font face="<22><><EFBFBD><EFBFBD>" style="FONT-SIZE:12px">
<TABLE id="Table1" style="WIDTH: 760px; TOP: 0px" borderColor="#ffffff" cellSpacing="0"

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.admin
{
/// <summary>

@ -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,3 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="foot.ascx.cs" Inherits="free.admin.foot" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>

@ -0,0 +1,15 @@
namespace free.admin
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// Summary description for foot.
/// </summary>
public class foot : System.Web.UI.UserControl
{

@ -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 @@
/* CSS Document */
A:link {
COLOR: #111111; TEXT-DECORATION: none;
font-family:<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
}
A:active {
COLOR: #111111; TEXT-DECORATION: none;
font-family:<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
}
A:visited {
COLOR: #111111; TEXT-DECORATION: none;
font-family:<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
}
A:hover {
COLOR: #ff9900; TEXT-DECORATION: underline;

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="head.ascx.cs" Inherits="free.admin.head" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE id="Table1" style="WIDTH: 760px; TOP: 0px" cellSpacing="0" cellPadding="0" align="center"
border="0">
<TBODY>
<TR align="center" height="20">
<TD style="WIDTH: 180px; HEIGHT: 80px">
<img src="./images/logo1.gif" style="WIDTH: 180px" height="79" width="180">
</TD>
<TD style="WIDTH: 510px" height="80">
<img width="510" height="79" vspace="0" hspace="0" src="./images/pic278.gif">
</TD>
<td>
<table height="80" cellSpacing="0" cellPadding="0" width="70" bgColor="#cccc99" border="0">
<tr>
<TD style="WIDTH: 70px" height="27"><IMG src="./images/home.gif" align="absBottom"><A onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.free911.com')"

@ -0,0 +1,15 @@
namespace free.admin
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// Summary description for head.
/// </summary>
public class head : System.Web.UI.UserControl
{

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="head" Src="./admin/head.ascx" %>
<%@ Page language="c#" Codebehind="admin_delhuiyuan.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.admin_delhuihuan" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>admin_delhuihuan</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">
<LINK href="./admin/free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<uc1:head id="Head1" runat="server"></uc1:head>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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="admin_lookbanzhu.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.admin_lookbanzhu" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="./admin/head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>admin_lookbanzhu</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">
<LINK href="admin/free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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="admin_lookhuiyuan.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.admin_lookhuiyuan" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="./admin/foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="./admin/head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>admin_lookhuiyuan</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">
<LINK href="admin/free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" 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.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Page language="c#" Codebehind="bianji_huitie.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.banji_huitie" ValidateRequest="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0BCAD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></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">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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="bianji_zhuti.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.bianji_zhuti" ValidateRequest="false" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0BCAD><EFBFBD>⡿</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">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <summary>
/// Summary description for bianji_zhuti.

@ -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="chakanxiaoxi.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.chakanxiaoxi" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E9BFB4><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2></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">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Page language="c#" Codebehind="chakanxintie.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.chakanxintie" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E9BFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
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.Data;
namespace free.bbs
{
/// <summary>

@ -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,8 @@
<?xml version="1.0" standalone="yes"?>
<MyCount>
<AllCount>3299</AllCount>
<MaxCount>40</MaxCount>
<shijian>2004-10-31 12:55:26</shijian>
<Maxtie>325</Maxtie>
<tie_shijian>2004-11-28 0:52:11</tie_shijian>
</MyCount>

@ -0,0 +1,13 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="daohang1.ascx.cs" Inherits="free.bbs.daohang1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE id="Table1" class="tableBorder1" cellSpacing="1" cellPadding="0" width="760" align="center"
border="0">
<TR>
<Th style="HEIGHT: 30px" align="center" height="30">
<A href="shoujianxiang.aspx"><FONT color="#0099cc"><3E>ռ<EFBFBD><D5BC><EFBFBD></FONT></A><FONT color="#0099cc">&nbsp;&nbsp;&nbsp;&nbsp;
</FONT><A href="xinxi.aspx"><FONT color="#0099cc"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></FONT></A><FONT color="#0099cc">&nbsp;&nbsp;&nbsp;&nbsp;
</FONT><A href="dizhibao.aspx"><FONT color="#0099cc"><3E><>ַ<EFBFBD><D6B7></FONT></A><FONT color="#0099cc">&nbsp;&nbsp;
&nbsp; </FONT><A style="CURSOR: hand" onclick="javascript:open('xinxifasong.aspx?menu=post','','width=400,height=300')">
<FONT color="#0099cc"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></FONT></A>
</Th>
</TR>
</TABLE>

@ -0,0 +1,15 @@
namespace free.bbs
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// Summary description for daohang1.
/// </summary>
public class daohang1 : System.Web.UI.UserControl
{

@ -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="default.aspx.cs" AutoEventWireup="false" Inherits="free.bbs._default" ValidateRequest="false" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̳<EFBFBD><CCB3>ҳ<EFBFBD><D2B3></title>
<meta content="<22><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> վ<>ڹ<EFBFBD><DAB9><EFBFBD> <20><>̳<EFBFBD><CCB3><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD> <20><>н<EFBFBD><D0BD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ӱ<><D3B0><EFBFBD><EFBFBD>԰
<EFBFBD><EFBFBD>̳<EFBFBD><EFBFBD>̬ <20><>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD> <20><>ҵ֮· Ӣ<><D3A2><EFBFBD><EFBFBD≯ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhotoShopƽ<70><EFBFBD><E6B4A6> Flash<73><68>԰ web<65>ű<EFBFBD><C5B1><EFBFBD><EFBFBD><EFBFBD> JavaJSPר<50><D7A8> ASP.NET<45><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ASP<53><50><EFBFBD><EFBFBD> Html<6D><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CSS<53><53>ʽ <20><>ά<EFBFBD><CEAC><EFBFBD><EFBFBD> <20><><EFBFBD>ݿ⿪<DDBF><E2BFAA>̽<EFBFBD><CCBD> PHP+MySql "
name="keywords">
<meta content="<22><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> վ<>ڹ<EFBFBD><DAB9><EFBFBD> <20><>̳<EFBFBD><CCB3><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD> <20><>н<EFBFBD><D0BD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ӱ<><D3B0><EFBFBD><EFBFBD>԰
<EFBFBD><EFBFBD>̳<EFBFBD><EFBFBD>̬ <20><>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD> <20><>ҵ֮· Ӣ<><D3A2><EFBFBD><EFBFBD≯ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhotoShopƽ<70><EFBFBD><E6B4A6> Flash<73><68>԰ web<65>ű<EFBFBD><C5B1><EFBFBD><EFBFBD><EFBFBD> JavaJSPר<50><D7A8> ASP.NET<45><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ASP<53><50><EFBFBD><EFBFBD> Html<6D><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CSS<53><53>ʽ <20><>ά<EFBFBD><CEAC><EFBFBD><EFBFBD> <20><><EFBFBD>ݿ⿪<DDBF><E2BFAA>̽<EFBFBD><CCBD> PHP+MySql "
name="description">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Net;
using System.Data.SqlClient;
namespace free.bbs
{

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="denglu.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.denglu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ա<EFBFBD><D4B1>½<EFBFBD><C2BD></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">
<link rel="stylesheet" href="free911.css" type="text/css">
</HEAD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="head5" Src="head5.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head2" Src="head2.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="dizhibao.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.dizhibao" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>桿</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
using System.Data.OleDb;
namespace free.bbs
{

@ -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="error.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.error" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3></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">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topmargin="0" 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.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
namespace free.bbs
{
/// <summary>
/// Summary description for error.

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="error1.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.error1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topmargin="0" 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.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace free.bbs
{
/// <summary>
/// Summary description for error1.

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Page language="c#" Codebehind="fabiaowenzhang.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.fabiaowenzhang" ValidateRequest="false" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<link rel="stylesheet" href="free911.css" type="text/css">
</HEAD>
<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" style="LEFT: 0px; POSITION: relative; TOP: 0px" method="post" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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="fatiechenggong.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.fatiechenggong" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" 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.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace free.bbs
{
/// <summary>
/// Summary description for fatiechenggong.

@ -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 @@
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Page language="c#" Codebehind="fatiepaihang.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.fatiepaihang" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD></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">
<link rel="stylesheet" href="free911.css" type="text/css">
</HEAD>
<body topmargin="0" 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.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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="fatiezi.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.fatiezi" ValidateRequest="false" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>⡿</title>
<meta content="<22><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> վ<>ڹ<EFBFBD><DAB9><EFBFBD> <20><>̳<EFBFBD><CCB3><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD> <20><>н<EFBFBD><D0BD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ӱ<><D3B0><EFBFBD><EFBFBD>԰
<EFBFBD><EFBFBD>̳<EFBFBD><EFBFBD>̬ <20><>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD> <20><>ҵ֮· Ӣ<><D3A2><EFBFBD><EFBFBD≯ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhotoShopƽ<70><EFBFBD><E6B4A6> Flash<73><68>԰ web<65>ű<EFBFBD><C5B1><EFBFBD><EFBFBD><EFBFBD> JavaJSPר<50><D7A8> ASP.NET<45><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ASP<53><50><EFBFBD><EFBFBD> Html<6D><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CSS<53><53>ʽ <20><>ά<EFBFBD><CEAC><EFBFBD><EFBFBD> <20><><EFBFBD>ݿ⿪<DDBF><E2BFAA>̽<EFBFBD><CCBD> PHP+MySql "
name="keywords">
<meta content="<22><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> վ<>ڹ<EFBFBD><DAB9><EFBFBD> <20><>̳<EFBFBD><CCB3><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD> <20><>н<EFBFBD><D0BD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ӱ<><D3B0><EFBFBD><EFBFBD>԰
<EFBFBD><EFBFBD>̳<EFBFBD><EFBFBD>̬ <20><>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD> <20><>ҵ֮· Ӣ<><D3A2><EFBFBD><EFBFBD≯ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhotoShopƽ<70><EFBFBD><E6B4A6> Flash<73><68>԰ web<65>ű<EFBFBD><C5B1><EFBFBD><EFBFBD><EFBFBD> JavaJSPר<50><D7A8> ASP.NET<45><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ASP<53><50><EFBFBD><EFBFBD> Html<6D><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CSS<53><53>ʽ <20><>ά<EFBFBD><CEAC><EFBFBD><EFBFBD> <20><><EFBFBD>ݿ⿪<DDBF><E2BFAA>̽<EFBFBD><CCBD> PHP+MySql "
name="description">
<meta content="Microsoft Visual Studio .NET 7.1" name=GENERATOR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
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.Data;
using System.IO;
namespace free.bbs
{

@ -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 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="foot.ascx.cs" Inherits="free.bbs.foot" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<font face="<22><><EFBFBD><EFBFBD>">
<TABLE id="Table2" cellSpacing="0" cellPadding="0" align="center" width="760"
bordercolor="Gainsboro" bordercolordark="#ffffff" rules="none" border="1">
<TR>
<TD bgcolor="#ffffff" height="20">
</TD> </TR>
</TABLE>
<TABLE id="Table2" cellSpacing="0" bgcolor="#f7f7f7" cellPadding="0" align="center" width="760"
bordercolor="Gainsboro" bordercolordark="#ffffff" rules="none" border="1">
<TR>
<TD width="180" bgcolor="#f7f7f7" height="80"><IMG src="./images/logof.gif" width="180"></TD>
<TD><TABLE id="Table1" cellSpacing="0" align="center" cellPadding="0" width="100%" border="0">
<TBODY>

@ -0,0 +1,15 @@
namespace free.bbs
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// Summary description for foot.
/// </summary>
public class foot : System.Web.UI.UserControl
{

@ -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 @@
/* CSS Document */
A:link {
COLOR: #111111; TEXT-DECORATION: none
}
A:active {
COLOR: #111111; TEXT-DECORATION: none
}
A:visited {
COLOR: #111111; TEXT-DECORATION: none
}
A:hover {
COLOR: #FC8167; TEXT-DECORATION: underline
}

@ -0,0 +1,15 @@
<%@ Register TagPrefix="uc1" TagName="head2" Src="head2.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="goodfriend.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.goodfriend" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>桿</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" MS_POSITIONING="GridLayout">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
using System.Data.OleDb;
namespace free.bbs
{
/// <summary>

@ -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="guanli.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.guanli" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="free911.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" 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.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
namespace free.bbs
{
/// <summary>
/// Summary description for guanli.

@ -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="guanli1.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.guanli1" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD></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">
<link rel="stylesheet" href="free911.css" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0">
<form id="Form1" method="post" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{

@ -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="guanli2.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.guanli2" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD></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">
<link rel="stylesheet" href="free911.css" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0">
<form id="Form1" method="post" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
namespace free.bbs
{
/// <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,15 @@
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="guanlidenglu.aspx.cs" AutoEventWireup="false" Inherits="free.bbs.guanlidenglu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD>ɰٴ<C9B0>--רҵ<D7A8><D2B5>վ<EFBFBD><D5BE>Ѷ<EFBFBD><D1B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>̳<EFBFBD><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD><C2BD></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">
<link rel="stylesheet" href="free911.css" type="text/css">
</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.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
namespace free.bbs
{
/// <summary>

@ -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 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="head.ascx.cs" Inherits="free.bbs.head" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<SCRIPT language="javascript">
function submitonce(theform){
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
//screen thru every element in the form, and hunt down "submit" and "reset"
for (i=0;i<theform.length;i++){
var tempobj=theform.elements[i]
if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset")
//disable em
tempobj.disabled=true
}
}
}

@ -0,0 +1,15 @@
namespace free.bbs
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// Summary description for head.
/// </summary>
public class head : System.Web.UI.UserControl
{
protected System.Web.UI.WebControls.LinkButton dengchu;

@ -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 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="head1.ascx.cs" Inherits="free.bbs.head1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE class=tableBorder1 cellSpacing="1" cellPadding="0" width="760" align="center" border="0">
<tr><td><TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR height="20">
<TD class=Tablebody1 colSpan="1" valign=center> <A href="fatiezi.aspx?ancestor_id=<%=Request.Params["ancestor_id"]%>" target=_blank title="<22><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"><font face="<22><><EFBFBD><EFBFBD>"><IMG id="IMG1" src="./images/postnew.gif" border="0" runat="server"></font></A>
<FONT face="<22><><EFBFBD><EFBFBD>"><A href="javascript:openScript('xinxifasong.aspx',300,200)" title=<3D><><EFBFBD>Ͷ<EFBFBD><CDB6><EFBFBD>Ϣ><IMG id="Img6" src="./images/xzb.gif" runat="server" border=0 ></a></font> <A href="fabiaowenzhang.aspx" title="<22><><EFBFBD><EFBFBD>һƪ<D2BB><C6AA><EFBFBD><EFBFBD>"><FONT face="<22><><EFBFBD><EFBFBD>"><IMG id="Img5runat" src="./images/votenew.gif" border="0" runat="server"></font></A></TD>
<td class=Tablebody1 align=center><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><b><%=Session["name"]%>
<%=Session["name1"]%>
<%=Session["name2"]%>
<%=Session["name3"]%>
<%=Session["name4"]%></b> </td>
<TD class=Tablebody1 align="right" ><IMG src="./images/team2.gif" align="absMiddle"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:<font color=Red>&nbsp;<%=Application["user_sessions"].ToString()%>&nbsp;&nbsp;</font>[<A href="#"><3E><>ʾ<EFBFBD><CABE>ϸ<EFBFBD>б<EFBFBD></A>]</TD>
</TR>

@ -0,0 +1,15 @@
namespace free.bbs
{
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
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.Data.SqlClient;
/// <summary>

@ -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,14 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="head2.ascx.cs" Inherits="free.bbs.head2" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE class="tableBorder1" cellSpacing="1" cellPadding="0" width="760" align="center"
border="0">
<TBODY>
<TR class="TableTitleLink">
<Td class="tableBody2" align="center" height="30">
<asp:HyperLink ID="myzhuti" Runat="server"><3E>ҷ<EFBFBD><D2B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></asp:HyperLink>
|<asp:HyperLink ID="myhuifu" Runat="server"><3E>Ҳ<EFBFBD><D2B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></asp:HyperLink>
|<a href="ziliaoxiugai.aspx"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>޸<EFBFBD></a>|<a href="mimaxiugai.aspx"><3E>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>޸<EFBFBD></a> |<a href="lianxiziliao.aspx"><3E><>ϵ<EFBFBD><CFB5><EFBFBD><EFBFBD><EFBFBD>޸<EFBFBD></a>|<a href="shoujianxiang.aspx"><3E><>̳<EFBFBD><CCB3><EFBFBD>ŷ<EFBFBD><C5B7><EFBFBD></a>
|<a href="goodfriend.aspx"><3E><EFBFBD><E0BCAD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></a>|<A href="javascript:window.external.addFavorite('http://www.free911.com','<27><><EFBFBD>ɰٴ<C9B0>')"><3E>û<EFBFBD><C3BB>ղع<D5B2><D8B9><EFBFBD></A>|
<a href="yonghuliebiao.aspx"><3E><EFBFBD><E9BFB4>Ա<EFBFBD>б<EFBFBD></a></Td>
</TR>
</TBODY>
</TABLE>

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

Loading…
Cancel
Save