php+mysql,session頁面保護,悄悄話功能,照片上傳,在線修改資料,email查詢及自動回復,客人模式,
方便的班級管理
程序清單:
配置部分:
配置文件:class/config.php 數(shù)據(jù)庫文件:class/mysql.txt 計數(shù)器文 " /> 麻豆成人久久精品二区三区网站,人人射人人插,国产亚洲精品久久久无码狼牙套

天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

杏林同學錄(一)

主要特點:
   php+mysql,session頁面保護,悄悄話功能,照片上傳,在線修改資料,email查詢及自動回復,客人模式,
   方便的班級管理
程序清單:
配置部分:
   配置文件:class/config.php 數(shù)據(jù)庫文件:class/mysql.txt 計數(shù)器文件:class/counter.txt  
主程序:
   登陸首頁:index.php 成員主頁:main.php 客人主頁:class/guest.php  
個人管理:
   班級通訊錄:class/address.php 個人資料修改:class/modify.php 上傳照片:class/uploadphoto.php
   密碼查詢:class/querypsw.php 悄悄話:privatenote.php
注冊部分:
   注冊步驟1: class/register_step1.php 注冊步驟2: class/register_step2.php
照片部分:
   班級照片:class/classphoto.php 學校照片:class/schoolphoto.php 個人照片:class/privatephoto.php
留言簿部分:
   班級成員留言簿: 顯示留言:class/notebook/index.php 添加留言:class/notebook/addnote.php
   客人留言簿:   顯示留言:class/notebookg/index.php 添加留言:class/notebookg/addnote.php
班級管理部分:
   首頁:superadmin.php 添加成員:class/admin/addmember.php 顯示、刪除成員:class/admin/member.php
   修改成員資料:class/admin/editmember.php 修改成員資料步驟2:class/admin/editmember_step2.php  
   班級成員留言簿管理: class/notebook/delnote.php 客人留言簿管理: class/notebookg/delnote.php
其它:
   幫助文件:readme.txt 圖片:class/image

注意事項:
1.先將配置文件config.php改好再上傳,按照mysql.txt內(nèi)容建立數(shù)據(jù)庫。
2.上傳時將counter.txt的屬性改為777
3.照片上傳程序在某些主頁空間無法實現(xiàn),大家試試51.NET吧,注意保留class/upload/image目錄。
4.在本機調(diào)試時,mail()函數(shù)可能會出錯,不必理它,上傳到服務器即可。
5.由于時間倉促,也考慮到照片上傳不容易在個人主頁實現(xiàn),班級照片、個人照片等頁面請大家自己修改吧。
6.本人初學php,程序尚需進一步完善,本程序僅供菜鳥參考。

程序示例:http://medguider.host.wayall.com/
聯(lián)系方式:webmaster@medguider.51.NET
由于程序代碼太多,這里只貼出部分重要代碼。完整程序請到我的主頁下載:http://www.medguider.com

配置部分:
數(shù)據(jù)庫文件:class/mysql.txt
create table user (id char(2),user char(12),psw char(8),name char(8),sex char(2),birth char(10),work varchar(50),ad varchar(50),post char(6),ph varchar(30),bp varchar(20),email varchar(35),oicq char(12),photo varchar(255),account varchar(255),count int(4) default '1',signature varchar(255),face int(2));
//成員資料表 id 記錄號 user 用戶名 psw 密碼 name 姓名 sex 性別 birth 生日 work 工作單位 ad 通訊地址 post 郵編 ph 電話 bp 傳呼 email 電子信箱 oicq oicq count 計數(shù)默認值為1
photo 個人照片 account 個人說明 signature 個人簽名 face 頭像(default=1)
create table notebook (user char(12),time char(30),ip varchar(16),title varchar(255),nnote text);
//班級成員留言簿 user 用戶名 time 時間 ip title 標題 nnote 內(nèi)容
create table notebookg (name char(8),email varchar(35),time char(30),face char(2),ip varchar(16),title varchar(255),nnote text);
//訪客留言簿 name 姓名 email time 時間 face 頭像 ip title 標題 nnote 內(nèi)容
create table privatenote (id char(10),fromuser char(12),touser char(12),time char(30),message text,look char(1) default '0');
//悄悄話 id 記錄號 fromuser 發(fā)消息人姓名 touser 接受人用戶名  time 發(fā)出時間 message 信息 look 是否看過,默認值為0

