master
editor 1 year ago
commit ee483c271e

@ -0,0 +1,52 @@
PHP校园二手闲置物品交易系统(含论文)源码
一、源码描述
       这是一款基于PHP的校园闲置物品交易系统包含毕业论文非常适合当课程设计或课程设计。功能相对比较完善界面也比较美观感兴趣的朋友们可以下载研究一下。
二、功能介绍
       该系统主要包含前台和后台两个模块
       前台功能主要包括:
       1、首页
       2、会员注册
       3、本站新闻
       4、二手商品
       5、最具人气
       6、搜索商品
       7、闲置商品
       8、会员登陆
       9、会员中心
       管理员后台功能主要包括
       1、系统设置预览首页、系统状态、添加管理员、管理员管理、会员管理
       2、新闻公告管理所有信息、新增信息、网站新闻、网站公告 
       3、物品管理所有物品、物品分类管理、新增物品、物品回收站、会员发布查询
       4、退出后台
三、注意事项
       1、后台管理员用户名admin 密码admin
       2、开发语言PHP数据库为MySql
       3、数据库连接字符串在文件夹include里面的文件connect_db.php中修改
作者: kkzt0916
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/PHPCampusSecondHandIdle
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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 @@
-- phpMyAdmin SQL Dump
-- version 2.11.2.1
-- http://www.phpmyadmin.net
--
-- 主机: localhost
-- 生成日期: 2012 年 04 月 18 日 03:49
-- 服务器版本: 5.0.45
-- PHP 版本: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- 数据库: `ershou`
--

