Changeset 112


Ignore:
Timestamp:
Jan 25, 2010, 10:01:42 PM (14 years ago)
Author:
jazz
Message:
  • 新增使用者人數檢查
Location:
hadoop-register
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • hadoop-register/check_user_identification.php

    r85 r112  
    1 <?
    2 /*
    3 <HEAD>
    4   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
    5   <TITLE>Hadoop 帳號</TITLE>
    6 </HEAD>
    7 */
    8 ?>
    91<?
    102  /*
     
    4032    // 設定標頭
    4133    echo '
     34    <HTML>
    4235      <HEAD>
    4336  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
    4437  <TITLE>Hadoop 帳號</TITLE>
    45       </HEAD>';
     38      </HEAD>
     39      <BODY>';
    4640
    47     echo '<TABLE ALIGN="center" BORDER="1" width="100%">';
     41    echo '<TABLE ALIGN="center" BORDER="1" width="100%"> ';
    4842
    4943    // 如果帳號未啟動就出現重新認證信的連結
     
    8983  mysql_close($link);
    9084?>
     85</BODY></HTML>
  • hadoop-register/etc/init.php

    r102 r112  
    1919   
    2020    // mysql 密碼
    21   $mysql_password = '';
     21  $mysql_password = 'nchcdrbl';
    2222
    2323    // mysql 資料庫
     
    4040
    4141    // mail password
    42     $mail_password = '';
    43  
     42    $mail_password = 'eji6j;35j/fmp6';
    4443?>
  • hadoop-register/index.php

    r111 r112  
    8686      <P ALIGN="center">
    8787      <?
    88    echo "註冊人數: {$my_mysql->count_is_active_user($link)}/500 人";
     88   echo "註冊人數: {$my_mysql->count_is_active_user($link)}/999 人";
    8989   $my_mysql->close($link);
    9090      ?>
Note: See TracChangeset for help on using the changeset viewer.