Changeset 112
- Timestamp:
- Jan 25, 2010, 10:01:42 PM (15 years ago)
- 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 ?>9 1 <? 10 2 /* … … 40 32 // 設定標頭 41 33 echo ' 34 <HTML> 42 35 <HEAD> 43 36 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 44 37 <TITLE>Hadoop 帳號</TITLE> 45 </HEAD>'; 38 </HEAD> 39 <BODY>'; 46 40 47 echo '<TABLE ALIGN="center" BORDER="1" width="100%"> ';41 echo '<TABLE ALIGN="center" BORDER="1" width="100%"> '; 48 42 49 43 // 如果帳號未啟動就出現重新認證信的連結 … … 89 83 mysql_close($link); 90 84 ?> 85 </BODY></HTML> -
hadoop-register/etc/init.php
r102 r112 19 19 20 20 // mysql 密碼 21 $mysql_password = ' ';21 $mysql_password = 'nchcdrbl'; 22 22 23 23 // mysql 資料庫 … … 40 40 41 41 // mail password 42 $mail_password = ''; 43 42 $mail_password = 'eji6j;35j/fmp6'; 44 43 ?> -
hadoop-register/index.php
r111 r112 86 86 <P ALIGN="center"> 87 87 <? 88 echo "註冊人數: {$my_mysql->count_is_active_user($link)}/ 500人";88 echo "註冊人數: {$my_mysql->count_is_active_user($link)}/999 人"; 89 89 $my_mysql->close($link); 90 90 ?>
Note: See TracChangeset
for help on using the changeset viewer.