'HTTPS:
USER_AGENT: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
HOST: tw.piliapp.com
ACCEPT: */*
ACCEPT_ENCODING: deflate, gzip
RANGE: bytes=0-524287
CONNECTION: keep-alive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* littleblow312 : Sat, 13 Jul 2013 23:50:34 +0800 */ | |
#links-row-1{ margin-top: -311px; } | |
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { | |
margin:0; | |
padding:0; | |
} | |
table { | |
border-collapse:collapse; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="fs-desc"> | |
時尚/穿搭/美妝/保養/臘腸狗/牙套妞 | |
</div> | |
<div id="nav"> | |
<ul> | |
<li class="first"><a href="http://fashion.piliapp.com/tool/show-email/[email protected]" target="_blank">Mail</a></li> | |
<li><a href="http://www.facebook.com/hihilittleblow" target="_blank">Facebook</a></li> | |
<li><a href="http://instagram.com/littleblow312" target="_blank">Instagram</a></li> | |
<li class="last"><a href="http://fashion.piliapp.com/author/littleblow312/" target="_blank">美妝牆</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
girvan@JARVIS:~$ php -r '$p = "/(?:fb\.me\/|facebook\.com\/)?(?:profile\.php\?id=|groups\/)?(\d+)/"; | |
> $s = "facebook.com/profile.php?id=1234"; | |
> preg_match($p, $s, $m); | |
> var_dump($m);' | |
array(2) { | |
[0]=> | |
string(32) "facebook.com/profile.php?id=1234" | |
[1]=> | |
string(4) "1234" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
girvan@JARVIS:~$ php -r '$p = "/(fb\.me\/|facebook\.com\/)(profile\.php\?id=|groups\/)(\d+)/"; | |
> $s = "facebook.com/profile.php?id=1234"; | |
> preg_match($p, $s, $m); | |
> var_dump($m);' | |
array(4) { | |
[0]=> | |
string(32) "facebook.com/profile.php?id=1234" | |
[1]=> | |
string(13) "facebook.com/" | |
[2]=> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* gogoami : Thu, 25 Jul 2013 02:01:39 +0800 */ | |
#comment-form table { | |
width:96%; | |
margin:0 auto; | |
} | |
#comment-form td,#comment-form th { | |
border:1px solid #555; | |
padding:3px 5px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="fs-desc"> | |
時尚/穿搭/美妝/保養/旅行/美食/生活 | |
</div> | |
<a id="email" href="http://fashion.piliapp.com/tool/show-email/[email protected]"></a> | |
<div id="nav" class="nav fs-bar"> | |
<a href="/" class="focus">網誌首頁</a> | |
<span class="sp">|</span> | |
<a href="http://fashion.piliapp.com/tool/show-email/[email protected]" target="_blank">E-mail</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* umie : Sun, 21 Jul 2013 19:16:07 +0800 */ | |
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { | |
margin:0; | |
padding:0; | |
} | |
table { | |
border-collapse:collapse; | |
border-spacing:0; | |
width:100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="fs-desc"> | |
記錄生活。旅遊。攝影。美食 | |
</div> | |
<div id="nav" class="nav fs-bar"> | |
<a href="http://yun965900.pixnet.net/blog/category/430408">婚攝服務</a> | |
<span class="sp">|</span> | |
<a href="http://yun965900.pixnet.net/blog">蕓凡攝影</a> | |
<span class="sp">|</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* yun123062 : Thu, 25 Jul 2013 17:56:34 +0800 */ | |
table { | |
border-collapse:collapse; | |
border-spacing:0; | |
} | |
address,caption,cite,code,dfn,em,th,var { | |
font-style:normal; | |
font-weight:400; | |
} |