Install the Bug Genie 3.x
-------------------------------------------------------------------------------
(3.1.3 tested)
1. install the Apache 2.2.x (2.2.19 Apache Lounge Build tested)
see my Readme.txt in "Apache HTTP Server v2.2"\
2. install the PHP 5.2.x/5.3.x with MySQL extentions (5.3.6-VC9 tested)
see my the Readme.txt in "PHP v5.2_5.3"\
NOTE: need to setup timezone in php.ini
a) in php.ini find
[Date]
; Defines the default timezone used by the date functions
;date.timezone =
b) modify as
[Date]
; Defines the default timezone used by the date functions
date.timezone = Asia/Taipei
c) restart Apache
3. install MySQL 5.5.x (5.5.12 tested)
see my Readme.txt in "MySQL v5.5"\
4. install the phpMyadmin 3.x (3.4 tested)
see my Readme.txt in "phpMyadmin v3.4"\
5. Create a database 'thebuggenie'
STEP1: open url http://127.0.0.1/phpMyAdmin/index.php
in login screen enter 'root' as username and your password to access
MySQL
STEP2: in home page, click 'Databases' tab
STEP3: in Create new database fields, enter 'thebuggenie' and select
'utf8_general_ci' as collation option
STEP4: click 'Create' button
6. download and unzip thebuggenie_3.x.zip to ..\Apache folder\htdocs\bugs\
7. open url http://127.0.0.1/bugs/thebuggenie/index.php in http browser,
in first time it will setup the Bug Genie
STEP1: in the license statement, pick 'I agree...' and click 'Continue' button
STEP2: after checking the prerequisites, click 'Start installation' button
STEP2: in Database information, enter 'root' as username and your password
to access MySQL
STEP3: in Connection information, enter thhe hostname of the database, if it
is in the local computer just enter 'localhost'
NOTE: the port num here is for database connection! This is different
from http, please remain empty if no changed
STEP3: click 'Continue' button
STEP4: it will show 'All tables were created successfully...'
in the The Bug Genie URL information, check if all are valid,
click 'Continue' button
STEP5: it will show 'Apache .htaccess auto-setup completed successfully...',
click 'Continue' button
STEP6: remember the Administrator account, you should change it later
Username: administrator
Password: admin
STEP7: click 'Finalize installation' button
9. activate mod_rewrite module on Apache
STEP1: edit [Apache folder]\conf\httpd.conf
STEP2: find follow line
#LoadModule rewrite_module modules/mod_rewrite.so
-->
LoadModule rewrite_module modules/mod_rewrite.so
STEP3: make sure follow line not be commented
-->
Options Indexes FollowSymLinks
STEP4: find follow line
AllowOverride None
-->
AllowOverride All
STEP5: make sure follow lines be
-->
Order allow,deny
Allow from all
STEP6: restart Apache server and check again if mod_rewrite works
a) create .htaccess file with the code:
RewriteEngine on
RewriteRule ^first.html$ second.html
b) create 2 html files named first.html and second.html and write 1,
2, or first and second in them so that you could easily distinguish
that in first.html a word “first” is written. Put those 2 files in
the same folder where you put .htaccess file.
c) load first.html via localhost. Your mod_rewrite works if you see
first.html in the address bar but word “second” displayed in the page
8. open url http://127.0.0.1/bugs/thebuggenie/index.php
NOTE: 1. you can edit [Apache folder]\conf\httpd.conf, find
'DirectoryIndex' line and add 'index.php' in the end of line with space
ahead, so it can open index.php by http://127.0.0.1/bugs/thebuggenie/ directly
2. you could also create an alias for Apache2, add below lines into
httpd.conf, so it can open http://127.0.0.1/work/
Alias /work/ "C:/Apache2/htdocs/bugs/thebuggenie/"
AllowOverride all
Order allow,deny
Allow from all
-------------------------------------------------------------------------------
Q: got 'An unhandled exception occurred: date(): It is not safe to rely on the
system's timezone settings...."
A: The Bug Genie requires php to configure the default timezone correctly.
Please see step 2's note
--OB
2011年8月3日 星期三
Install the Bug Genie 3.x step by step
2011年8月1日 星期一
This feature IS NOT possible to implement
想不到我也會分享一個故事..
小顧客 Y sir 買了一台高清(HD)播放機 X, 是韓國人的, 在中國生產, 但是有行銷全世界, 都有渠道(代理)的, 還有官方網頁跟英文討論區...質感跟功能都不錯.
唯...
小顧客 Y sir 每次看影片時, 有些片子都是原生的電影劇院比例 1920x861 (2.35:1) 這些在他家的高清電視上(1920x1080) 看. 總是上下有兩條黑帶(中間是影片, 因為影片高未及1080)
小顧客 Y sir 很後悔沒買 52" 以上的螢幕, 所以每次看片子總是覺的視野好小, 所以他都會用該播放機的一個功能--放大--為133% 倍 (需要按 zoom 鈕後, 由 100%,101%...133% 一直按著微調, 更甚寬與高是分開各要調的, 又要一次 100,101...133%), 放大後左右會被裁掉但高度剛好滿滿螢幕, 此時觀賞片子總是高興些...
但有些的片子又是 1920x1080 (16:9 or 1.78:1) 的! 此時並不需要犧牲左右被裁掉阿, 所以小顧客 Y sir 很固執又按 zoom 按鈕再調整為 100%...
所以常常在...按 zoom 鈕後. 100%,101%...133% 一直按著微調 (寬與高各要調一次), 有時又再調整為 100% 這些操作 :_ ...
小顧客 Y sir 是一個可憐的程式工程師, 工作常常被客戶嫌東嫌西....
他以寫程式自以為的經驗, 想說上面的操作不就一個單鍵, 偵測目前影片源尺寸跟設定好電視尺寸 "自動做滿屏" as best fit 就好了不是?
所以多月後他耐不住了...在討論區發表意見....
-----------------------------------------------------------------------------
小顧客 Y sir 寫:
I always like to zoom to 133% in X and Y to watch 2.35:1 movies in my 16:9 TV.
But sometimes I need to reset the zoom to watch 16:9 (aka 1.78:1)
movies...This cause very inconvenient..specially I need to re-adjust to
100% 101%...till 133% in X (and Y again) for next time I watch 2.35:1
movies..
Is there any method (中略....) or your team can implement a function key
like....
I set my display to 1920x1080 in setting then I can press one key to switch
on/off the full screen fitting (preserve aspect w/o up/down black) while
playing video
thanks....
-------------------------------------------------------------
討論區管理員 M sir 回答:
(前略....)
But if it is your goal to always have full screen coverage without black bars, no,
that is not possible to realise in current fw with pressing just 1
button..
------------------------------------------------------------------------------
小顧客 Y sir 再寫:
Thanks, for this function is not available in current F/W.
But It is possible (and easy) isn't it?
1. User set his TV res
2. F/W detect the video stream's res
3. when playing stream, user press a specific key (like 'preview' or other no assigned in playing)
4. switch to(or back) zooming the X and Y to the max ratio of W or H of TV_RES/stream_RES
so without black area (allow left/right or up/down clipped)
I really hope your team can consider the function request..thanks however..
-----------------------------------------------------------------
技術人員 S sir 回答:
If you are after the ability to zoom a 2.35:1 image to 16:9 via one key. I
can confirm that "no" such an option will not be implemented!
Topic closed
-----------------------------------------------------------------
於是文章被 locked.
好一個 Topic closed!
小顧客 Y sir 買了一台高清(HD)播放機 X, 是韓國人的, 在中國生產, 但是有行銷全世界, 都有渠道(代理)的, 還有官方網頁跟英文討論區...質感跟功能都不錯.
唯...
小顧客 Y sir 每次看影片時, 有些片子都是原生的電影劇院比例 1920x861 (2.35:1) 這些在他家的高清電視上(1920x1080) 看. 總是上下有兩條黑帶(中間是影片, 因為影片高未及1080)
小顧客 Y sir 很後悔沒買 52" 以上的螢幕, 所以每次看片子總是覺的視野好小, 所以他都會用該播放機的一個功能--放大--為133% 倍 (需要按 zoom 鈕後, 由 100%,101%...133% 一直按著微調, 更甚寬與高是分開各要調的, 又要一次 100,101...133%), 放大後左右會被裁掉但高度剛好滿滿螢幕, 此時觀賞片子總是高興些...
但有些的片子又是 1920x1080 (16:9 or 1.78:1) 的! 此時並不需要犧牲左右被裁掉阿, 所以小顧客 Y sir 很固執又按 zoom 按鈕再調整為 100%...
所以常常在...按 zoom 鈕後. 100%,101%...133% 一直按著微調 (寬與高各要調一次), 有時又再調整為 100% 這些操作 :_ ...
小顧客 Y sir 是一個可憐的程式工程師, 工作常常被客戶嫌東嫌西....
他以寫程式自以為的經驗, 想說上面的操作不就一個單鍵, 偵測目前影片源尺寸跟設定好電視尺寸 "自動做滿屏" as best fit 就好了不是?
所以多月後他耐不住了...在討論區發表意見....
-----------------------------------------------------------------------------
小顧客 Y sir 寫:
I always like to zoom to 133% in X and Y to watch 2.35:1 movies in my 16:9 TV.
But sometimes I need to reset the zoom to watch 16:9 (aka 1.78:1)
movies...This cause very inconvenient..specially I need to re-adjust to
100% 101%...till 133% in X (and Y again) for next time I watch 2.35:1
movies..
Is there any method (中略....) or your team can implement a function key
like....
I set my display to 1920x1080 in setting then I can press one key to switch
on/off the full screen fitting (preserve aspect w/o up/down black) while
playing video
thanks....
-------------------------------------------------------------
討論區管理員 M sir 回答:
(前略....)
But if it is your goal to always have full screen coverage without black bars, no,
that is not possible to realise in current fw with pressing just 1
button..
------------------------------------------------------------------------------
小顧客 Y sir 再寫:
Thanks, for this function is not available in current F/W.
But It is possible (and easy) isn't it?
1. User set his TV res
2. F/W detect the video stream's res
3. when playing stream, user press a specific key (like 'preview' or other no assigned in playing)
4. switch to(or back) zooming the X and Y to the max ratio of W or H of TV_RES/stream_RES
so without black area (allow left/right or up/down clipped)
I really hope your team can consider the function request..thanks however..
-----------------------------------------------------------------
技術人員 S sir 回答:
If you are after the ability to zoom a 2.35:1 image to 16:9 via one key. I
can confirm that "no" such an option will not be implemented!
Topic closed
-----------------------------------------------------------------
於是文章被 locked.
好一個 Topic closed!
2009年12月22日 星期二
Identity Verification Form
之前花了一筆錢申請 IDP 入會, 但是沒注意到我帳號的名字(自己習慣的英文名)跟付款用的名字(中文)不一樣, 結果 Apple 審核不過...
"We are unable to activate your iPhone Developer Program membership because we are unable to successfully verify your identity..."
並要求填 Identity Verification Form 給他們...熟門道的人都清楚 Apple 的一些部門在世界各地, 這人工作業可能是要等很很久也不一定(聽說有人等好幾個禮拜), 可我詢問信用銀行早已經請款了, 這到很快 :_
還好後續我沒遇到什麼麻煩, 我有把處理過程貼在 iphoneTW 討論區, 因為也有人也遇到相同身份驗證問題, 如下:
----------------------------------------------------------------------------
我昨天(指11/4/2009)剛申請 IDP 個人$99...今天收到 Active Code 但也是...要求我 Fax 一個 Identity Verification Form 算我沒察覺到. 因為
1. 直接使用原先的 apple id 裡面的 first/last 名字 我輸入的是 xxx xxx (我之前填自己的英文名, 但非護照上的譯音)
2. apple store 帶出來的是我以前在 itune 填入的信用卡名字 OOO (中文) 的資料, 我沒多加考慮 ..一直按下去
慘...也不知道他們那邊顯示我的名字是什麼, 不知道再耗到多久...
btw 剛打電話問, 信用卡公司問有沒有一筆 3200 扣了沒...答 "昨天扣了" 真厲害 :_
建議下次有新人要請, 請務必 apple id 裡的 / 跟信用卡都填相同名字, 看是不是比較順...
1. 2009/11/05 中午輸入 Active Code 結果 "We are unable to activate...", 我有在該網頁, 填 contact page 詢問關於 Identity Verification Form 的事
2009/11/05 下午 由 asia.dev@asia.apple.com 發 需要我寄在 Apple Store 的該筆 "screenshot of your Apple Order Status" 給他們, 並給我一個 Follow-up 號碼, 我寄了但後面幾天沒再回我. (我當時想亞洲是不是比較快, 就暫時不做 fax 動作)
2. 2009/11/06 收到 devenroll@apple.com 主動通知 Program Enrollment Update: Notarized ID Required ...(估計是美國發的)...再等看看亞洲是不是有處理此問題...
3. 2009/11/09 上午 想還是算了, 照正規 fax 那文件到美國好了. PDF 印出把我護照 copy 貼了上去 fax, 但我(因為公司事務機有 scanner 功能)還是順便 scan 成 jpeg 再 mail 給 11/06 內提及說有問題 mailto:devprograms@apple.com 地址, 內容說我已經 fax 並 mail scan 給你們
4. 2009/11/09 沒多久又收到新的 Follow-up 號碼來自 devprograms@apple.com ((我想是針對我剛剛發的信, 他們都會給追蹤碼)
5. 2009/11/10 凌晨(我已經睡了,美國人努力工作中...) devenroll@apple.com 發的說 information 不符問題已經 removed, 請用原啟動碼再試一次
6. 2009/11/10 早上再收到來自 devprograms@apple.com 針對2009/11/09 的 Follow-up 號碼說 IDP 啟動碼已經 ok 請再試一次, 有點擔心釋不是輸入又有新的問題, 輸入進入後, 已經回報成功加入 IDP 了 ^^
總結:
1.也許我不要等 asia.dev@asia.apple.com 直接把 IV Form 發 mail 給 devprograms@apple.com就好了? (也省 fax 錢)
2.看樣子 IDP 個人申請目前都很快了.
"We are unable to activate your iPhone Developer Program membership because we are unable to successfully verify your identity..."
並要求填 Identity Verification Form 給他們...熟門道的人都清楚 Apple 的一些部門在世界各地, 這人工作業可能是要等很很久也不一定(聽說有人等好幾個禮拜), 可我詢問信用銀行早已經請款了, 這到很快 :_
還好後續我沒遇到什麼麻煩, 我有把處理過程貼在 iphoneTW 討論區, 因為也有人也遇到相同身份驗證問題, 如下:
----------------------------------------------------------------------------
我昨天(指11/4/2009)剛申請 IDP 個人$99...今天收到 Active Code 但也是...要求我 Fax 一個 Identity Verification Form 算我沒察覺到. 因為
1. 直接使用原先的 apple id 裡面的 first/last 名字 我輸入的是 xxx xxx (我之前填自己的英文名, 但非護照上的譯音)
2. apple store 帶出來的是我以前在 itune 填入的信用卡名字 OOO (中文) 的資料, 我沒多加考慮 ..一直按下去
慘...也不知道他們那邊顯示我的名字是什麼, 不知道再耗到多久...
btw 剛打電話問, 信用卡公司問有沒有一筆 3200 扣了沒...答 "昨天扣了" 真厲害 :_
建議下次有新人要請, 請務必 apple id 裡的 / 跟信用卡都填相同名字, 看是不是比較順...
1. 2009/11/05 中午輸入 Active Code 結果 "We are unable to activate...", 我有在該網頁, 填 contact page 詢問關於 Identity Verification Form 的事
2009/11/05 下午 由 asia.dev@asia.apple.com 發 需要我寄在 Apple Store 的該筆 "screenshot of your Apple Order Status" 給他們, 並給我一個 Follow-up 號碼, 我寄了但後面幾天沒再回我. (我當時想亞洲是不是比較快, 就暫時不做 fax 動作)
2. 2009/11/06 收到 devenroll@apple.com 主動通知 Program Enrollment Update: Notarized ID Required ...(估計是美國發的)...再等看看亞洲是不是有處理此問題...
3. 2009/11/09 上午 想還是算了, 照正規 fax 那文件到美國好了. PDF 印出把我護照 copy 貼了上去 fax, 但我(因為公司事務機有 scanner 功能)還是順便 scan 成 jpeg 再 mail 給 11/06 內提及說有問題 mailto:devprograms@apple.com 地址, 內容說我已經 fax 並 mail scan 給你們
4. 2009/11/09 沒多久又收到新的 Follow-up 號碼來自 devprograms@apple.com ((我想是針對我剛剛發的信, 他們都會給追蹤碼)
5. 2009/11/10 凌晨(我已經睡了,美國人努力工作中...) devenroll@apple.com 發的說 information 不符問題已經 removed, 請用原啟動碼再試一次
6. 2009/11/10 早上再收到來自 devprograms@apple.com 針對2009/11/09 的 Follow-up 號碼說 IDP 啟動碼已經 ok 請再試一次, 有點擔心釋不是輸入又有新的問題, 輸入進入後, 已經回報成功加入 IDP 了 ^^
總結:
1.也許我不要等 asia.dev@asia.apple.com 直接把 IV Form 發 mail 給 devprograms@apple.com就好了? (也省 fax 錢)
2.看樣子 IDP 個人申請目前都很快了.
訂閱:
文章 (Atom)