1
這裡允許您檢視這個會員的所有文章。請注意, 您只能看見您有權限閱讀的文章。
$TTL 1W
@ IN SOA 708room.org. gary.rcteam.org. (
2007032401 ;Serial
3H ;Refresh
15M ;Retry
1W ;Expire
1D ) ;Minimum
IN TXT "v=spf1 a:gm5.cc include:708room.org ~all"
IN NS ns1.708room.org.
IN NS ns1.twisted4life.com.
IN MX 0 708room.org.
@ IN A 61.64.88.80
ns1 IN A 61.64.88.80
www IN A 61.64.88.80
引述: "LPJ"感謝twu2提供!!
並應用於 http://gm5.cc/msn
沒輸入密碼的地方? 這樣子登入會失敗, 應該不能送出吧.
我剛試著送了一個給自己, 並沒有收到.
<?php
include ("mysql.php");
$query = "SELECT count(*) as showall FROM message";
$result = mysql_query($query) or die("無法送出" . mysql_error( ));
$row = mysql_fetch_array($result);
echo $row['showall'];
mysql_free_result($result);
?>
<?php
include ("mysql.php");
$query = "SELECT * FROM message";
$result = mysql_query($query) or die("無法送出" . mysql_error( ));
$num_rows = mysql_num_rows($result);
echo $num_rows;
mysql_free_result($result);
?>
cyrus:*:60:postfix,gary