Navigation


RSS: 訂閱阿維雜記本



主機商維護通告

2004-09-09 23:55:36, 網站更新與公告, 阿維, 回 應(0), Translate

昨天主機商發mail通知我說要進行server的更新,
我忘記了,剛剛在貼文章的時候突然發現怎麼不能正常執行了.
嚇了一大跳.
下面把我主機商寄給我的信件給大家看一下吧 :)

Dear Henry,

We are scheduling a maintenance work on our Control Panel server which will be performed on Thursday, 09/09/04 at around 3:00 AM EDT (GMT -04:00). We are scheduling a four-hour window for various Control Panel maintenances. During this four-hour window, we will:

1. migrate the Control Panel to a new and better server, Dell PowerEdge 1655 MC (blade server) with P3T/1.4 GHz, 1GB of memory, and SCSI3 10000 rpm drive.
2. perform maintenance on the main Control Panel database in order to speed up the Control Panel.
3. upgrade the Control Panel to the latest 2.4.1 RC4 version. The new 2.4.1 RC4 version will include new features such as:
- Improved: the ability to delete/remove, mark, or forward to another mail box all spam/infected emails.
- Improved: AWStats has been improved in a number of ways, such as the ability to view past months' statistics.
- New: ability to enable anti-spam and anti-virus on all of your emails and forwarders.
- New: New MySQL database privilege management
- New: SpamAssassin Config Manager.
- Upgrade: SiteStudio 1.6 Final Patch 1.
- Upgrade: ClamAV 0.75.1 and SpamAssassin 2.64
- Upgrade: PHPBB 2.0.10
- Upgrade: IMP/Horde and SqWebMail webmails
- many other new features, layout design, and other bug-fixes.

During this maintenance window, the Control Panel service will be unavailable. This means you will be unable to make any changes to your hosting account. Your website, email, and databases should all continue to function as normal and without interruption. Also, because the Control Panel will not be available, you may not be able to contact us through support@fluidhosting.com.

» 加入書籤  AddThis Social Bookmark Button   收藏這篇文章到HEMiDEMi   收藏這篇文章到MyShare   收藏這篇文章到Digg   收藏這篇文章到del.icio.us   收藏這篇文章到Furl   收藏這篇文章到YahooMyWeb  

» 目前回應(0)   » 發表回應   » 標籤 :  

» 引用網址

» Translate this article to English or 简体中文


新的回覆文章閱讀模式

2004-09-09 01:12:55, 網站更新與公告, 阿維, 回 應(2), Translate

昨天有一個朋友跟我說,
ㄟ...你這邊要讀回覆的文章感覺很難讀耶...
所以我今天就把這個部份給修改了一下.

首先在首頁的選單增加了一個近期回覆文章的列表,
這樣可以方便大家快速的去閱讀最近回覆的文章.

第二,在回覆文章閱讀的模式,我也做了一些修改.
讓整個閱讀變的更流暢,也不會像之前那樣難以閱讀.
想要看我改成怎樣的閱讀模式嗎?
快點選右邊的近期回覆文章連結就可以看到我的心血了 :P

另外,我將上方選單的小圖示換了一下.
也把每篇文章右下方的 Comment 這個連結前面加上一個圖示.

此外,這裡的文章並不是只有阿維一個人貢獻.
所以我在每篇文章後面將作者名字的顏色換了一個比較明顯的顏色.
讓大家知道,是哪位好心人讓這裡更加豐富:)

如果還有什麼在閱讀介面和功能介面上面有建議的話,
歡迎跟我說一聲.
讓大家都可以擁有更好的地方去打發時間 :)

[異動程式]
1. index.php ... 加入近期回覆文章區塊;變更上方選單icon;變更文章發表者姓名顏色
2. template-functions-addons.php ... 加入近期回覆文章程式
3. wp-comments.php ... 修改回覆文章閱讀模式
4. template-functions-comment.php ... 加入每篇文章右下方 Comment 前的小圖示

» 加入書籤  AddThis Social Bookmark Button   收藏這篇文章到HEMiDEMi   收藏這篇文章到MyShare   收藏這篇文章到Digg   收藏這篇文章到del.icio.us   收藏這篇文章到Furl   收藏這篇文章到YahooMyWeb  