@ -0,0 +1,15 @@
<TD width="90%" height=24>
<TABLE width=249 border=0>
<TBODY>
<TR>
<TD width="50%"><A
href="#"><FONT
color=#ff6600><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F>ҵ<EFBFBD></FONT></A> </TD></TR></TBODY></TABLE>
<table border="0" width="81%" id="table2">
<tr>
<?
$sql="select * from goods where cat_name='<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F>ҵ<EFBFBD>'order by id DESC limit 0,3";
$result=Connect_db($sql,"erer");
while($data=mysql_fetch_object($result))
{

@ -0,0 +1,15 @@
<?php
session_start();
require("../include/connect_db.php");
if($_SESSION['admin']=="")
header("location:index.php");
$admin=$_SESSION['admin'];
if($act=="update")
{
if($newpwd=="" || $old=="")
{
echo "<script>alert('<27><><EFBFBD><EFBFBD><EBB2BB>Ϊ<EFBFBD><CEAA>');history.back()</script>";
exit;
}

@ -0,0 +1,15 @@
a { font:normal 12px <EFBFBD><EFBFBD><EFBFBD><EFBFBD>; color:#000000; text-decoration:none; }
a:hover { color:#000000 }
body{ font-size: 12px; color: #000000; font-family: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>; background-color:
#CCE2FB; border-style: 1px solid; border-color: #00FF00 }
TD{
font-family:<EFBFBD><EFBFBD><EFBFBD><EFBFBD>; font-size: 12px; line-height: 15px;
}
td.HeaderBackgroundAlternate
{
background-color: #799AE1;
color:#FFFFFF
}
#TableTitleLink A:link, #TableTitleLink A:visited, #TableTitleLink A:active {
COLOR: #000000;

@ -0,0 +1,15 @@
<?php
require("../include/connect_db.php");
if($_POST){
if(mysql_query("INSERT INTO `".$mydbd."admin` (
`name` ,
`password` ,
`qq` ,
`dianhua` ,
`email` ,
`datetime` )
VALUES ('{$_POST['name']}', MD5( '{$_POST['password']}' ) , '{$_POST['qq']}', '{$_POST['dianhua']}', '{$_POST['email']}',NOW( ) );")){
die("<script language=javascript>
alert( \"<22><>ϲ<EFBFBD><CFB2>,<2C><><EFBFBD>ӹ<EFBFBD><D3B9><EFBFBD>Ա<EFBFBD>ʺųɹ<C5B3>!\" );
location.href = \"admin_admin.php\"

@ -0,0 +1,15 @@
<?php
require("../include/connect_db.php");
?>
<html>
<head>
<title><EFBFBD><EFBFBD>Ա<EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta name="description" content="MYPIC">
<meta name="keywords" content="MYPIC">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">

@ -0,0 +1,15 @@
<?php
require("../include/connect_db.php");
$id=$_GET['id'];
$sql="SELECT * FROM `admin` WHERE `id` ='{$id}'";
$query=mysql_query($sql);
$row_name=mysql_fetch_array($query);
if($_GET['del']=="del"){
mysql_query("DELETE FROM `admin` WHERE `id` ='{$id}' ");
die("<script language=javascript>
alert( \"<22><>ϲ<EFBFBD><CFB2>,<2C><><EFBFBD><EFBFBD>Աɾ<D4B1><C9BE><EFBFBD>ɹ<EFBFBD>!\" );
location.href = \"admin_admin.php\"
</script>");
}
if($_POST){

@ -0,0 +1,15 @@
<html>
<head>
<title><EFBFBD><EFBFBD>̨<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ</title>
<meta name="description" content="MYPIC">
<meta name="keywords" content="MYPIC">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
</head>
<frameset rows="60,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="head" scrolling="NO" noresize src="top.php" >
<frameset cols="150,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="toc" scrolling="NO" noresize src="links.php">
<frame name="content" src="main.php" title="mainFrame">
</frameset>
</frameset>

@ -0,0 +1,15 @@
body {font:normal 12px/14px <EFBFBD><EFBFBD><EFBFBD><EFBFBD>,arial;margin:0px;padding:0px;text-align:center;}
table {padding:0px;border:0px;}
td {border:1px #6973e7 solid;font:normal 12px/14px <EFBFBD><EFBFBD><EFBFBD><EFBFBD>,arial;line-height:160%;text-align:center;padding:2px;}
img {border:0px;}
.ctrl{width:92%;}
#UpFileInput {
height:30px;
background:#888FEC;
text-align:right;
line-height:140%;
padding:3px;
}
#ViewPictureList {
background:#B3B8F2;
text-align:left;

@ -0,0 +1,15 @@
var buttonPath; //<2F><><EFBFBD>ñ༭<C3B1><E0BCAD><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD>ַ
var imageBrowse = "./view.php"; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼƬ<CDBC><C6AC>·<EFBFBD><C2B7>
var linkBrowse; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӵ<EFBFBD>ַ
var idTa; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ID,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>textarea<65><61>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>HTML<4D><4C>Ϣ
//OTHER GLOBALS
var oWhizzy; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
var rng; //range at current selection
var sel; //current selection
var papa;//<2F><><EFBFBD>ְ<EFBFBD>ť<EFBFBD><C5A5><EFBFBD><EFBFBD><EFBFBD>ʺ<EFBFBD><CABA><EFBFBD>IE
var trail = '';//DOM<4F><4D><EFBFBD><EFBFBD>
function makeWhizzyWig(txtArea, controls){//<2F><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ԭʼ<D4AD>ļ<EFBFBD>
//<2F>޷<EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڣ<EFBFBD><DAA3><EFBFBD>ʾ
if ((navigator.userAgent.indexOf('Safari') != -1 ) || !document.getElementById || !document.designMode ) {
alert("<22><><EFBFBD>棺"+t("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֧<EFBFBD>ָù<D6B8><C3B9>ܣ<EFBFBD>ʹ<EFBFBD>ñ༭<C3B1><E0BCAD>Ҫ<EFBFBD><D2AA>IE 5.0<EFBFBD><EFBFBD>FireFox 1.0<EFBFBD><EFBFBD>Netscape 7.0<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>°汾"));

@ -0,0 +1,15 @@
body
{
background-color: #ffffff;
padding: 5px 5px 5px 5px;
margin: 0px;
}
body, td
{
font-family: Arial, Verdana, sans-serif;
line-height: 22px;
font-size: 14px;
}
a[href]

@ -0,0 +1,15 @@
html
{
min-height: 100%;
}
form
{
border: 1px dotted #FF0000;
padding: 2px;
}
.FCK__Flash
{
border: #a9a9a9 1px solid;
background-position: center center;

@ -0,0 +1,15 @@
.ImagePreviewArea
{
border: #000000 1px solid;
overflow: auto;
width: 100%;
height: 170px;
background-color: #ffffff;
}
.FlashPreviewArea
{
border: #000000 1px solid;
padding: 5px;
overflow: auto;
width: 100%;

@ -0,0 +1,15 @@
// Automatically detect the correct document.domain (#123).
(function()
{
var d = document.domain ;
while ( true )
{
// Test if we can access a parent property.
try
{
var test = window.parent.document.domain ;
break ;
}
catch( e ) {}

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>InsertCode Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_codes/fck_codes.js" type="text/javascript"></script>
</head>
<body scroll="no" style="overflow: hidden">
<table cellspacing="0" cellpadding="5" height="100%" width="100%" border="0" dir="ltr">
<tr>
<td nowrap style="vertical-align: top; width:40px;"><span fcklang="DlgCodesLanguage">Language</span></td>
<td style="vertical-align: top;"><select id="codeLan">
<option value="xhtml">XML/HTML</option>

@ -0,0 +1,15 @@
var oEditor = window.parent.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
window.onload = function()
{
oEditor.FCKLanguageManager.TranslatePage(document) ;
window.parent.SetOkButton( true ) ;
}
function Ok()
{
var sLan = GetE('codeLan').value;
var sTxt = GetE('codeTxt').value;
if( sTxt.length> 0) {
var oCode = FCK.CreateElement('PRE');

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
var FCKTools = oEditor.FCKTools ;
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{
//ShowE('divInfo' , ( tabCode == 'Info' ) ) ;
}
// Get the selected flash embed (if available).
var oFakeImage = dialog.Selection.GetSelectedElement() ;

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Image Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_image/fck_image.js" type="text/javascript"></script>
<script type="text/javascript">
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
</head>
<body scroll="no" style="overflow: hidden">

@ -0,0 +1,15 @@
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
var FCKTools = oEditor.FCKTools ;
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{
//ShowE('divInfo' , ( tabCode == 'Info' ) ) ;
}
// Get the selected image (if available).
var oImage = dialog.Selection.GetSelectedElement() ;

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Link Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_link/fck_link.js" type="text/javascript"></script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table cellspacing="0" cellpadding="0" width="100%" border="0" dir="ltr">
<tr>
<td nowrap="nowrap" width="100%">
<span fckLang="DlgLnkURL">URL</span><br />
<input id="txtUrl" style="WIDTH: 100%" type="text" />

@ -0,0 +1,15 @@
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
var FCKRegexLib = oEditor.FCKRegexLib ;
var FCKTools = oEditor.FCKTools ;
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{
dialog.SetAutoSize( true ) ;
}

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style type="text/css">
.Hand
{
cursor: pointer;
cursor: hand;
}
</style>
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">

@ -0,0 +1,15 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*

@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*

@ -0,0 +1,15 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*

@ -0,0 +1,15 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*

@ -0,0 +1,15 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*

@ -0,0 +1,15 @@
html, body
{
background-color: transparent;
margin: 0px;
padding: 0px;
}
body
{
padding: 10px;
}
body, td, input, select, textarea
{
font-size: 12px;

@ -0,0 +1,15 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*

@ -0,0 +1,15 @@
body
{
padding: 1px;
margin: 0;
background-color: #ffffff;
}
#xEditingArea
{
border: #696969 1px solid;
}
#xToolbarSpace {
background-color: #efefde;
border: #696969 1px solid;

@ -0,0 +1,15 @@
<html>
<head>
<title>-<2D><><EFBFBD>ݹ<EFBFBD><DDB9><EFBFBD></title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body><?
if($_GET['s']==1)

@ -0,0 +1,15 @@
FCKConfig.CustomConfigurationsPath = '' ;
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.EditorAreaStyles = '' ;
FCKConfig.ToolbarComboPreviewCSS = '' ;
FCKConfig.DocType = '' ;
FCKConfig.BaseHref = '' ;
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/' ;
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ;

@ -0,0 +1,15 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*

@ -0,0 +1,15 @@
<?php
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
<?php
class FCKeditor
{
public $InstanceName ;
public $BasePath ;
public $Width ;
public $Height ;
public $ToolbarSet ;
public $Value ;
public $Config ;
public function __construct( $instanceName )
{
$this->InstanceName = $instanceName ;

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html

@ -0,0 +1,15 @@
<?php
session_start();
require("../include/connect_db.php");
if($act=="Del")
{
$sql="delete from cat where id=$id";
$result=mysql_query($sql);
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title><link href="images/Css.css" rel="stylesheet" type="text/css" />

@ -0,0 +1,15 @@
<html>
<head>
<title>-<2D><><EFBFBD>ݹ<EFBFBD><DDB9><EFBFBD></title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta name="description" content="MYPIC">
<meta name="keywords" content="MYPIC">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body><SCRIPT language=JavaScript>

@ -0,0 +1,7 @@
<?
require("../include/connect_db.php");
$sql="update goods set delstates=1 where id='$id'";
$result=Connect_db($sql,"sad");
header("location:ershou_list.php");
?>

@ -0,0 +1,15 @@
<html>
<head>
<title>-<2D><><EFBFBD>ݹ<EFBFBD><DDB9><EFBFBD></title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta name="description" content="MYPIC">
<meta name="keywords" content="MYPIC">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>

@ -0,0 +1,9 @@
<?
require("../include/connect_db.php");
$sql="update goods set content='$content',title='$title',num='$num',price='$price',addtime='$addtime',endtime='$endtime',cat_name='$select' where id='$id'";
$result=Connect_db($sql,"error");
header("location:ershou_list.php");
?>

@ -0,0 +1,6 @@
<?
require("../include/connect_db.php");
$sql="update goods set delstates=0 where id='$id'";
$result=Connect_db($sql,"sad");
header("location:goods_huishou.php");
?>

@ -0,0 +1,15 @@
<html>
<head>
<title>-<2D><><EFBFBD>ݹ<EFBFBD><DDB9><EFBFBD></title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta name="description" content="MYPIC">
<meta name="keywords" content="MYPIC">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>

@ -0,0 +1,15 @@
<SCRIPT language=JavaScript>
function func(num){
var x2;
x2="d"+num;
if(document.all[x2].style.display == "")
{
document.all[x2].style.display = "none";
}
else if(document.all[x2].style.display == "none")
document.all[x2].style.display = "";
}
function del(id)
{

@ -0,0 +1,15 @@
<?
require("../include/connect_db.php");
require("upload.php");
//$UploadPath=$_SERVER['DOCUMENT_ROOT']."/ershou/uploads/";//<2F><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>·<EFBFBD><C2B7>
/* ȡ<>ø<EFBFBD>Ŀ¼ */
define('SYS_ROOT', str_replace("\\", '/', substr(dirname(__FILE__), 0, -7)));
define('File_ROOT', SYS_ROOT."uploads/");
$UploadPath=File_ROOT;
$Filename=Upload($UploadFile,$UploadPath,$UploadFile_name);
$addtime=date("Y-m-d");
$sql="insert into goods (title,content,price,num,addtime,path,owner,cat_name,address,tel,qq,states) values('$title','$content','$price','$num','$addtime','$Filename','admin','$select','$address','$tel','$qq','$states')";
$result=Connect_db($sql,"erwsa");
header("location:ershou_list.php?s=1");

@ -0,0 +1,15 @@
A:link {
COLOR: #0000ff; TEXT-DECORATION: none
}
A:visited {
COLOR: #0000ff; TEXT-DECORATION: none
}
A:active {
COLOR: #3333ff; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff0000; TEXT-DECORATION: none
}
BODY {
FONT-FAMILY: Verdana; FONT-SIZE: 12pt; SCROLLBAR-FACE-COLOR: rgb(198,214,250); SCROLLBAR-3DLIGHT-COLOR: rgb(158,180,214); SCROLLBAR-ARROW-COLOR: #4B5B7F
}

@ -0,0 +1,15 @@
body
{
margin:0;
background-color: #FFFFFF;
cursor:default;
}
body,td,th
{
font-size:12px;
font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
cursor:default;
color:#313131;
}
a
{

@ -0,0 +1,15 @@
body {
background-color : #DFDFDF; font-family: Tahoma,MS Shell Dlg,<EFBFBD><EFBFBD><EFBFBD><EFBFBD>; font-size : 12px; SCROLLBAR-BASE-COLOR: #ffcccc; SCROLLBAR-ARROW-COLOR: #FFFFFF;
}
a:link,a:visited {
text-decoration: none; color : #0066cc;
}
a:active {
COLOR: #FF9900;
}
A:hover {
COLOR: #FF9900; text-decoration: underline;

@ -0,0 +1,15 @@
html{padding-top:5px;padding-bottom:5px;padding-right:5px;}
body{font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color: #555;padding:0px;margin:0px;}
input{border-width:1px;border:1px solid #bdbcbd;padding:3px 0 3px 5px;}
input[type=image]{ border:none }
input[type=checkbox]{ border:none }
input[type=radio]{ border:none }
img{border:0px;}
a{color:#000;}
a:hover{color:#FF0000;text-decoration:none;}
.bodytitle{width:96%;height:30px;background:url(body_title_bg.gif) top left repeat-x;margin-left:auto;margin-right:auto;margin-top:5px;clear:both;line-height: 30px;border-right-width: 1px;border-right-style: solid;border-right-color: #8cc0e7;}
.bodytitleleft{width:20px;height:30px;float:left;background-image: url(body_title_left.gif);background-repeat: no-repeat;background-position: left center;}
.bodytitletxt{height:30px;float:left;line-height:30px;font-size:14px;font-weight:bold;letter-spacing:1px;padding-right:20px;font-family: Arial;color: #fff;background-color: #FFF;background-image: url(body_title_right.gif);background-repeat: no-repeat;background-position: right center;}
.bodytitletxt2{height:30px;float:right;line-height:30px;font-size:12px;font-weight:bold;letter-spacing:1px;padding-right:20px;}
.tbtitle{height:27px;margin:8px auto 0px auto;line-height:20px;}
.inputbut{padding-left:3px;padding-right:2px;border:1px solid #bdbcbd;background:#FFF url(inputbut_bg.gif) left center repeat-x;font-size:12px;height:24px;}

@ -0,0 +1,15 @@
BODY {
FONT-SIZE: 9pt; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>, verdana, arial, helvetica, sans-serif
}
TD {
FONT-SIZE: 9pt; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>, verdana, arial, helvetica, sans-serif
}
TH {
FONT-SIZE: 9pt; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>, verdana, arial, helvetica, sans-serif
}
A {
FONT-SIZE: 9pt; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>, verdana, arial, helvetica, sans-serif
}
INPUT {
FONT-SIZE: 9pt; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>, verdana, arial, helvetica, sans-serif
}

@ -0,0 +1,15 @@
<!--
var cal;
var isFocus=false; //是否为焦点
//function SelectDate(obj,strFormat) //两个参数改为只传一个
function SelectDate(obj)
{
var date = new Date();
var by = date.getFullYear()-10; //最小值 → 10 年前
var ey = date.getFullYear()+10; //最大值 → 10 年后
cal = (cal==null) ? new Calendar(by, ey, 0) : cal; //初始化为中文版1为英文版
//cal.dateFormatStyle = strFormat; // 默认显示格式为:yyyy-MM-dd ,还可显示 yyyy/MM/dd
cal.show(obj);
}
/**//* 返回日期 */
String.prototype.toDate = function(style){

@ -0,0 +1,15 @@
<html>
<head>
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̨-</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center">
<table width="800" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="800" height="500" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>

@ -0,0 +1,15 @@
<html>
<head>
<title>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
</head>
<script>
function closewin() {
if (opener!=null && !opener.closed) {
opener.window.newwin=null;
opener.openbutton.disabled=false;
opener.closebutton.disabled=true;
}
}

@ -0,0 +1,15 @@
<?php
require("../include/connect_db.php");
$fid=$_GET['id'];
$querylist=mysql_query("SELECT * FROM `list` WHERE `id` ='{$fid}'");
$row_list=mysql_fetch_array($querylist);
$pagesize=12;
$url=$_SERVER["REQUEST_URI"];
$url=parse_url($url);
$url=$url[path];
$numq=mysql_query("SELECT * FROM `news` WHERE `fid` ='{$fid}' ORDER BY `id` DESC");
$num = mysql_num_rows($numq);
if($_GET[page]){
$pageval=$_GET[page];
$page=($pageval-1)*$pagesize;
$page.=',';

@ -0,0 +1,15 @@
<?
session_start();
require("../include/connect_db.php");
$password=md5($password);
$sql="select * from admin where (name='$username' and password ='$password')";
$result=Connect_db($sql,"ererer");
$num=mysql_num_rows($result);
if($num==1)
{
$_SESSION['admin']=$username;
header("location:admin_index.php");
}
else
{
echo " <20>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ;

@ -0,0 +1,5 @@
<?
session_start();
session_destroy();
?>
<script>top.location.href="index.php"</script>

@ -0,0 +1,15 @@
<html>
<head>
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" background="images/Mypic_top15.gif"><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/Mypic_top14.gif" width="14" height="14" align="absmiddle">
<20><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD></td>

@ -0,0 +1,15 @@
<html>
<head>
<link rel="stylesheet" href="./Style.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-color: #CCE2FB;
}
.style9 {
color: #000000;
font-weight: bold;
}

@ -0,0 +1,15 @@
<?php
require("../include/connect_db.php");
$id=$_GET['id'];
$sql="SELECT * FROM `user` WHERE `id` ='{$id}'";
$query=mysql_query($sql);
$row_name=mysql_fetch_array($query);
if($_GET['del']=="del"){
mysql_query("DELETE FROM `user` WHERE `id` ='{$id}' LIMIT 1;");
die("<script language=javascript>
alert( \"<22><>ϲ<EFBFBD><CFB2>,<2C><>Ա<EFBFBD><D4B1>Ϣɾ<CFA2><C9BE><EFBFBD>ɹ<EFBFBD>!\" );
location.href = \"admin_name.php\"
</script>");
}
if($_POST){

@ -0,0 +1,15 @@
<?php
session_start();
require("../include/connect_db.php");
include("fckeditor.php");
$sBasePath=$_SERVER['PHP_SELF'];
$sBasePath=dirname($sBasepath);
$ed= new FCKeditor('con');
$ed->BasePath=$sBasePath;
$querylist=mysql_query("SELECT * FROM `list` WHERE `id` ='{$_POST['fenlei']}'");
while ($row_list=@mysql_fetch_array($querylist)){
$list=$row_list['name'];
}
if($_POST['title']){
if($_POST['fenlei']==""){
die("<script language=javascript>

@ -0,0 +1,6 @@
<?
require("../include/connect_db.php");
$sql="delete from news where id='$id'";
$result=Connect_db($sql,"das");
header("location:news_list.php");
?>

@ -0,0 +1,15 @@
<?php
require("../include/connect_db.php");
include("fckeditor.php");
$sBasePath=$_SERVER['PHP_SELF'];
$sBasePath=dirname($sBasepath);
$ed= new FCKeditor('con');
$ed->BasePath=$sBasePath;
$id=$_GET['id'];
$querylist=mysql_query("SELECT * FROM `list` WHERE `id` ='{$_POST['fenlei']}'");
while ($row_list=mysql_fetch_array($querylist)){
$list=$row_list['name'];
}
$querynews=mysql_query("SELECT * FROM `news` WHERE `id` ='{$id}'");
$row_news=mysql_fetch_array($querynews);
if($_GET['del']=="del"){

@ -0,0 +1,15 @@
<?
if($_GET['s']==1)
echo '<script language=Javascript> alert("<22><><EFBFBD>ŷ<EFBFBD><C5B7><EFBFBD><EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD>");</script>';
?>
<SCRIPT language=JavaScript>
function func(num){
var x2;
x2="d"+num;
if(document.all[x2].style.display == "")
{
document.all[x2].style.display = "none";
}
else if(document.all[x2].style.display == "none")
document.all[x2].style.display = "";
}

@ -0,0 +1,12 @@
<?
require("../include/connect_db.php");
$sql="insert into news (title,content,addtime) values ('$title','$content','$addtime')";
$result=Connect_db($sql,"erer");
if(result)
header("location:news_list.php?s=1");
else
{
echo " <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>";
exit;
}
?>

@ -0,0 +1,15 @@
<?php
require("../include/connect_db.php");
$name=$_GET['name'];
$pagesize=12;
$url=$_SERVER["REQUEST_URI"];
$url=parse_url($url);
$url=$url[path];
$numq=mysql_query("SELECT * FROM `news` ORDER BY `id` DESC");
$num = mysql_num_rows($numq);
if($_GET[page]){
$pageval=$_GET[page];
$page=($pageval-1)*$pagesize;
$page.=',';
}
if($num > $pagesize){

@ -0,0 +1,15 @@
BODY {
FONT-SIZE: 12px; BACKGROUND: #ffffff; MARGIN-BOTTOM: 0px; MARGIN-top: 0px; SCROLLBAR-ARROW-COLOR: #ffffff; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>; SCROLLBAR-BASE-COLOR: #0099ff
}
TD {
FONT-SIZE: 9pt; LINE-HEIGHT: 150%; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>
}
INPUT,slect,option{
BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-LEFT-COLOR: #36600e; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #36600e; BORDER-TOP-COLOR: #36600e; FONT-FAMILY: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #36600e
}
.input2 {
FONT-SIZE: 12px;
BACKGROUND: #ffffff;
LINE-HEIGHT: 15px;
FONT-FAMILY: Arial, Helvetica, sans-serif;
border: 1px solid #36600e;

@ -0,0 +1,15 @@
<html>
<head>
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="images/Mypic_top7.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="600"><img src="images/Mypic_top6.png" width="600" height="90" border="0"></td>
</tr>

@ -0,0 +1,15 @@
<?
/*
$UploadPath=AddSlashes(dirname($PATH_TRANSLATED))."\\uploads\\"; //<2F><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>·<EFBFBD><C2B7>
$Filename=Upload($UploadFile,$UploadPath,$UploadFile_name);
*/
function Upload($UploadFile,$UploadPath,$UploadFilename)
{
$TimeLimit=0; /*<2A><><EFBFBD>ó<EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1> ȱʡʱ<CAA1><CAB1>Ϊ30<33><30> <20><><EFBFBD><EFBFBD>Ϊ0ʱΪ<CAB1><CEAA><EFBFBD><EFBFBD>ʱ */
set_time_limit($TimeLimit);
$FileName=$UploadPath.$UploadFilename; //<2F><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
if(file_exists($FileName))

@ -0,0 +1,9 @@
<?
require("../include/connect_db.php");
$sql="delete from user where username='$username'";
//echo $sql;
$result=Connect_db($sql,"asd");
if($result)
header("location:user_list.php");
?>

@ -0,0 +1,15 @@
<?
require("../include/connect_db.php");
$sql="select * from user where username='$username'";
$result=Connect_db($sql,"a");
$data=mysql_fetch_object($result);
?><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
<form name="form1" method="post" action="user_edit1.php"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#9FD74E">
<tr>
<td height="26" background="images/Mypic_top12.gif"> <table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/Mypic_top13.gif" width="18" height="9" align="absmiddle">
<20>޸Ļ<DEB8>Ա<EFBFBD><D4B1>Ϣ</td>

@ -0,0 +1,7 @@
<?
ob_start();
require("../include/connect_db.php");
$sql="update user set pwd='$pwd',email='$email' where username='$username'";
$result=Connect_db($sql,"adsad");
header("location:user_list.php");
?>

@ -0,0 +1,15 @@
<html>
<head>
<title>-<2D><><EFBFBD>ݹ<EFBFBD><DDB9><EFBFBD></title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta name="description" content="MYPIC">
<meta name="keywords" content="MYPIC">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" />
<SCRIPT language=JavaScript>
function del(id)
{
question=confirm("<22><>ȷ<EFBFBD><C8B7>Ҫɾ<D2AA><C9BE>ô?<3F>˻<EFBFBD>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD><EFBFBD>ݽ<EFBFBD><DDBD>һ<E1B1BB><D2BB>ɾ<EFBFBD><C9BE>");
if(question)

@ -0,0 +1,7 @@
<?
require("../include/connect_db.php");
$sql="delete from goods where owner='$id'";
$result=Connect_db($sql,"sad");
header("location:user_goods.php");
?>

@ -0,0 +1,15 @@
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Css.css" rel="stylesheet" type="text/css" /><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#9FD74E">
<tr>
<td height="26" background="images/Mypic_top12.gif"> <table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/Mypic_top13.gif" width="18" height="9" align="absmiddle">
<20><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD></td>
</tr>
</table></td>
</tr> <tr>
<td>
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#EBEBEB" class="tableoutline">
<tr class="tbhead" >
<td width="46"><EFBFBD><EFBFBD><EFBFBD></td>
<td width="123"><EFBFBD>û<EFBFBD><EFBFBD><EFBFBD></td>

@ -0,0 +1,7 @@
<?
require("../include/connect_db.php");
$sql="delete from goods where id='$id";
$result=Connect_db($sql,"sad");
header("location:goods_huishou.php");
?>

@ -0,0 +1,15 @@
<?
session_start();
require("./include/connect_db.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>У԰<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ--<2D><>Ʒ<EFBFBD>б<EFBFBD></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></HEAD>
<BODY leftMargin=3 topMargin=3>
<?
require("top.php");
require("top_search.php");
?>
<SCRIPT language=javascript>
<!--

@ -0,0 +1,15 @@
<?
session_start();
?>
<META content="MSHTML 6.00.3790.2858" name=GENERATOR></HEAD>
<BODY leftMargin=3 topMargin=3><A name=top></A>
<?
require("top.php");
?>
<TABLE class=border1y cellSpacing=1 cellPadding=3 width=960 align=center
border=0>
<FORM name=myform onSubmit="return isok(this)" action=search.asp method=post>
<TBODY>

@ -0,0 +1,9 @@
<TABLE cellSpacing=0 cellPadding=0 width=960 align=center border=0>
<TBODY>
<TR>
<TD align=middle
width=754><3E><>Ȩ<EFBFBD><C8A8><EFBFBD><EFBFBD>::<A
href=""></A><B><FONT face=Verdana,Arial
size=1><B><FONT
color=#cc0000></FONT></B></FONT></A></FONT></TD></TR></TBODY></TABLE>

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>ѧ<EFBFBD><EFBFBD><EFBFBD>ɻ<EFBFBD><EFBFBD><EFBFBD>Ϣϵͳ--<2D><>Ʒ<EFBFBD>б<EFBFBD></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></HEAD>
<BODY leftMargin=3 topMargin=3>
<?
require("top.php");
?>
<TABLE cellSpacing=0 cellPadding=0 width=960 align=center border=0>
<TBODY>
<TR>
<TD>
<MARQUEE onmousemove=this.stop() onmouseout=this.start()
behavior=alternate><A href="#"><FONT
color=blue>ѧ<><D1A7><EFBFBD>ɻ<EFBFBD><C9BB><EFBFBD>Ϣϵͳ<CFB5>İ<EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></FONT></A></MARQUEE></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript>

@ -0,0 +1,6 @@
<?
require("./include/connect_db.php");
$sql="update goods set delstates=1 where id='$id'";
$result=Connect_db($sql,"sad");
header("location:my_goods.php");
?>

@ -0,0 +1,15 @@
<?
session_start();
?>
<META content="MSHTML 6.00.3790.2858" name=GENERATOR></HEAD>
<BODY leftMargin=3 topMargin=3><A name=top></A>
<?
require("top.php");
?>
<TABLE cellSpacing=0 cellPadding=0 width=960 align=center border=0>
<TBODY>
<TR>
<TD>
<MARQUEE onmousemove=this.stop() onmouseout=this.start()
behavior=alternate><A href="#"><FONT

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>ѧ<EFBFBD><EFBFBD><EFBFBD>ɻ<EFBFBD><EFBFBD><EFBFBD>Ϣϵͳ--<2D><>Ʒ<EFBFBD>б<EFBFBD></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></HEAD>
<BODY leftMargin=3 topMargin=3>
<?
require("top.php");
?>
<SCRIPT language=javascript>
<!--
function isok(theform)
{
if ((theform.name1.value=="") || (theform.name1.value=="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ؼ<EFBFBD><D8BC><EFBFBD>"))
{
alert("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ؼ<EFBFBD><D8BC>ֲ<EFBFBD><D6B2><EFBFBD>Ϊ<EFBFBD>գ<EFBFBD>");

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>ѧ<EFBFBD><EFBFBD><EFBFBD>ɻ<EFBFBD><EFBFBD><EFBFBD>Ϣϵͳ--<2D><>Ʒ<EFBFBD>б<EFBFBD></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></HEAD>
<BODY leftMargin=3 topMargin=3>
<?
require("top.php");
?>
<TABLE cellSpacing=0 cellPadding=0 width=960 align=center border=0>
<TBODY>
<TR>
<TD>
<MARQUEE onmousemove=this.stop() onmouseout=this.start()
behavior=alternate><A href="#"><FONT
color=blue>ѧ<><D1A7><EFBFBD>ɻ<EFBFBD><C9BB><EFBFBD>Ϣϵͳ<CFB5>İ<EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></FONT></A></MARQUEE></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript>

@ -0,0 +1,15 @@
BODY {
BORDER-RIGHT: #ffffff 0pt solid; BORDER-TOP: #ffffff 0pt solid; FONT-SIZE: 9pt; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: buttonface; BORDER-LEFT: #ffffff 0pt solid; SCROLLBAR-SHADOW-COLOR: buttonface; COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: buttonhighlight; LINE-HEIGHT: 160%; SCROLLBAR-ARROW-COLOR: #333333; SCROLLBAR-TRACK-COLOR: #eeeeee; BORDER-BOTTOM: #ffffff 0pt solid; FONT-STYLE: normal; FONT-FAMILY: "??<3F><>?"; SCROLLBAR-DARKSHADOW-COLOR: buttonshadow
}
TD {
FONT: 9pt/160% "??<3F><>?"; COLOR: #333333
}
A:link {
COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff5500; TEXT-DECORATION: underline
}

@ -0,0 +1,15 @@
<!--
function setcity() {
switch (document.form1.TPL_prov.value) {
case "" :
var cityOptions = new Array("", "");
break;
case "<22><><EFBFBD><EFBFBD>" :
var cityOptions = new Array(
"<22>Ϸ<EFBFBD>(*)", "<22>Ϸ<EFBFBD>",
"<22><><EFBFBD><EFBFBD>", "<22><><EFBFBD><EFBFBD>",
"<22><><EFBFBD><EFBFBD>", "<22><><EFBFBD><EFBFBD>",
"<22><><EFBFBD><EFBFBD>", "<22><><EFBFBD><EFBFBD>",
"<22><><EFBFBD><EFBFBD>", "<22><><EFBFBD><EFBFBD>",
"<22><><EFBFBD><EFBFBD>", "<22><><EFBFBD><EFBFBD>",
"<22><><EFBFBD><EFBFBD>", "<22><><EFBFBD><EFBFBD>",

@ -0,0 +1,15 @@
<?php
$db=mysql_connect("localhost","root","root")or die("<22><><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD><CAA7>!");
mysql_select_db("xianzhi",$db);
mysql_query("set names gbk");
function Connect_db($query,$connect_error="")
{
$db=mysql_connect("localhost","root","root")or die("<22><><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD><CAA7>!");
mysql_select_db("xianzhi",$db);
mysql_query("set names gbk");
$result=mysql_query($query,$db);
// echo mysql_error();
if(!$result)

@ -0,0 +1,15 @@
<?
session_start();
require("./include/connect_db.php");
if($_GET['s']==1)
echo '<script language=Javascript> alert("<22><>½<EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>ģ<EFBFBD>");</script>';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE> У԰<D0A3><D4B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>ϵͳ--<2D><>ҳ</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></HEAD>
<BODY leftMargin=3 topMargin=3><A name=top></A>
<?
require("top.php");

@ -0,0 +1,15 @@
<TR>
<TD vAlign=top width=200>
<TABLE
style="BORDER-RIGHT: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; BORDER-LEFT: #e5e5e5 1px solid; BORDER-BOTTOM: #e5e5e5 1px solid"
cellSpacing=0 cellPadding=0 width="250">
<TBODY>
<TR>
<TD bgColor=#8ed256 height=28>&nbsp;<IMG height=9
src="images/ico_new.gif" width=25><STRONG><FONT
color=#ffffff> <20><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD></FONT></STRONG></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center
border=0>
<TBODY>

@ -0,0 +1,15 @@
<?
session_start();
require("./include/connect_db.php");
if($_SESSION['user_name']=="")
{
echo"<script>alert('<27><><EFBFBD>ȵ<EFBFBD>¼,<2C>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');location.href='notlogin.php'</script>";
exit;
}
$owner=$_SESSION['user_name'];
if($title=="" || $content=="")
{
echo"<script>alert('<27><><EFBFBD>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2><EFBFBD>Ϊ<EFBFBD><CEAA>');histroy.back();</script>";
exit;
}

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

Loading…
Cancel
Save