master
editor 5 days ago
commit 0d38c73c8b

@ -0,0 +1,43 @@
醉心阁小说网项目源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
文章可以分类添加,用户注册后可自行发布文章
具有用户积分和在线收藏夹功能
默认帐号密码51aspx
需要在IIS中设置站点的aspx到html的映射功能类似大众小说网
如果链接地址的UrlRewrite失败可以去Solution Explorer那里鼠标右键单击选中项目Managed Pipeline Mode选择Classic在重新运行程序。
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码admin 51aspx 。
3、ctrl+F5运行即可。
作者: 醉心阁
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/zuixingeXiaoshuo
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Drawing;
using System.Drawing.Imaging;
using System.Drawing.Drawing2D;
//该源码下载自www.51aspx.com()
/// <summary>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Net.Mail;
/// <summary>
/// Mail 的摘要说明
/// </summary>
public class Mail {

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using System.Security.Cryptography;
/// <summary>
/// Md5Pw 的摘要说明
/// </summary>

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Collections.Generic;
using System.Data;
using System.Text;
using System.Threading;
using System.Net;
using System.Text.RegularExpressions;
using System.Web.UI;
public class Novel {
public static bool isexit = false;
public static bool issnatchat = false;
public static string url = "";
public static string novelType = "";

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Net;
using System.Text.RegularExpressions;
public class PrintFile
{
/// <summary>
/// 运行日志
/// </summary>
/// <param name="path">根目录</param>
/// <param name="log">日志内容</param>
public static void PrintRunLog(string path, string log)

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text.RegularExpressions;
/// <summary>
/// Regular 的摘要说明
/// </summary>
//该源码下载自www.51aspx.com()

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Data.SqlClient;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
/// <summary>
/// Sql相关操作
/// </summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="DownFile.aspx.cs" Inherits="DownFile" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E>ޱ<EFBFBD><DEB1><EFBFBD>ҳ</title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.IO;
using System.Text;
using System.Diagnostics;
//using System.Windows.Forms;

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Gif.aspx.cs" Inherits="Gif" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Drawing;
using System.IO;
using System.Drawing.Imaging;
using System.Text;
using System.Drawing.Drawing2D;

@ -0,0 +1,10 @@
<center><h1><3E><><EFBFBD>û<EFBFBD><C3BB><EFBFBD>Ծ<EFBFBD><D4BE><EFBFBD>ּƻ<D6BC><C6BB><EFBFBD></h1></center><br />
<div style="font-size:12pt; line-height:30px">
&nbsp;&nbsp;&nbsp;&nbsp;1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>www.zxnovel.cn <20><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʼʵ<CABC>С<EFBFBD><D0A1>û<EFBFBD><C3BB><EFBFBD>Ծ<EFBFBD><D4BE><EFBFBD>ּƻ<D6BC><C6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>üƻ<C3BC><C6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>£<EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;2<><32><EFBFBD><EFBFBD><EFBFBD>ƻ<EFBFBD>ʵ<EFBFBD>еĶ<D0B5><C4B6><EFBFBD><EFBFBD>DZ<EFBFBD><C7B1><EFBFBD>վ<EFBFBD><D5BE>ע<EFBFBD><D7A2><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD>ʼʵ<CABC><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2007<30><37>8<EFBFBD><38>22<32>ա<EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;3<><33>ע<EFBFBD><D7A2><EFBFBD>û<EFBFBD><C3BB>Ļ<EFBFBD>Ծ<EFBFBD><D4BE><EFBFBD>ֿ<EFBFBD><D6BF>Զһ<D4B6><D2BB><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD>֣<EFBFBD><D6A3><EFBFBD><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վԭ<D5BE><D4AD>С˵<D0A1>ĸ<EFBFBD><C4B8><EFBFBD><EFBFBD>½ڣ<C2BD><DAA3><EFBFBD><EFBFBD>Dz<EFBFBD><C7B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʵ<EFBFBD>еĻ<D0B5><C4BB>ҡ<EFBFBD><D2A1>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD>ֺ<EFBFBD><D6BA>½ڵĸ<DAB5><C4B8>ѽ<EFBFBD><D1BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<EFBFBD><31>1<EFBFBD><31><br />
&nbsp;&nbsp;&nbsp;&nbsp;4<><34>ע<EFBFBD><D7A2><EFBFBD>û<EFBFBD><C3BB>Ļ<EFBFBD>Ծ<EFBFBD><D4BE><EFBFBD><EFBFBD>Ŀǰ<C4BF><C7B0><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ã<EFBFBD><C3A3><EFBFBD><EFBFBD>ڻ<EFBFBD><DABB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<EFBFBD><CDBE><EFBFBD><EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<3B><>1<EFBFBD><31>ÿ<EFBFBD><C3BF><EFBFBD>½<EFBFBD><C2BD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>0.2<EFBFBD>֣<EFBFBD><EFBFBD><EFBFBD>ε<EFBFBD>½<EFBFBD><EFBFBD>Ч<EFBFBD><EFBFBD>COOKIE<EFBFBD><EFBFBD>½<EFBFBD><EFBFBD>Ч<EFBFBD><EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<3B><>2<EFBFBD><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<EFBFBD>֣<EFBFBD><D6A3><EFBFBD>ε<EFBFBD><CEB5><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><br />
&nbsp;&nbsp;&nbsp;&nbsp;6<><36><EFBFBD><EFBFBD><EFBFBD>ƻ<EFBFBD><C6BB><EFBFBD><EFBFBD>ս<EFBFBD><D5BD><EFBFBD>Ȩ<EFBFBD>鱾վ<E9B1BE><D5BE><EFBFBD>С<EFBFBD><br />
</div>

@ -0,0 +1,15 @@
<center><h1><3E><><EFBFBD>û<EFBFBD>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD>ּƻ<D6BC><C6BB><EFBFBD></h1></center><br />
<div style="font-size:12pt; line-height:30px">
&nbsp;&nbsp;&nbsp;&nbsp;1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE>www.zxnovel.cn <20><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʼʵ<CABC>С<EFBFBD><D0A1>û<EFBFBD>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD>ּƻ<D6BC><C6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>üƻ<C3BC><C6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>£<EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;2<><32><EFBFBD><EFBFBD><EFBFBD>ƻ<EFBFBD>ʵ<EFBFBD>еĶ<D0B5><C4B6><EFBFBD><EFBFBD>DZ<EFBFBD><C7B1><EFBFBD>վ<EFBFBD>н<EFBFBD><D0BD>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD>ע<EFBFBD><D7A2><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD>ʼʵ<CABC><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2007<30><37>8<EFBFBD><38>30<33>ա<EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;3<><33><EFBFBD>û<EFBFBD>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD>ѧ<EFBFBD><D1A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD>ÿ3500<30>ֵ<EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD>˵<EFBFBD><CBB5>½ڿ<C2BD><DABF>Ի<EFBFBD><D4BB>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>100<30>֣<EFBFBD><D6A3><EFBFBD><EFBFBD>ڻ<EFBFBD><DABB><EFBFBD><EFBFBD><EFBFBD>3500<30><30><EFBFBD>򰴹<EFBFBD>ʽ(<28><><EFBFBD><EFBFBD>/35)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E3A3A8><EFBFBD>ڼ<EFBFBD><DABC>ʽ<E3B9AB><CABD><EFBFBD>ܻ<EFBFBD><DCBB>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˱<EFBFBD>׼<EFBFBD>ο<EFBFBD><CEBF><EFBFBD><EFBFBD>ĵġ<C4B5><C4A1><EFBFBD><EFBFBD><EFBFBD>Ͷ<EFBFBD><CDB6><EFBFBD><EFBFBD><EFBFBD>򡷡<EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;4<><34><EFBFBD>û<EFBFBD><C3BB><EFBFBD>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD>ֿ<EFBFBD><D6BF>Զһ<D4B6><D2BB><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>ԭ<EFBFBD><D4AD>С˵<D0A1>ĸ<EFBFBD><C4B8><EFBFBD><EFBFBD>½ڣ<C2BD>Ҳ<EFBFBD><D2B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʵ<EFBFBD>еĽ<D0B5>Ǯ<EFBFBD><C7AE><EFBFBD><EFBFBD><EFBFBD>ʽΪ100д<30><D0B4><EFBFBD><EFBFBD><EFBFBD>֣<EFBFBD>1ԪRMB<4D><42><br />
&nbsp;&nbsp;&nbsp;&nbsp;5<><35><EFBFBD>û<EFBFBD><C3BB><EFBFBD>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>㣺<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<3B><>1<EFBFBD><31><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD>ղ<EFBFBD><D5B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>5000<30><30><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<3B><>2<EFBFBD><32><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD>շ<EFBFBD><D5B7>½<EFBFBD><C2BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>150<35><30><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<3B><>3<EFBFBD><33><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD>ɣ<EFBFBD>Ҳ<EFBFBD><D2B2><EFBFBD><EFBFBD>˵<EFBFBD>н<EFBFBD>֡<EFBFBD><br />
&nbsp;&nbsp;&nbsp;&nbsp;6<><36><EFBFBD><EFBFBD><EFBFBD>ƻ<EFBFBD><C6BB><EFBFBD><EFBFBD>ս<EFBFBD><D5BD><EFBFBD>Ȩ<EFBFBD>鱾վ<E9B1BE><D5BE><EFBFBD>С<EFBFBD><br />
<hr /><br />
&nbsp;&nbsp;&nbsp;&nbsp;<3B><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5><EFBFBD>û<EFBFBD>Ͷ<EFBFBD><CDB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><br /><br />
&nbsp;&nbsp;&nbsp;&nbsp;<3B><> Ͷ<><CDB6>˵<EFBFBD><CBB5><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϲ<EFBFBD><CFB9>ҷ<EFBFBD><D2B7>ɷ<EFBFBD><C9B7><EFBFBD><E6A3AC><EFBFBD><EFBFBD><EFBFBD>߱<EFBFBD><DFB1>˴<EFBFBD><CBB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ<EFBFBD><C8A8>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ת<EFBFBD>أ<EFBFBD><D8A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>վ<EFBFBD>ġ<EFBFBD>ר<EFBFBD><D7A8><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1><EFBFBD> <br />

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Recieve.aspx.cs" Inherits="Recieve" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center">
<div align="left">
<b>订单号:<%=v_oid%></b></div>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using cn.com.chinabank.CBSecurity;
public partial class Recieve : System.Web.UI.Page
{
protected string v_oid; // 订单号

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Send.aspx.cs" Inherits="Send" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
</head>
<body onload="javascript:document.E_FORM.submit();">
<form action="https://pay3.chinabank.com.cn/PayGate" method="POST" name="E_FORM">
<!--以下几项为网上支付重要信息,信息必须正确无误,信息会影响支付进行!-->
<input type="hidden" name="v_md5info" value="<%=v_md5info%>" size="100" />
<input type="hidden" name="v_mid" value="<%=v_mid%>" />
<input type="hidden" name="v_oid" value="<%=v_oid%>" />
<input type="hidden" name="v_amount" value="<%=v_amount%>" />
<input type="hidden" name="v_moneytype" value="<%=v_moneytype%>" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Globalization;
using cn.com.chinabank.CBSecurity;
public partial class Send : System.Web.UI.Page {
//必要的交易信息

@ -0,0 +1,15 @@
a:link {
color: #000000;
text-decoration: none;
}
a:hover {
color: red;
}
a:visited {
color: #000000;
text-decoration: none;
}
image {

@ -0,0 +1,15 @@
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyProduct("TH.UrlRewrite")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: Guid("5d3f1a44-734c-4bb5-8688-969f7b20b58e")]
[assembly: ComVisible(false)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCopyright("版权所有 (C) 天河软件工作室 2007")]
[assembly: AssemblyCompany("天河软件工作室")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("TH.UrlRewrite")]

@ -0,0 +1,14 @@
using System.Configuration;
using System.Xml;
using System.Xml.Serialization;
namespace TH.UrlRewrite.Config;
public class RewriterConfigSerializerSectionHandler : IConfigurationSectionHandler
{
public object Create(object parent, object configContext, XmlNode section)
{
XmlSerializer xmlSerializer = new XmlSerializer(typeof(RewriterConfiguration));
return xmlSerializer.Deserialize(new XmlNodeReader(section));
}
}

@ -0,0 +1,15 @@
using System;
using System.Configuration;
using System.Web;
using System.Xml.Serialization;
namespace TH.UrlRewrite.Config;
[Serializable]
[XmlRoot("RewriterConfig")]
public class RewriterConfiguration
{
private RewriterRuleCollection rules;
public RewriterRuleCollection Rules
{

@ -0,0 +1,15 @@
using System;
namespace TH.UrlRewrite.Config;
[Serializable]
public class RewriterRule
{
private string lookFor;
private string sendTo;
public string LookFor
{
get
{

@ -0,0 +1,15 @@
using System;
using System.Collections;
namespace TH.UrlRewrite.Config;
[Serializable]
public class RewriterRuleCollection : CollectionBase
{
public RewriterRule this[int index]
{
get
{
return (RewriterRule)base.InnerList[index];
}
set

@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>TH.UrlRewrite</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>11.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup />
<ItemGroup />
<ItemGroup>
<Reference Include="System.Web" />
<Reference Include="System.Xml" />

@ -0,0 +1,15 @@
using System.Web.UI;
using System.Web.UI.HtmlControls;
namespace TH.UrlRewrite;
public class ActionLessForm : HtmlForm
{
protected override void RenderAttributes(HtmlTextWriter writer)
{
writer.WriteAttribute("name", Name);
base.Attributes.Remove("name");
writer.WriteAttribute("method", base.Method);
base.Attributes.Remove("method");
base.Attributes.Remove("action");
base.Attributes.Render(writer);

@ -0,0 +1,15 @@
using System;
using System.Web;
namespace TH.UrlRewrite;
public abstract class BaseModuleRewriter : IHttpModule
{
public virtual void Init(HttpApplication app)
{
app.AuthorizeRequest += BaseModuleRewriter_AuthorizeRequest;
}
public virtual void Dispose()
{
}

@ -0,0 +1,15 @@
using System;
using System.Text.RegularExpressions;
using System.Web;
using TH.UrlRewrite.Config;
namespace TH.UrlRewrite;
public class ModuleRewriter : BaseModuleRewriter
{
protected override void Rewrite(string requestedPath, HttpApplication app)
{
app.Context.Trace.Write("ModuleRewriter", "Entering ModuleRewriter");
RewriterRuleCollection rewriterRuleCollection = null;
try
{

@ -0,0 +1,15 @@
using System.IO;
using System.Web;
using System.Web.UI;
namespace TH.UrlRewrite;
public class RewritePage : MasterPage
{
internal class FormFixerHtml32TextWriter : Html32TextWriter
{
private string _url;
internal FormFixerHtml32TextWriter(TextWriter writer)
: base(writer)
{

@ -0,0 +1,15 @@
using System.Text.RegularExpressions;
using System.Web;
using System.Web.UI;
using TH.UrlRewrite.Config;
namespace TH.UrlRewrite;
public class RewriterFactoryHandler : IHttpHandlerFactory
{
public virtual IHttpHandler GetHandler(HttpContext context, string requestType, string url, string pathTranslated)
{
context.Trace.Write("RewriterFactoryHandler", "Entering RewriterFactoryHandler");
string text = url;
string filePath = pathTranslated;
RewriterRuleCollection rules = RewriterConfiguration.GetConfig().Rules;

@ -0,0 +1,15 @@
using System.Web;
namespace TH.UrlRewrite;
internal class RewriterUtils
{
internal static void RewriteUrl(HttpContext context, string sendToUrl)
{
RewriteUrl(context, sendToUrl, out var _, out var _);
}
internal static void RewriteUrl(HttpContext context, string sendToUrl, out string sendToUrlLessQString, out string filePath)
{
if (context.Request.QueryString.Count > 0)
{

@ -0,0 +1,7 @@
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\bin\Debug\net20\TH.UrlRewrite.dll
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\bin\Debug\net20\TH.UrlRewrite.pdb
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net20\TH.UrlRewrite.csproj.AssemblyReference.cache
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net20\TH.UrlRewrite.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net20\TH.UrlRewrite.csproj.CoreCompileInputs.cache
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net20\TH.UrlRewrite.dll
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net20\TH.UrlRewrite.pdb

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

@ -0,0 +1,7 @@
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\bin\Debug\net48\TH.UrlRewrite.dll
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\bin\Debug\net48\TH.UrlRewrite.pdb
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net48\TH.UrlRewrite.csproj.AssemblyReference.cache
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net48\TH.UrlRewrite.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net48\TH.UrlRewrite.csproj.CoreCompileInputs.cache
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net48\TH.UrlRewrite.dll
C:\Users\coder\Desktop\2024Code\6\20240628\update\zuixingeXiaoshuo\TH.UrlRewrite\obj\Debug\net48\TH.UrlRewrite.pdb

@ -0,0 +1,15 @@
{
"format": 1,
"restore": {
"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240628\\update\\zuixingeXiaoshuo\\TH.UrlRewrite\\TH.UrlRewrite.csproj": {}
},
"projects": {
"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240628\\update\\zuixingeXiaoshuo\\TH.UrlRewrite\\TH.UrlRewrite.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\coder\\Desktop\\2024Code\\6\\20240628\\update\\zuixingeXiaoshuo\\TH.UrlRewrite\\TH.UrlRewrite.csproj",
"projectName": "TH.UrlRewrite",
"projectPath": "C:\\Users\\coder\\Desktop\\2024Code\\6\\20240628\\update\\zuixingeXiaoshuo\\TH.UrlRewrite\\TH.UrlRewrite.csproj",
"packagesPath": "C:\\Users\\coder\\.nuget\\packages\\",
"outputPath": "C:\\Users\\coder\\Desktop\\2024Code\\6\\20240628\\update\\zuixingeXiaoshuo\\TH.UrlRewrite\\obj\\",
"projectStyle": "PackageReference",

@ -0,0 +1,15 @@
{
"version": 3,
"targets": {
".NETFramework,Version=v4.8": {}
},
"libraries": {},
"projectFileDependencyGroups": {
".NETFramework,Version=v4.8": []
},
"packageFolders": {
"C:\\Users\\coder\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
},
"project": {

@ -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"?>
<!-- 注意: 除了手动编辑此文件以外,您还可以使用 Web 管理工具来
配置应用程序的设置。可以使用 Visual Studio 中的“网站”->“ASP.NET 配置”
选项。
设置和注释的完整列表在
machine.config.comments 中,该文件通常位于 \Windows\Microsoft.NET\Framework\v2.0.xxxxx\Config 中
-->
<configuration>
<configSections>
<section name="RewriterConfig" type="TH.UrlRewrite.Config.RewriterConfigSerializerSectionHandler,TH.UrlRewrite"/>
</configSections>
<RewriterConfig>
<Rules>
<RewriterRule>
<LookFor>~/default\.html</LookFor>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="addchapter.aspx.cs" Inherits="addchapter" enableEventValidation="false" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class addchapter : System.Web.UI.Page {
protected string title = "";
protected string chaptername = "";

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="addnovel.aspx.cs" Inherits="addnovel" EnableEventValidation="false" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class addnovel : System.Web.UI.Page
{
protected string boardid = "1";

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="allnovel.aspx.cs" Inherits="allnovel" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class allnovel : System.Web.UI.Page {
protected int boardid = 12;
protected string boardname = "全部小说";
protected string topicamount;

@ -0,0 +1 @@
<br /><3E>ǴĻ<C7B4><C4BB>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="cookie.aspx.cs" Inherits="cookie" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class cookie : System.Web.UI.Page
{
protected DataTable table;
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_default" EnableEventValidation="false" EnableViewState="false" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5>;<3B><><EFBFBD>С˵;С˵;<3B><><EFBFBD><EFBFBD>С˵;<3B><><EFBFBD><EFBFBD>С˵;<3B><><EFBFBD><EFBFBD>С˵;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD>,<2C><>ʷС˵;<3B><><EFBFBD><EFBFBD>С˵;<3B><><EFBFBD>С˵;ȫ<><C8AB>С˵;<3B><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;UMD<4D><44>ʽ;TXT<58><54>ʽ;" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="editnovel.aspx.cs" Inherits="editnovel" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class editnovel : System.Web.UI.Page
{
protected string topicamount;
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="getChapterContent.aspx.cs" Inherits="getChapterContent" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.IO;
public partial class getChapterContent : System.Web.UI.Page {
private int topicid;
private int chapterid;

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="help.aspx.cs" Inherits="help" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class help : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
a:link
{
color:#000000;
text-decoration: none;
}
a:hover
{
color:red;
}
a:visited
{
color: #000000;
text-decoration: none;
}
image

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="check.aspx.cs" Inherits="manage_check" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../Style.css" rel="stylesheet" type="text/css" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_check : System.Web.UI.Page
{
protected string title = "";
protected void Page_Load(object sender, EventArgs e) {

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="commend.aspx.cs" Inherits="manage_commend" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:center; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_commend : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="comment.aspx.cs" Inherits="manage_comment" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:center; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_comment : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="manage_default" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="exp.aspx.cs" Inherits="manage_exp" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_exp : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="link.ascx.cs" Inherits="manage_link" %>
<div style="width:900px; text-align:center; height:30px; background-color:Gray;">
<div style="margin-top:5px;">&nbsp;&nbsp;
<a href="../default.html" target="_blank"><3E><>ҳ</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="novel.aspx">С˵<D0A1><CBB5><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="original.aspx">ԭ<><D4AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="commend.aspx"><3E>Ƽ<EFBFBD><C6BC><EFBFBD><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="user.aspx"><3E>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="comment.aspx"><3E><><EFBFBD>۹<EFBFBD><DBB9><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="static.aspx"><3E><>̬<EFBFBD><CCAC><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="exp.aspx"><3E><EFBFBD><ECB3A3><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="repeat.aspx"><3E>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="recycler.aspx"><3E><><EFBFBD>չ<EFBFBD><D5B9><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="log.aspx"><3E><>־<EFBFBD><D6BE><EFBFBD><EFBFBD></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="snatchat.aspx">ץȡ<D7A5><C8A1><EFBFBD><EFBFBD></a>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_link : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="log.aspx.cs" Inherits="manage_log" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:left; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_log : System.Web.UI.Page
{
protected DataTable table;

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="manage_login" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
<meta name="robots" content="none" />
</head>
<body>
<form id="form1" runat="server">
<div style="width:300px; height:160px; border:green 1px solid; margin-top:20px;background-image:url('../image/logbg.gif')">
<div style="margin-top:30px; margin-left:50px;">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_login : System.Web.UI.Page {
protected void Page_Load(object sender, EventArgs e) {
if (Session.Contents["username"] != null && Session.Contents["username"].ToString() != "" && Session.Contents["admin"] != null && Session.Contents["admin"].ToString() != "")
Response.Redirect("default.aspx");

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="novel.aspx.cs" Inherits="manage_novel" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:center; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_novel : System.Web.UI.Page {
protected string boardid = "1";
protected void Page_Load(object sender, EventArgs e) {
if (!this.IsPostBack) {

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="original.aspx.cs" Inherits="manage_original" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:center; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_original : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="recycler.aspx.cs" Inherits="manage_recycler" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:center; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_recycler : System.Web.UI.Page {
protected void Page_Load(object sender, EventArgs e) {
if (Request.QueryString["resumeid"] != null && Regular.IsId(Request.QueryString["resumeid"].ToString()))

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="repeat.aspx.cs" Inherits="manage_repeat" EnableViewState="false" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:center; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_repeat : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="snatchat.aspx.cs" Inherits="manage_snatchat" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_snatchat : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="static.aspx.cs" Inherits="manage_static" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_static : System.Web.UI.Page {
private static string url = System.Configuration.ConfigurationManager.AppSettings["Url"];

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="user.aspx.cs" Inherits="manage_user" %>
<%@ Register Src="link.ascx" TagName="link" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="text-align:center; width:900px;">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class manage_user : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="noticeInfo.aspx.cs" Inherits="noticeInfo" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.IO;
using System.Text;
public partial class noticeInfo : System.Web.UI.Page {
private string type = "";

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="novelchapter.aspx.cs" Inherits="_novelchapter" EnableViewState="false" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat=server>
public string
ThunderEncode(string code) {
code="AA"+code+"ZZ";
string encode = "";
byte[] bytes = Encoding.GetEncoding(54936).GetBytes(code);
try
{
encode = Convert.ToBase64String(bytes);

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _novelchapter : System.Web.UI.Page {
protected string title;
protected string author;
protected string intro;

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="novelintro.aspx.cs" Inherits="_novelintro" EnableViewState="false" validateRequest="false" EnableEventValidation="false" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><%=table.Rows[0]["title"].ToString() %><3E><><EFBFBD><EFBFBD><%=table.Rows[0]["newchapter"].ToString().Split('|')[0] %></title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<%=table.Rows[0]["title"].ToString() %>|<%=table.Rows[0]["newchapter"].ToString().Split('|')[0] %>|<%=table.Rows[0]["intro"].ToString() %>" />
<meta name="keywords" content="<%=table.Rows[0]["title"].ToString() %>;<%=table.Rows[0]["newchapter"].ToString().Split('|')[0] %>" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _novelintro : System.Web.UI.Page
{
protected DataTable table;
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="novellist.aspx.cs" Inherits="_novellist" enableEventValidation="false" EnableViewState="false" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> A world of fiction can let heart so intoxicated</title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _novellist : System.Web.UI.Page {
protected int boardid = 1;
protected string boardname = "玄幻奇幻";
protected string topicamount;

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="novelsearch.aspx.cs" Inherits="_novelsearch" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5></title>
<meta name="author" content="<22><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5> http://www.zxnovel.cn" />
<meta name="description" content="<22><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>á<EFBFBD><C3A1><EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><E9A1A2>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD><C2A1><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻú<C6BB><C3BA><EFBFBD><EFBFBD><EFBFBD>С˵<D0A1><CBB5>ȫ<EFBFBD><C8AB>С˵<D0A1><CBB5>ѣ<EFBFBD>֧<EFBFBD><D6A7>cookie<69><65><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD>" />
<meta name="keywords" content="<22><><EFBFBD><EFBFBD>,<2C><><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>,<2C><>ʷ,<2C><><EFBFBD><EFBFBD>,<2C><>Ϸ,<2C><><EFBFBD><EFBFBD>,<2C>ƻ<EFBFBD>,<2C><><EFBFBD><EFBFBD>,С˵,<2C><><EFBFBD>С˵,ȫ<><C8AB>С˵,<2C><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,UMD<4D><44>ʽ,JAR<41><52>ʽ,TXT<58><54>ʽ" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _novelsearch : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="pagebelow.ascx.cs" Inherits="_pagebelow" %>
<div class="pagebelow_1">
<div class="pagebelow_2">
<div class="pagebelow_3">
<a href="system/about.htm" target="_blank"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></a> <20><>
<a href="system/link.htm" target="_blank"><3E><>ϵ<EFBFBD><CFB5>ʽ</a> <20><>
<a href="manage/login.aspx" target="_blank"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>½</a> <20><>
<a href="system/suggest.xml" target="_blank"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></a> <20><>
<a href="help.aspx" target="_blank"><3E><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD></a>
</div>
</div>
<div class="pagebelow_4">
<p style="text-align: left;">
Copyright (C) 2007 www.zxnovel.cn All Rights Reserved <20><>Ȩ<EFBFBD><C8A8><EFBFBD><EFBFBD> <20><><EFBFBD>ĸ<EFBFBD>С˵<D0A1><CBB5><br />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _pagebelow : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="pagetop.ascx.cs" Inherits="_pagetop" %>
<script src="pagetop.js" type="text/javascript"></script>
<script src="http://un.so.gougou.com/js/SearchView.js"></script>
<link href="Style.css" rel="stylesheet" type="text/css" />
<div class="pagetop_1">
<div class="pagetop_2">
<div id="islogin" class="pagetop_3">
<div class="pagetop_"><3E>û<EFBFBD><C3BB><EFBFBD>&nbsp;<input id="Text_User" name="Text_User" type="text" class="login_inputtext" maxlength="10" onmousemove="this.style.borderColor='#FFCC00'" onmouseout="this.style.borderColor='white'" /></div>
<div class="pagetop_"><3E><><EFBFBD><EFBFBD>&nbsp;<input id="Text_Password" name="Text_Password" type="password" class="login_inputtext" maxlength="10" onmousemove="this.style.borderColor='#FFCC00'" onmouseout="this.style.borderColor='white'" /></div>
<div class="pagetop_"><3E><>֤<EFBFBD><D6A4>&nbsp;<input id="Text_Validate" name="Text_Validate" type="text" class="login_inputtext" style="width: 30px;" maxlength="4" onmousemove="this.style.borderColor='#FFCC00'" onmouseout="this.style.borderColor='white'" /></div>
<div class="pagetop_" style="margin-top: 2px;">&nbsp;<img alt="<22><><EFBFBD>ˢ<EFBFBD><CBA2>" src="validate.aspx?time=' + Math.random();" class="pagetop_3_1" onclick="this.src='validate.aspx?time=' + Math.random();" /></div>
<div class="pagetop_">
<input id="Check_Box" name="Check_Box" value="save" type="checkbox" onclick="javascript:if(checked)alert('<27><>֮<EFBFBD><D6AE><EFBFBD>´β<C2B4><CEB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˺<EFBFBD><CBBA><EFBFBD><EFBFBD><EFBFBD><EBA3AC><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>½<EFBFBD><C2BD><EFBFBD><EFBFBD><EFBFBD>Dz<EFBFBD><C7B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӻ<EFBFBD>Ծ<EFBFBD><D4BE><EFBFBD>֣<EFBFBD>')" /><3E><>ס<EFBFBD><D7A1>½<EFBFBD><C2BD>Ϣ
</div>
<div class="pagetop_">

@ -0,0 +1,15 @@
using System;
using System.IO;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _pagetop : System.Web.UI.UserControl {
protected void Page_Load(object sender, EventArgs e) {
AjaxPro.Utility.RegisterTypeForAjax(typeof(_pagetop));

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

Loading…
Cancel
Save