吉他彈唱--忘記你我做不到
有愛就有恨 或多或少
有幸福就有煩惱 除非你都不要
和你的溫柔比較 一切變得不重要
沒有你 分分秒秒 都是煎熬
有愛就有恨 或多或少
想一次白頭到老 說再見太潦草
看你頭也不回的走掉 心裡像火燒
分分秒秒 沒有你 管它豔陽高照
忘記你我做不到 不去天涯海角
在我身邊就好 要是承諾不可靠
是什麼讓我們擁抱
忘記你我做不到 不去天涯海角 在我身邊就好
如果愛是痛苦的泥沼 讓我們一起逃
- Jan 01 Sun 2006 01:27
吉他彈唱--忘記你我做不到
- Jan 01 Sun 2006 01:22
吉他彈唱--你怎麼捨得我難過
吉他彈唱--你怎麼捨得我難過
對你的思念是一天又一天
孤單的我還是沒有改變
美麗的夢何時才能出現
親愛的你好想再見你一面
秋天的風一陣陣的吹過
想起了去年的這個時候
你的心到底在想些什麼
為什麼留下這個結局讓我承受
最愛你的人是我
你怎麼捨得我難過
在我最需要你的時候
沒有說一句話就走
最愛你的人是我 你怎麼捨得我難過
對你付出了這麼多 你卻沒有感動過
- Jan 01 Sun 2006 01:18
阿燦吉他彈唱--你連笑起來都不快樂
阿燦吉他彈唱--你連笑起來都不快樂
當別的女子對情人說 留下來別走給我承諾
你拍拍我身上的塵土 說想念的時候回來看看我
當別的女子總是淚流 埋怨著情人愛得不夠
你從不在愛與夢想間 要我只能夠選其中一種
於是我去去留留 於是我漂漂泊泊
於是我停停走走 直到今天才發覺
你連笑起來都不快樂 你連做著夢都淚流
你把所有希望交給我 我卻通通遺落在風中
你連笑起來都不快樂 你連做著夢都淚流
今後女人渴望的幸福 我要用心讓你都擁有
當別的女子對情人說 留下來別走給我承諾
你從不在愛情與夢想間 要我只能夠選其中一種
- Jan 01 Sun 2006 01:02
詞曲創作--空氣
詞曲創作--空氣
人總是失去之後 才懂得珍惜 告訴你 我很想你
情總是需要距離 才會更濃密 告訴你 我依然還愛著你
自從我倆分手的那一天起 就無時無刻的想你
看著你留下的泛黃日記 淚水不禁一直滴
你好像是影子 對我形影不離 總是讓我無法自己
你就像是空氣 隨著我的呼吸 跟著血液流入心裡
你好像是影子 對我形影不離 總是讓我無法自己
你就像是空氣 隨著我的呼吸 跟著血液 流入心裡
- Dec 31 Sat 2005 23:06
Appserv設定
http://phpbb-tw.net/phpbb/viewtopic.php?t=36494
為了避免您的 phpMyAdmin 門戶大開,請務必要修改您的 phpMyAdmin 登入 config 檔,防止外人進入您的 mysql 造成資料庫被刪除的危機。
首先,打開 phpMyAdmin/config.inc.php
找到
代碼:
$cfg['PmaAbsoluteUri'] =
請在等號的後方填入您的 phpMyAdmin 路徑,例如:
代碼:
$cfg['PmaAbsoluteUri'] = 'http://takeneko.no-ip.com/phpMyAdmin/';
接下來,修改成為限定登入的方式,找到
代碼:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
這個是您的 MySql 的伺服器名稱,如果您是使用網路空間,請洽詢您的網路空間提供商,所提供的 MySql 的伺服器名稱,假如您是架設在 Windows 系統(非 Server 系列)之上,通常為 localhost。
然後,找到下面兩段語法:
代碼:
$cfg['Servers'][$i]['controluser'] = 'xxxxxx'; // MySQL control user settings
// (this user must have read-only
紅色xxxxxx輸入您的 MySql 管理帳號
$cfg['Servers'][$i]['controlpass'] = 'xxxxxx'; // access to the "mysql/user"
// and "mysql/db" tables)
紅色xxxxxx輸入您的 MySql 管理密碼
最後要以瀏覽器開啟登入畫面的設定,找到:
代碼:
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
把預設的 config 修改成紅色字體的 http,還有紅色字體的 root 移除,接著儲存檔案關閉就可以了。
代碼:
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
1.到系統目錄(例如:c:windows)找到php.ini
大概571行左右
找到
;extension=php_mbstring.dll
把前面的;移除
存檔
2.找到php_mbstring.dll複製到appservphpextensions目錄下面
因為appserv 2.4.3安裝沒有把這個檔案加進去
筆者從php-4.3.10-win32.zip解出該檔案
按右鍵另存目標
因為放在pchome所以存檔的時候類型請選"所有檔案" 然後副檔名改成rar
3.restart apache
4.進去phpmyadmin看看就沒有該紅色字串出現囉
- Dec 30 Fri 2005 23:24
CMS+BB+BLOG整理
---------國外程式--------------------------------
1.PHPBB
需求: PHP+MYSQL
官方網站:http://www.phpbb.com/
繁體中文支援網站:
1.竹貓星球
介紹:亞洲支援站
網址: http://phpbb-tw.net/phpbb/
2.PB聯合團隊
介紹:裡面文章整理很好
網址: http://pb.idv.tw/phpBB2/
3.隨意論壇
介紹:內有完整架站機,就是安裝完不用自已裝外掛,它已經幫你裝好了
網址: http://bbs.ioptional.com/
2.IPB
需求: PHP+MYSQL
版權:需付費
官方網站:
繁體中文支援網站:
1.丫噹的IPB http://ipb.deals.com.tw/
2.不亦快哉 http://ibtaiwan.com/ipb/index.php
3.VBB
需求: PHP+MYSQL
版權:付費
官方網站:http://www.vBulletin.com
繁體中文支援網站:
1.台灣深藍vBulletin技術論壇http://www.twvbb.com
2.vbulletin-chinese (官方授權的中文論壇)
http://www.vbulletin-chinese.com
3虛空殿(非官方支援論壇)http://www.helzone.com
4.SMF
需求: PHP+MYSQL
版權:他好像沒有GPL登記
官方網站: http://www.simplemachines.org/community/index.php
繁體中文支援網站:
[綠光森林]http://open.38.com/index.php
6. 需求: PHP+MYSQL
版權:GPL
官方網站:http://www.mercuryboard.com/
7.CBB
需求: PHP+MYSQL
版權:GPL
官方網站http://cbb.agigames.com/
8.fudforum
需求: PHP+MYSQL
版權:GPL
官方網站http://fudforum.org/forum/
9.Gravity Board X
需求: PHP+MYSQL
版權:GPL
官方網站http://www.gravityboardx.com/
10.HydroBB
官方網站http://www.hydrobb.com/
11.Ice Bulltin Board
需求: PHP+MYSQL
版權:GPL(禁止任何語言做官方網站)
官方網站http://icebb.kenkarpg.info/
12.ICT
需求: PHP+MYSQL
版權:GPL
官方網站http://www.infinitecore.com/index.php?a=cat
13.minibb
需求: PHP+MYSQL
版權:GPL
官方網站http://www.minibb.net/
14.myBulletinBoard
需求: PHP+MYSQL
官方網站http://www.mybboard.com/
繁體中文支援站:
http://www.aqua.chumhost.com/mybboard/index.php
15.MyTopix
需求: PHP+MYSQL
官方網站http://www.jaia-interactive.com/
16.openbb
需求: PHP+MYSQL
版權:GPL
官方網站http://www.openbb.com/
17.wtcBB
需求: PHP+MYSQL
版權:GPL
官方網站http://www.webtrickscentral.com/wtcbb.php
19.versatileBulletinBoard
需求: PHP+MYSQL
官方網站http://vbb.eniki.de/
20.OVBB
需求: PHP+MYSQL
版權: MIT GPL
官方網站http://www.ovbb.org/index.php
21.OCBB(製作中~安裝失敗資料庫問題)
需求: PHP+MYSQL
版權:GPL
官方網站http://ocbb.montecarlohosting.net/
22.Usebb
需求: PHP+MYSQL
版權:GPL
官方網站http://www.usebb.net/community/index.php
23 PHPBB全外掛版本
需求: PHP+MYSQL
版權:GPL
官方網站http://support.phpbbfm.net/index_fm.php
24phpmyforum
需求: PHP+MYSQL
官方網站http://www.phpmyforum.de/index.html
25.AZBB
需求: PHP+MYSQL
官方網站http://azbb.cyaccess.com/azbb.php
26.devoybb
需求: PHP+MYSQL
官方網站http://www.devoybb.com/
27.myupb
需求: PHP+MYSQL
官方網站http://www.myupb.com/forum/index.php
28.funkboard
需求: PHP+MYSQL
官方網站http://www.funkboard.co.uk/forum/
29.klompenboard
需求: PHP+MYSQL
官方網站http://www.klompenboard.com/forum/index.php?refresh=index
30.thwboard
需求: PHP+MYSQL
官方網站http://www.thwboard.de/forum/
31.Pearl Forums
需求: PHP+MYSQL
官方網站http://www.pearlinger.com/
32.wowbb
需求: PHP+MYSQL
官方網站http://www.wowbb.com/
33.PUNBB
需求: PHP+MYSQL
版權:GPL
官方網站http://www.punbb.org/
繁體中文支援站
http://www.ezdiy.org/punbb/
34.PHPTB
需求: PHP+MYSQL
版權:GPL
官方網站http://www.phptb.com/news.php
--以下為華人開發或改編的論壇程式-----------------------
1.PHPWIND
需求: PHP+MYSQL
官方網站:http://www.phpwind.net/
非官方繁體中文支援:
多媒體工作室http://www.mmsoho.net/forum/
PHPWIND綠禔園http://www.wtf1202.idv.tw/31c/index.php
3.DISCUZ
需求: PHP+Mysql
官方網站:http://www.discuz.net/
6. BMForum Datium!
需求: PHP+Mysql
官方網站:http://www.bmforum.com/bmb/index.php
7. MolyX Board
需求: PHP+Mysql
官方網站:http://www.molyx.com/
-------------------免資料庫的如下
這裡的論壇程式以沒有需求資料庫的為主,如果有發現新的請在這邊回覆,以方便我們更新
1.PBLang
需求: PHP
官方網站:http://pblang.drmartinus.de/
2.CTB
需求: PHP
官方網站:http://ctb.isyi.com/
3.Ofstar
需求: PHP
官方網站:http://www.ofstar.net/index.php
4. liteboard
需求: PHP
官方網站:http://www.liteboards.com/board/index.php
8.Mowd PHP 程式系列開發專區
這裡是 mowdBB 以及 mowdSTAT 的服務專區
http://azn.no-ip.org/
----------以下為cms系列
1.LDU
需求: PHP+MYSQL
官方網http://www.neocrome.net/
繁體中文支援網站: http://ldu.twcms.net/
2.MD-Pro
需求: PHP+MYSQL
官方網站http://www.maxdev.com/
中文官方網站http://robin.net.tw
3.XOOP
需求: PHP+MYSQL
官方網站http://www.xoops.org/
繁體中文相關網站
浪游者之愛玩電腦 - XOOPS 中文支援站
http://tw.xoops.org/
XOOPS 正體中文延伸計劃
http://xoops.tnc.edu.tw/
XOOPS! 亂玩站http://slob.e-bbm.com/
CYAINET Taipei and Tokyo
http://www.cyai.net/
灰藍生活風尚XOOPS2
http://www.callbusy.idv.sh/xoops2/
Yuri~Xoops http://yuri.gfes.tnc.edu.tw/modules/news/
4.mambo
需求: PHP+MYSQL
官方網站http://www.mamboserver.com/
繁體中文相關網站http://www.taiwanmambo.com/
5. PAWS官方網站 http://www.afrenchtouch.org/Paws
繁體中文相關網站http://hank.why3s.net/pass/
6.PHPNUKE
官方網站:http://www.phpnuke.com.tw/
中文支援:
http://www.aman.38.com/phpnuke/
http://www.phpnuke.com.tw/
7. PHP-Fusion
官方網站:http://www.php-fusion.co.uk/
繁體中文支援:http://www.phpfusion-tw.com/news.php
--------------------以下為國人開發的---
1. i-Web System
需求: PHP+Mysql
官方網站:http://www.ioptional.com/index.php
2.派司論壇[PS3W]
需求: PHP+Mysql
版權:分為公開的版本以及商業版本
官方網站:http://www.ps3w.org/
3.xportal
需求: PHP+Mysql
官方網站: http://www.xportal.cc/
4.
RS Web Portal System Advenced Edition
適合入口型網站使用,討論區、新聞、文章、電子報、線上購物...等各式功能。
官方網站:http://myweb.hinet.net/home1/ryanlai/product.htm
使用廠商http://www.mobile01.com/
5.myeclass
校園專用軟體
官方網站:http://myeclass.net/
以上內容由php黑店提供http://hank.why3s.net/pass/