監督

(function(w,d,s,l,i)w[l]=w[l])(window,document,'script','dataLayer','GTM-KDKMGT');
(function(d, s, id) var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/zh_TW/all.js#xfbml=1&appId=668497826514848"; fjs.parentNode.insertBefore(js, fjs); (document, 'script', 'facebook-jssdk'));






if (User.Login.isLogin())
var BAHAID = User.Login.getUserid(),
BAHAIDlow = BAHAID.toLowerCase();

document.write('');

document.write('

');
document.write('');
document.write('');
document.write('');
document.write('

');

document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
NOTIFY_getnum();
run30 = setInterval("NOTIFY_getnum()",60000);

else
document.write('
');
document.write('');
document.write('
    ');
    document.write('
  • 我要登入
  • ');
    document.write('
  • 註冊
  • ');
    document.write('
  • ');
    document.write('
');
document.write('
');


document.write('
');

document.write(' ');

(function()
var cx = 'partner-pub-9012069346306566:kd3hd85io9c';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
)();

service = new rsearch('rsearch');

function insideSecondaryfunc(frm, evt){
if( 0
















breadCrumbs(120, '', 'homeuid=eric90716')








    breadCrumbs_listMenu(120, 0, 'homeuid=eric90716')



    看更多
    我要大聲說5小時前
    yd003040大家
    邊緣~來座座歐~








    個人相關資訊





    創作



    此分類還沒有發表創作!





    訂閱聯播






















    標題作者發表時間

    【動畫截圖】CIRCLET PRINCESS 第2話
    a0922715667昨天21:56

    【日誌】當老婆與自身結合
    sweet7208昨天17:00

    電腦擬人企劃第三階端
    springfish01昨天16:23

    [達人專欄] CUT IN!!
    spkyle2昨天09:21

    FF33新刊收錄圖搶先看2
    h804232006昨天07:47





    好友創作













    標題作者發表時間

    Beat Saber
    l9259221301-13 16:31

    [達人專欄] 【足跡】2006~2018蕾蕾米亞進化錄!!
    roro90036301-09 21:57




    最新收錄精華



















    【紙娃娃】實用又沒用的(?)紙娃娃講解
    看摘要
    收藏20

    動畫《One Room 第2期》BD附錄「-extra One Room-」裡三位女主角的全身圖
    看摘要
    收藏5

    【心得】鏡華小甜心
    看摘要
    收藏8

    緋想天之主-比那名居天子桌布
    看摘要
    收藏5

    RE:【討論】來分享你還記得的ㄎㄧㄤ夢吧
    看摘要
    收藏520










    追蹤加為好友打招呼寫信送禮勇者造型相本給屋主紅心黑名單訪客留言小屋使用教學私訊



    勇者資訊


    • 帳號:eric90716

    • 暱稱:萌月

    • 稱號:尚未取得

    • LV10 / 人類 / 初心者

    • 巴幣:10248

    • GP:2

    • 勇者評價:0


    showHonor("eric90716", ",11,");










    HP:

     

    MP:

     

    EXP:

     

    • STR:250

    • DEX:250

    • INT:250

    • LUK:250

    • VIT:250

    • AGI:250

    • MND:250






    googletag.cmd.push(function() googletag.display('div-gpt-ad-1489070677458-0'); );


    訪客留言











    溫暖送進來:加油11-23 06:34



    レイヤ(Reiya):回應 萌月
    XDD07-29 22:02



    萌月:回應 レイヤ
    謝謝07-29 21:56



    レイヤ(Reiya):好友加囉~07-29 21:37


    (function(window, $, undefined)
    $('.BH-rbox.MSG-list18').on('click', 'a.msgdel', function(e)
    var $btn = $(this);
    switch ($btn.data('type'))
    case 'del':
    Home.Reply.delReply($btn.data('sn'), "eric90716");
    break;
    case 'tag':
    Home.Reply.tag($btn.data('userid'), $btn.data('nick'));
    break;
    default:
    // nothing

    return false;
    );
    $('#replytxt').on('click', function(e)
    return User.Login.requireLogin();
    );
    $('[name=frm]').on('submit', function(e)
    var $frm = $(this);
    Home.Reply.newReply("guest", $frm.data('nick'), "eric90716", "");
    return false;
    );
    )(window, jQuery);


    參加的公會社團





    Fate/kaleid liner 伊莉雅教會






    超次元ゲイム ネプテューヌ






    小屋統計





    jQuery(document).ready(function()
    google.charts.load('current', packages: ['corechart', 'line'], language: 'zh-tw');
    google.charts.setOnLoadCallback(
    function ()
    var visitData = "point":["3","6","3","3","3","3","3"],"xstr":["2016/09/28","2017/10/02","2017/10/17","2017/10/25","2018/11/13","2018/12/06","2018/12/12"],
    last7DayData = ,
    dataTable = new google.visualization.DataTable(),
    today = new Date(),
    tmpDate = null,
    maxValue = 0, rowValue = 0;

    dataTable.addColumn('date', '日期');
    dataTable.addColumn('number', '人氣');

    visitData = visitData['xstr'].reduce(
    function(map, e, i)
    map[e] = parseInt(visitData['point'][i], 10);
    return map;
    ,

    );
    for (var i = 1; i < 8; ++i)
    tmpDate = (new Date());
    tmpDate.setDate(today.getDate() - i);
    tmpDate = '' + tmpDate.getFullYear() + '/' + (tmpDate.getMonth() < 9 ? '0' + (tmpDate.getMonth() + 1) : tmpDate.getMonth() + 1) + '/' + (tmpDate.getDate() maxValue)
    maxValue = rowValue;


    dataTable.addRow([new Date(tmpDate), rowValue]);

    maxValue = Math.max(2, maxValue);

    var options =
    fontSize: 10,
    hAxis:
    format: 'M/d',
    viewWindowMode: 'maximized',
    baseline: new Date(today.getTime() - 8 * 86400000)
    ,
    vAxis:
    maxValue: maxValue,
    ticks: [0, Math.floor(maxValue /2), maxValue]
    ,
    colors: ['orange'],
    legend: 'none',
    chartArea:
    width: '80%',
    right: 5
    ,
    backgroundColor: '#fffee5',
    colors: ['orange']
    ;
    var chart = (new google.visualization.LineChart(document.getElementById('visitor-chart')));
    chart.draw(dataTable, options);


    );
    );
    • 今日人氣:0

    • 總人氣:27

    • 創作:0篇

    • 精華區:92篇

    • 好友圈:2

    • 粉絲數:0


    個人記錄


    • 更新時間:00-00 00 點

    • 上站次數:197

    • 手機認證:有

    • 註冊日期:2016-10-28

    • 認證時間:2018-10-29

    • 上站日期:2019-01-16

    • 站規測驗:已通過

    • 哈啦篇數:14

    • 動漫電玩通:0


    今日訪客



    近期粉絲



    最近套用的佈景






    監督



    作者:uvp4ek6
    套用數:97






    超次元戰記 芙蘭 Blanc



    作者:jp99961064
    套用數:199






    偶像大師灰姑娘 雙葉杏我老婆(有需更改可討論



    作者:HappY4629289
    套用數:164






    超次元戰記 戰機少女之3



    作者:miss814007
    套用數:117






    超次元戰記 戰機少女



    作者:miss814007
    套用數:229





    function useCss(from, wsn)
    if('default' == from && confirm('確定要還原預設佈景?'))
    location.href='homeCssSave.php?cssFrom='+from;

    else if('upload' == from && confirm('確定要套用此佈景?'))
    location.href='homeCssSave.php?cssFrom='+from+'&wsn='+wsn;


















    face我們了解您不想看到廣告的心情⋯ 若您願意支持巴哈姆特永續經營,請將 gamer.com.tw 加入廣告阻擋工具的白名單中,謝謝 !【教學】





    The name of the picture黑色沙漠手遊伺服器是巴雷諾斯公會缺人名稱是GO歡迎大家查詢到後加入

    This page is only for reference, If you need detailed information, please check here
    The name of the pictureThe name of the picture

    Popular posts from this blog

    京昆高速公路

    [翻譯?] 就此消失吧

    【心得】新、舊選單《獨立快捷鍵 / 快捷列》增加、更改(圖解)