Showing source for: http://home.nciyuan.net/
Duration: 1.602641s
Server: Apache/2.4.57

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="content-type">
        <meta content="ie=7" http-equiv="x-ua-compatible">
        <title>
   NciYuan! Home - Powered by UCenter Home
        </title>
        <script language="javascript" src="source/script_cookie.js" type="text/javascript">
        </script>
        <script language="javascript" src="source/script_common.js" type="text/javascript">
        </script>
        <script language="javascript" src="source/script_menu.js" type="text/javascript">
        </script>
        <script language="javascript" src="source/script_ajax.js" type="text/javascript">
        </script>
        <script language="javascript" src="source/script_face.js" type="text/javascript">
        </script>
        <script language="javascript" src="source/script_manage.js" type="text/javascript">
        </script>
        <style type="text/css">
            @import
             
            url("template/default/style.css")
            ;
            
            
            @import
             
            url("template/default/network.css")
            ;
        </style>
        <link href="image/favicon.ico" rel="shortcut icon">
        <link href="xmlrpc.php?rsd=" rel="edituri" title="rsd" type="application/rsd+xml">
    </head>
    <body>
        <div id="append_parent">
        </div>
        <div id="ajaxwaitid">
        </div>
        <div id="header">
            <div class="headerwarp">
                <h1 class="logo">
                    <a href="index.php">
                        <img alt="NciYuan! Home" src="template/default/image/logo.gif">
                    </a>
                </h1>
                <ul class="menu">
                    <li>
                        <a href="index.php">
                            首页
                        </a>
                    </li>
                    <li>
                        <a href="http://bbs.nciyuan.net" target="_blank" title="NciYuan! BBS">
                            NciYuan! BBS
                        </a>
                    </li>
                    <li>
                        <a href="help.php">
                            帮助
                        </a>
                    </li>
                </ul>
                <div class="nav_account">
                    <a class="login_thumb" href="do.php?ac=0500906adb403cd86d9a423a828f7df4">
                        <img onerror="this.onerror=null;this.src='http://user.nciyuan.net/images/noavatar_small.gif'" src="http://user.nciyuan.net/data/avatar/000/00/00/00_avatar_small.jpg">
                    </a>
                    欢迎您
                    <br>
                    <a href="do.php?ac=04338190dc76aa0418e9b21b08341187">
                        登录
                    </a>
                    |
                    <a href="do.php?ac=0500906adb403cd86d9a423a828f7df4">
                        注册
                    </a>
                </div>
            </div>
        </div>
        <div id="wrap">
            <div id="network">
                <script>
                    function setintro(type) {
                        var intro = '';
                        var bPosition = '';
                        if (type == 'doing') {
                            intro = '用一句话记录自己生活中的点点滴滴';
                            bPosition = '0';
                        } else if (type == 'mtag') {
                            intro = '创建自己的小圈子,与大家交流感兴趣的话题';
                            bPosition = '175px';
                        } else if (type == 'pic') {
                            intro = '上传照片,分享生活中的精彩瞬间';
                            bPosition = '55px';
                        } else if (type == 'app') {
                            intro = '与好友一起玩转游戏和游戏,增加好友感情';
                            bPosition = '118px';
                        } else {
                            intro = '马上注册,与好友分享日志、照片,一起玩转游戏';
                            bPosition = '0';
                        }
                        $('guest_intro').innerHTML = intro + '......';
                        $('guest_intro').style.backgroundPosition = bPosition + ' 100%';
                    }
                    function scrollPic(e, LN, Width, Price, Speed) {
                        id = e.id;
                        if (LN == 'Last') {
                            scrollNum = Width;
                        } else if (LN == 'Next') {
                            scrollNum = 0 - Width;
                        }
                        scrollStart = parseInt(e.style.marginLeft, 10);
                        scrollEnd = parseInt(e.style.marginLeft, 10) + scrollNum;
                        MaxIndex = (e.getElementsByTagName('li').length / Price).toFixed(0);
                        sPicMaxScroll = 0 - Width * MaxIndex;
                        if (scrollStart == 0 && scrollEnd == Width) {
                            scrollEnd = -1806;
                            e.style.marginLeft = parseInt(e.style.marginLeft, 10) - Speed + 'px';
                        } else if (scrollStart == sPicMaxScroll + Width && scrollEnd == sPicMaxScroll) {
                            scrollEnd = 0;
                            e.style.marginLeft = parseInt(e.style.marginLeft, 10) + Speed + 'px';
                        }
                        scrollShowPic = setInterval(scrollShow, 1);
                        function scrollShow() {
                            if (scrollStart > scrollEnd) {
                                if (parseInt(e.style.marginLeft, 10) > scrollEnd) {
                                    $(id + '_last').onclick = function() {
                                        return false;
                                    };
                                    $(id + '_next').onclick = function() {
                                        return false;
                                    };
                                    e.style.marginLeft = parseInt(e.style.marginLeft, 10) - Speed + 'px';
                                } else {
                                    clearInterval(scrollShowPic);
                                    $(id + '_last').onclick = function() {
                                        scrollPic(e, 'Last', Width, Price, Speed);
                                        return false;
                                    };
                                    $(id + '_next').onclick = function() {
                                        scrollPic(e, 'Next', Width, Price, Speed);
                                        return false;
                                    };
                                }
                            } else {
                                if (parseInt(e.style.marginLeft, 10) < scrollEnd) {
                                    $(id + '_last').onclick = function() {
                                        return false;
                                    };
                                    $(id + '_next').onclick = function() {
                                        return false;
                                    };
                                    e.style.marginLeft = parseInt(e.style.marginLeft, 10) + Speed + 'px';
                                } else {
                                    clearInterval(scrollShowPic);
                                    $(id + '_last').onclick = function() {
                                        scrollPic(e, 'Last', Width, Price, Speed);
                                        return false;
                                    };
                                    $(id + '_next').onclick = function() {
                                        scrollPic(e, 'Next', Width, Price, Speed);
                                        return false;
                                    };
                                }
                            }
                        }
                    }
                    function scrollShowNav(e, Width, Price, Speed) {
                        id = e.id;
                        $(id + '_last').onclick = function() {
                            scrollPic(e, 'Last', Width, Price, Speed);
                            return false;
                        };
                        $(id + '_next').onclick = function() {
                            scrollPic(e, 'Next', Width, Price, Speed);
                            return false;
                        };
                    }
                    function getUserTip(obj) {
                        var tipBox = $('usertip_box');
                        tipBox.childNodes[0].innerHTML = '<strong>' + obj.rel + ':<\/strong> ' + obj.rev + '...';
                        var showLeft;
                        if (obj.parentNode.offsetLeft > 730) {
                            showLeft = $('showuser').offsetLeft + obj.parentNode.offsetLeft - 148;
                            tipBox.childNodes[0].style.right = 0;
                        } else {
                            tipBox.childNodes[0].style.right = 'auto';
                            showLeft = $('showuser').offsetLeft + obj.parentNode.offsetLeft;
                        }
                        tipBox.style.left = showLeft + 'px';
                        var showTop;
                        if (obj.className == 'uonline') {
                            showTop = $('showuser').offsetTop + obj.parentNode.offsetTop - tipBox.childNodes[0].clientHeight;
                        } else {
                            showTop = $('showuser').offsetTop + obj.parentNode.offsetTop + 48;
                        }
                        tipBox.style.top = showTop + 'px';
                        tipBox.style.visibility = 'visible';
                    }
                </script>
                <div class="nbox" id="guestbar">
                    <div class="nbox_c">
                        <p id="guest_intro">
                            马上注册,与好友分享日志、照片,一起玩转游戏......
                        </p>
                        <a href="do.php?ac=0500906adb403cd86d9a423a828f7df4" id="regbutton" onmouseover="setintro('register');">
                            马上注册
                        </a>
                        <p id="guest_app">
                            <a class="appdoing" href="javascript:;" onmouseover="setintro('doing');">
                                记录
                            </a>
                            <a class="appphotos" href="javascript:;" onmouseover="setintro('pic');">
                                照片
                            </a>
                            <a class="appgames" href="javascript:;" onmouseover="setintro('app');">
                                游戏
                            </a>
                            <a class="appgroups" href="javascript:;" onmouseover="setintro('mtag');">
                                群组
                            </a>
                        </p>
                    </div>
                    <div class="nbox_s side_rbox" id="nlogin_box">
                        <h3 class="ntitle">
                            请登录
                        </h3>
                        <div class="side_rbox_c">
                            <form action="do.php?ac=04338190dc76aa0418e9b21b08341187&amp;&amp;ref" method="post" name="loginform">
                                <p>
                                    <label for="username">
                                        用户名
                                    </label>
                                    <input class="t_input" id="username" name="username" type="text" value="">
                                </p>
                                <p>
                                    <label for="password">
                                        密 码
                                    </label>
                                    <input class="t_input" id="password" name="password" type="password" value="">
                                </p>
                                <p class="checkrow">
                                    <input id="cookietime" name="cookietime" style="margin-bottom: -2px;" type="checkbox" value="315360000">
                                    <label for="cookietime">
                                        下次自动登录
                                    </label>
                                </p>
                                <p class="submitrow">
                                    <input name="refer" type="hidden" value="space.php?do=home">
                                    <input class="submit" id="loginsubmit" name="loginsubmit" type="submit" value="登录">
                                    <a href="do.php?ac=lostpasswd">
                                        忘记密码?
                                    </a>
                                    <input name="formhash" type="hidden" value="b433e613">
                                </p>
                            </form>
                        </div>
                    </div>
                </div>
                <div class="nbox">
                    <div class="nbox_c">
                        <h2 class="ntitle">
                            <span class="r_option">
                                <a href="space-blog-view-all.html">
                                    更多日志
                                </a>
                            </span>
                            日志 &raquo;
                        </h2>
                        <ul class="bloglist">
                        </ul>
                    </div>
                    <div class="nbox_s side_rbox side_rbox_w">
                        <h2 class="ntitle">
                            <span class="r_option">
                                <a href="space-doing-view-all.html">
                                    更多记录
                                </a>
                            </span>
                            记录 &raquo;
                        </h2>
                        <div class="side_rbox_c">
                            <ul class="side_rbox_c doinglist">
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="nbox" id="photolist">
                    <h2 class="ntitle">
                        <a class="r_option" href="space-album-view-all.html">
                            更多图片
                        </a>
                        图片 &raquo;
                    </h2>
                    <div id="p_control">
                        <a href="javascript:;" id="spics_last">
                            上一页
                        </a>
                        <a href="javascript:;" id="spics_next">
                            下一页
                        </a>
                        <ul id="p_control_pages">
                            <li>
                                第一页
                            </li>
                            <li>
                                第二页
                            </li>
                            <li>
                                第三页
                            </li>
                            <li>
                                第四页
                            </li>
                        </ul>
                    </div>
                    <div id="spics_wrap">
                        <ul id="spics" style="margin-left: 0;">
                        </ul>
                    </div>
                </div>
                <script type="text/javascript">
                    scrollShowNav($('spics'), 903, 7, 43);
                </script>
                <div class="nbox s_clear" id="searchbar">
                    <div class="floatleft">
                        <form action="cp.php" method="get">
                            <input class="t_input" name="searchkey" size="15" style="padding:5px;" type="text" value="">
                            <input class="submit" name="searchsubmit" type="submit" value="找人">
                            &nbsp;
