'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
<meta name="viewport" id="viewport" /> | |
<script> | |
(function(s, o){ | |
var p = (o == 0), | |
w = p ? 768 : 1024, | |
c = p ? 320/w : 480/w; | |
document.getElementById('viewport').setAttribute('content', 'width=' + w + ',initial-scale=' + c); | |
})(screen, window.orientation); | |
</script> |
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
<?php | |
function smarty_modifier_viewport($content = null) | |
{ | |
$html = ''; | |
// no viewport | |
if(!empty($content)) | |
$html = '<meta name="viewport" content="' . $content . '" />'; |
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
****** ERROR: 不是不開,時候未到 | |
****** ERROR: 他倆竟是同班同學??? | |
****** ERROR: 本月巡迴演出11場。 | |
****** ERROR: 目前就促績效數。 | |
****** ERROR: 深夜加油站,我沒遇見蘇格拉底 | |
****** ERROR: 本月巡迴演出8場。 | |
****** ERROR: 好吃的麥當當薯條。。。 | |
****** ERROR: 2009年是個節約年。。。 | |
****** ERROR: 相簿暫時開放。。。 | |
****** ERROR: 元旦寶寶,生日快樂!! |
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; | |
} |
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
/* 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 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
/* 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
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]=> |