這是一個以 自由時報即時新聞 為基礎建立的 php plurk bot 範例
會貼出最新的10條新聞
2009年8月25日 星期二
2009年1月20日 星期二
Proof Of Concept of Yahoo! Account Security Failure
你有在使用 yahoo 帳號嗎?
安全性似乎出了問題。
很好奇影片中那個 yahoo cookie gen v2 哪裡找的到 :)
.
安全性似乎出了問題。
很好奇影片中那個 yahoo cookie gen v2 哪裡找的到 :)
.
2008年10月2日 星期四
portablewebap 使用範例
portablewebap 使用方法
以台灣壹周刊網頁版製作程式為例
以台灣壹周刊網頁版製作程式為例

1.執行 portablewebap.exe

2.把 php 檔放到 PortableWebAp3.5.1\Program\www\localhost\ 下
3.在瀏覽器的網址列輸入 http://127.0.0.1:8001/twnext.php
4.檔案製作完成。
about pda.atnext.com
香港週刊網頁改版 造成全圖版無法抽出 目前僅能從 pda 網站來瀏覽
下面是目前可用的 aToken
下面是目前可用的 aToken
aToken=%2D1%27O18H75%21%3D%26O%5C%5B5PB%40%20%20%0A
.
2008年8月18日 星期一
Fiddler
今天介紹一個剖析網頁的工具~Fiddler
這個工具我覺得非常的好用而且它是免費的
Fiddler 的用途非常的廣泛
我以查詢 台灣自由時報週末版 的圖片原始位置來做範例:
- 先執行 Fiddler 程式
- 用瀏覽器開啟 http://www.libertytimes.com.tw/Service/weekly.htm 這個網頁
- 點選網頁上方 "放大看"按鈕,如下圖所顯示。
-
- 查看 Fiddler 內的記錄。
-
由上圖就可查出原始圖及放大圖存放的位置。
根據上面查出的位置
我寫了個小程式方便瀏覽及用 iSiloX 製作電子書
- <?
- $issue = $_GET['issue'];
- if($issue){
- //echo $day.$month;
- $content = 'http://www.libertytimes.com.tw/'.$year.'/new/'.$month.'/'.$day.'/';
- }else{
- $url = 'http://www.libertytimes.com.tw/menu2.js';
- $content = preg_replace('/(.*?)path = \"(.*?)\"(.*)/s',"http://www.libertytimes.com.tw$2",$content);
- }
-
- $out = "<title>生活週報</title><img src=http://www.libertytimes.com.tw/2008/images/img_auto/005/Weekend.gif><br><b>$matches[1]</b><hr>\r\n";
- if (!$weekly){
- $out .= "<b>今日週末版未出刊!</b>\r\n";
- }else{
- for ($i=1;$i<=12;$i++){
- if (($i == "4")||($i == "8")){$i = $i+1;}
- $link = $content."images/w".$i.".jpg";
- $blink = $content."images/w".$i."b.jpg";
- $out .= "<a href=$blink><img src=$link border=0 ></a><br>\r\n";
- }
- }
- $out .="<hr><img src=http://static.flickr.com/60/219160214_e6ed15d559_o.gif>";
- echo $out;
- ?>
演示: http://never4get.net78.net/ltw/ltweekly.php?issue=20080817
至於其他如 MagV 網站的內容也可比照上法查詢。
2008年8月7日 星期四
PDA4X 無法進入
自8月6日晚上起就無法造訪 pda4x
出現了下面的錯誤
記得上次出現上面的訊息
是在 notfaker 兄首度破解了 Garmin Mobile 10 時
一時全球網友踴入
造成 server 不堪負荷
此次不知是何原因
希望論壇能早日修復。
$version = '"20111217"';
出現了下面的錯誤

記得上次出現上面的訊息
是在 notfaker 兄首度破解了 Garmin Mobile 10 時
一時全球網友踴入
造成 server 不堪負荷
此次不知是何原因
希望論壇能早日修復。
$version = '"20111217"';
2008年8月4日 星期一
Advanced Syntax Highlighting
|
2008年7月3日 星期四
Free web hosting service
我的 php script 是放在網絡上免費的空間
目前還在測試中
能存活多久我也不知道
如果你也有興趣
可到下面網址申請。
Register now and get it all free:
*** 350 MB of disk space
*** 100 GB of data transfer
*** PHP and MySQL support with no restrictions
*** cPanel control panel
*** Website Builder
*** Absolutely no advertising! Join us now:
http://www.000webhost.com/
Enjoy :)
目前還在測試中
能存活多久我也不知道
如果你也有興趣
可到下面網址申請。
Register now and get it all free:
*** 350 MB of disk space
*** 100 GB of data transfer
*** PHP and MySQL support with no restrictions
*** cPanel control panel
*** Website Builder
*** Absolutely no advertising! Join us now:
http://www.000webhost.com/
Enjoy :)
訂閱:
文章 (Atom)