查找:
                            <a href="cp.php?ac=friend&amp;op=search&amp;view=sex" target="_blank">
                                男女朋友
                            </a>
                            <span class="pipe">
                                |
                            </span>
                            <a href="cp.php?ac=friend&amp;op=search&amp;view=reside" target="_blank">
                                同城
                            </a>
                            <span class="pipe">
                                |
                            </span>
                            <a href="cp.php?ac=friend&amp;op=search&amp;view=birth" target="_blank">
                                老乡
                            </a>
                            <span class="pipe">
                                |
                            </span>
                            <a href="cp.php?ac=friend&amp;op=search&amp;view=birthyear" target="_blank">
                                同年同月同日生
                            </a>
                            <span class="pipe">
                                |
                            </span>
                            <a href="cp.php?ac=friend&amp;op=search&amp;view=edu" target="_blank">
                                同学
                            </a>
                            <span class="pipe">
                                |
                            </span>
                            <a href="cp.php?ac=friend&amp;op=search&amp;view=work" target="_blank">
                                同事
                            </a>
                            <span class="pipe">
                                |
                            </span>
                            <a href="space-top-view-online.html" target="_blank">
                                在线会员(1)
                            </a>
                            <input name="searchmode" type="hidden" value="1">
                            <input name="ac" type="hidden" value="friend">
                            <input name="op" type="hidden" value="search">
                        </form>
                    </div>
                    <div class="floatright">
                        <form action="space.php" method="get">
                            <input class="t_input" name="searchkey" size="15" style="padding:5px;" type="text" value="">
                            <select name="do">
                                <option value="blog">
                                    日志
                                </option>
                                <option value="album">
                                    相册
                                </option>
                                <option value="thread">
                                    话题
                                </option>
                                <option value="poll">
                                    投票
                                </option>
                                <option value="event">
                                    活动
                                </option>
                            </select>
                            <input class="submit" name="searchsubmit" type="submit" value="搜索">
                            <input name="view" type="hidden" value="all">
                            <input name="orderby" type="hidden" value="dateline">
                        </form>
                    </div>
                </div>
                <div class="nbox" id="showuser">
                    <div id="user_recomm">
                        <h2>
                            站长推荐
                        </h2>
                        <div class="s_avatar">
                            <a href="space-1.html" target="_blank">
                                <img onerror="this.onerror=null;this.src='http://user.nciyuan.net/images/noavatar_middle.gif'" src="http://user.nciyuan.net/data/avatar/000/00/00/01_avatar_middle.jpg">
                            </a>
                        </div>
                        <div class="s_cnts">
                            <h3>
                                <a href="space-1.html" title="Windelight">
                                    Windelight
                                </a>
                            </h3>
                            <p>
                                访问: 0
                            </p>
                            <p>
                                积分: 40
                            </p>
                            <hr>
                            <p>
                                好友: 0
                            </p>
                            <p>
                                更新: 现在
                            </p>
                        </div>
                    </div>
                    <div id="user_wall" onmouseout="javascript:$('usertip_box').style.visibility = 'hidden';">
                        <div class="s_clear" id="user_pay">
                            <h2>
                                <a href="space-top.html">
                                    竞价排名
                                </a>
                            </h2>
                            <ul>
                            </ul>
                            <p>
                                <a href="space-top.html">
                                    我要上榜
                                </a>
                            </p>
                        </div>
                        <div class="s_clear" id="user_online">
                            <h2>
                                <a href="space-top-view-online.html">
                                    在线会员
                                </a>
                            </h2>
                            <ul>
                                <li>
                                    <a class="uonline" href="space-1.html" onmouseover="getUserTip(this)" rel="Windelight" rev="" target="_blank">
                                        <img onerror="this.onerror=null;this.src='http://user.nciyuan.net/images/noavatar_small.gif'" src="http://user.nciyuan.net/data/avatar/000/00/00/01_avatar_small.jpg">
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div id="usertip_box">
                    <div>
                    </div>
                </div>
                <div class="nbox">
                    <div class="nbox_c">
                        <h2 class="ntitle">
                            <span class="r_option">
                                <a href="space-thread-view-all.html">
                                    更多话题
                                </a>
                            </span>
                            话题 &raquo;
                        </h2>
                        <div class="tlist">
                            <table cellpadding="0" cellspacing="1">
                                <tbody>
                                </tbody>
                            </table>
                        </div>
                    </div>
                    <div class="nbox_s side_rbox side_rbox_w" id="npoll">
                        <div class="side_rbox_c">
                            <h2 class="ntitle">
                                <span class="r_option">
                                    <a href="space-poll.html">
                                        更多投票
                                    </a>
                                </span>
                                投票 &raquo;
                            </h2>
                            <ul>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="nbox">
                    <div class="nbox_c">
                        <h2 class="ntitle">
                            <span class="r_option">
                                <a href="space-event-view-recommend.html">
                                    更多活动
                                </a>
                            </span>
                            活动 &raquo; 