配置文件:class/config.php
<?php
$sitename="杏林同學錄";                 //站點名
$url="http://medguider.host.wayall.com/";           //站點url
$db = mysql_connect("localhost", "root");//這里改為您的mysql用戶名密碼
mysql_select_db("test",$db);
$supervisor="demo";                      //超級管理員名
$superpsw="demo";                      //超級管理員密碼
$superemail="demo@demo.com";//超級管理員email
$question1="demo";                      //注冊提示問題1
$answer1="demo";                        //注冊提示答案1
$question2="demo";                      //注冊提示問題2
$answer2="demo";                        //注冊提示答案2
?>

主程序:
  登陸首頁:index.php
<html>
<head>
<title>班級成員登錄</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.deepblue10 {  font-family: "宋體"; font-size: 10pt; color: #3333FF; text-decoration: none}
A.purple:hover {  font-size: 9pt; color: #3366FF; background-color: #99FFFF; text-decoration: none}
A.purple:link {  font-size: 10pt; text-decoration: none}
a:hover {  text-decoration: none}
a:visited {  text-decoration: none}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<table width="75%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>  
    <td>  
      <div align="center"><img src="class/image/classlogo.gif" width="224" height="60"></div>
    </td>
  </tr>
  <tr>
    <td height="48"> </td>
  </tr>
  <tr>  
    <td>  
      <table width="75%" border="1" cellspacing="0" cellpadding="0" align="center" bordercolorlight="#FF9900" bordercolordark="#FFFFFF" class="deepblue10">
        <tr>  
          <td colspan="2">  
            <div align="center"></div>
          </td>
        </tr>
        <tr>  
          <td width="33%" height="17">  
            <div align="center">班級成員登錄 </div>
          </td>
          <td width="67%" height="17">  
            <div align="center"><a href="class/register_step1.php" class="purple">班級成員注冊</a></div>
          </td>
        </tr>
        <tr>  
          <td width="33%" rowspan="2">  
            <form method="post" action="main.php">
              <div align="center">用戶名  
                <input type="text" name="username" size="8" maxlength="8">
                <br>
                密碼   
                <input type="password" name="userpsw" size="8" maxlength="8">
                <br>
                <br>
                <input type="submit" name="Submit" value="登錄">
                <input type="reset" name="cancel" value="重寫">
              </div>
            </form>
          </td>
          <td width="67%" height="21">  
            <div align="center"><a href="class/guest.php">客人訪問</a></div>
          </td>
        </tr>
        <tr>  
          <td width="67%">  
            <div align="center">
              <p>忘了密碼:<a href="class/querypsw.php" class="deepblue10">向管理員索要密碼</a><br>
                </p>
                        </div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html> 

php技術杏林同學錄(一),轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产传媒18精品免费1区 | 麻豆AV久久无码精品九九 | 国产精品久久久久久久伊一 | 999久久国产精品免费人妻 | 亚洲一区二区三不卡高清 | 亚洲欭美日韩颜射在线二 | 97在线精品视频免费 | 久久91精品国产91久久户 | 纯肉高H啪短文合集 | 亚洲精品欧美精品中文字幕 | 狠很橹快播 | 色欲国产麻豆一精品一AV一免费 | 在线观看亚洲AV无码每日更新 | 十七岁日本免费完整版BD | 成人影院午夜久久影院 | 偷窥美女3 | 亚洲va久久久久 | 中文人妻熟妇精品乱又伧 | 成人免费一级毛片在线播放视频 | 妻子的妹妹在线 | 亚洲色欲色欲无码AV | 16女下面流水不遮图免费观看 | 亚洲视频第二页 | 国产免费福利在线视频 | 精品熟女少妇AV久久免费A片 | 91精品国产品国语在线不卡 | 日韩 无码 手机 在线 | 欧美大jiji| 午夜影院c绿象 | 99人精品福利在线观看 | 久久视热频这里只精品 | 99久久国内精品成人免费 | 出租屋自拍贵在真实15P | 中文字幕A片视频一区二区 中文字幕AV在线一二三区 | 在线观看亚洲专区5555 | 一区二区视频在线观看高清视频在线 | 在线看免费毛片 | 欧美乱妇15p图 | 伊人网综合 | 日本黄色成年人免费观看 | 97超级碰碰人妻中文字幕 |