» 目前回應(2)   » 發表回應   » 標籤 :  

» 引用網址

» Translate this article to English or 简体中文


登入後顯示資訊與無法顯示網頁的問題處理

2004-09-07 00:31:25, 網站更新與公告, 阿維, 回 應(0), Translate

這次的更新做了三件事情

1. 顯示是否登入
剛剛把阿凱建議我的東西完成了,
他建議我把右上方的顯示改的清楚一點.
於是我就花了一點時間進行修改.

現在如果你已經登入,
右上方的連結是 Welcome 你的暱稱Logout 這兩個.

如果沒有登入,
則連結為 LoginRegister 這兩個.


2. 回覆通知與其他系統管理信件編碼錯誤
原本 WP 所提供的功能會產生亂碼的問題,
所以我就自己寫了一支 mail 的 class
將這個問題解決了
如果有需要再進行修改的部份,請再跟我說.

3. 寫了一支.htaccess
希望可以徹底解決一些 IE 使用者進入之後一片空白的現象
另外也在 header 的地方做了一些小手腳 :P

[異動程式]
1. template_functions_addons.php ... 新增判斷使用者是否登入 function
2. functions.php ... 修正 wp_notify_moderator 與 wp_notify_postauthor 這兩個 function 的 mail 區塊
3. wp-register.php ... 修正 mail 區塊
4. mod_mail.inc.php ... 我所寫的新 PHP mail 模組
5. .htaccess ... AddDefaultCharset UTF-8 新增這一句,希望可以徹底解決 IE 進入一片空白的情形
6. index.php ... 在 header 的地方做了一點手腳

» 加入書籤  AddThis Social Bookmark Button   收藏這篇文章到HEMiDEMi   收藏這篇文章到MyShare   收藏這篇文章到Digg   收藏這篇文章到del.icio.us   收藏這篇文章到Furl   收藏這篇文章到YahooMyWeb  

» 目前回應(0)   » 發表回應   » 標籤 :  

» 引用網址

» Translate this article to English or 简体中文


WP真的蠻好用的

2004-09-06 22:23:05, 網站更新與公告, 阿維, 回 應(0), Translate

剛剛在新增右邊選單的 [今日新增文章] 這個功能的時候
發現 WP 已經寫好了許多的 function
當我需要引用的時候,可以快速的引用,
若需要讓 function return 我所需要的值,
也只需要透過 switch case 就可以達成.
覺得真的是很方便的 Blog,
雖然已經被我改的跟原本的版本有點出入,
不過還是覺得這個 Blog 超好用的.
感謝阿凱推薦我使用這個 Blog :)

老樣子紀錄一下這次修改動到的檔案
index.php ... 在右方的選單中加入 [今日新增文章] 區塊
functions.php ... 增加一個 case
template_function.php ... 加入我新增的程式
template_function_addons.php ... 這次新增的程式

» 加入書籤  AddThis Social Bookmark Button   收藏這篇文章到HEMiDEMi   收藏這篇文章到MyShare   收藏這篇文章到Digg   收藏這篇文章到del.icio.us   收藏這篇文章到Furl   收藏這篇文章到YahooMyWeb  

» 目前回應(0)   » 發表回應   » 標籤 :  

» 引用網址

» Translate this article to English or 简体中文


<<< 第一頁  << 上一頁  下一頁 >>  最後一頁 >>>  

搜 尋 文 章


歷 史 上 的 今 天

文 章 分 類  (共 1215 篇)


今 日 新 增 文 章



最 近 10 篇 回 覆


訂 閱 文 章


網 路 資 訊

好 站 連 結


部 落 格 聯 播


最 近 來 訪 的 朋 友


功 能 選 單

    帳號 :

    密碼 :

      


Google PageRank Checker    Blogarama - The Blog Directory         

counter    BlogLook Score and Rank       Personal Blogs -  Blog Catalog Blog Directory    Personal Blogs - Blog Top Sites

Blog Directory       Blog Directory & Search engine