&nbsp;
                            <a href="space-event-view-all-type-going-classid-1.html">
                                生活/聚会
                            </a>
                            &nbsp;
                            <a href="space-event-view-all-type-going-classid-2.html">
                                出行/旅游
                            </a>
                            &nbsp;
                            <a href="space-event-view-all-type-going-classid-4.html">
                                电影/演出
                            </a>
                            &nbsp;
                            <a href="space-event-view-all-type-going-classid-3.html">
                                比赛/运动
                            </a>
                            &nbsp;
                            <a href="space-event-view-all-type-going-classid-5.html">
                                教育/讲座
                            </a>
                            &nbsp;
                            <a href="space-event-view-all-type-going-classid-6.html">
                                其它
                            </a>
                        </h2>
                        <ul class="elist">
                        </ul>
                    </div>
                    <div class="nbox_s side_rbox side_rbox_w" id="nshare">
                        <h2 class="ntitle">
                            <span class="r_option">
                                <a href="space-share-view-all.html">
                                    更多分享
                                </a>
                            </span>
                            分享 &raquo;
                        </h2>
                        <div class="side_rbox_c">
                            <ul>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="footerbar">
                    <div class="fbtop">
                    </div>
                    <div class="nbox_c">
                        <div class="foobox">
                            <div class="fbox">
                                <h2 class="ntitle">
                                    常用
                                </h2>
                                <ul>
                                    <li>
                                        <a href="space-doing.html">
                                            记录
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-blog.html">
                                            日志
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-album.html">
                                            相册
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-mtag.html">
                                            群组
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-poll.html">
                                            投票
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-event.html">
                                            活动
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-share.html">
                                            分享
                                        </a>
                                    </li>
                                </ul>
                            </div>
                            <div class="fbox">
                                <h2 class="ntitle">
                                    应用
                                </h2>
                                <ul>
                                    <li>
                                        <a href="#">
                                            还没有应用
                                        </a>
                                    </li>
                                </ul>
                            </div>
                            <div class="fbox">
                                <h2 class="ntitle">
                                    发现
                                </h2>
                                <ul>
                                    <li>
                                        <a href="space-blog-view-all.html">
                                            大家发表的日志
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-album-view-all.html">
                                            大家上传的图片
                                        </a>
                                    </li>
                                    <li>
                                        <a href="space-thread-view-all.html">
                                            大家的话题
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <div class="nbox_s">
                        <h2 class="ntitle">
                            邀请
                        </h2>
                        <ul>
                            <li>
                                <a href="cp.php?ac=invite">
                                    邀请好友加入,获赠积分奖励
                                </a>
                            </li>
                            <li>
                                <a href="cp.php?ac=invite">
                                    QQ 好友
                                </a>
                            </li>
                            <li>
                                <a href="cp.php?ac=invite">
                                    163 邮箱
                                </a>
                            </li>
                            <li>
                                <a href="cp.php?ac=invite">
                                    新浪邮箱
                                </a>
                            </li>
                            <li>
                                <a href="cp.php?ac=invite">
                                    搜狐邮箱
                                </a>
                            </li>
                            <li>
                                <a href="cp.php?ac=invite">
                                    Google Gmail
                                </a>
                            </li>
                            <li>
                                <a href="cp.php?ac=invite">
                                    MSN 联系人
                                </a>
                            </li>
                            <li>
                                <a href="cp.php?ac=invite">
                                    Yahoo! 邮箱
                                </a>
                            </li>
                            <li>
                                <a class="alink" href="cp.php?ac=invite">
                                    更多联系人&hellip;&hellip;
                                </a>
                            </li>
                        </ul>
                    </div>
                    <div class="fbbottom">
                    </div>
                </div>
            </div>
            <div id="footer">
                <p class="r_option">
                    <a href="javascript:;" id="a_top" onclick="window.scrollTo(0,0);" title="TOP">
                        <img alt="" src="image/top.gif" style="padding: 5px 6px 6px;">
                    </a>
                </p>
                <p>
                    NciYuan! Home -
                    <a href="mailto:[email protected]">
                        联系我们
                    </a>
                    -
                    <a href="http://www.miibeian.gov.cn" target="_blank">
                        冀ICP备17026911号-1
                    </a>
                </p>
                <p>
                    Powered by
                    <a href="http://u.discuz.net" target="_blank">
                        <strong>
                            UCenter Home
                        </strong>
                    </a>
                    <span title="20100416">
                        2.0
                    </span>
                    <a href="http://license.comsenz.com/?pid=7&amp;host=home.nciyuan.net" target="_blank">
                        Licensed
                    </a>
                    &copy; 2001-2010
                    <a href="http://www.comsenz.com" target="_blank">
                        Comsenz Inc.
                    </a>
                </p>
                <p>
                    Processed in 0.0023 second(s), 7 queries
                </p>
            </div>
        </div>
        <!--/wrap-->
        <ul class="dropmenu_drop" id="ucappmenu_menu" style="display:none;">
            <li>
                <a href="link.php?url=http://bbs.nciyuan.net" target="_blank" title="NciYuan! BBS">
     NciYuan! BBS
                </a>
            </li>
        </ul>
        <script language="javascript" src="do.php?ac=sendmail&amp;rand=1715596295" type="text/javascript">
        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 http://home.nciyuan.net/ 2024-05-13 10:31:35
2 https://thebolditalic.com/?gi=db44… 2024-05-13 10:31:35
3 https://thebolditalic.com/?gi=39d7… 2024-05-13 10:31:35
4 https://thebolditalic.com/?gi=ff32… 2024-05-13 10:31:33
5 https://thebolditalic.com/?gi=10a9… 2024-05-13 10:31:24
6 https://thebolditalic.com/?gi=16e3… 2024-05-13 10:31:23
7 https://thebolditalic.com/?gi=ba2c… 2024-05-13 10:31:23
8 https://thebolditalic.com/?gi=1ce7… 2024-05-13 10:31:21
9 https://thebolditalic.com/?gi=6d12… 2024-05-13 10:31:19
10 https://mmsi-pkc.auth0.com/login?s… 2024-05-13 10:31:16
11 https://thebolditalic.com/?gi=6cff… 2024-05-13 10:31:15
12 https://thebolditalic.com/?gi=ab76… 2024-05-13 10:31:11
13 https://mannerss876dsg2.celticwiki… 2024-05-13 10:31:10
14 https://thebolditalic.com/?gi=6adc… 2024-05-13 10:31:09
15 https://thebolditalic.com/?gi=386a… 2024-05-13 10:31:08
16 https://thebolditalic.com/?gi=2bba… 2024-05-13 10:31:07
17 https://thebolditalic.com/?gi=041e… 2024-05-13 10:31:03
18 https://thebolditalic.com/?gi=8cd5… 2024-05-13 10:31:01
19 https://thebolditalic.com/?gi=d4d2… 2024-05-13 10:30:59
20 https://www.encasabotanics.co.uk/p… 2024-05-13 10:30:58