WHOIS Service

v7u.org - information about domain

  • Server Status: available
  • Server IP: 188.40.84.138
  • Server Response Time: 83ms

Site title

Форум приёмных родителей 'В семью!'

Keywords

усыновление,мать,семья,детей,лишение,родительских,прав,отец,детский дом,сирота,дом малютки,патронаж,форум,патронат,банк данных,опека,попечительство,благотворительность,помощь,детским домам,родителей,приемный ребенок

Description

- обязательная к прочтению тема на сайте [Форум приёмных родителей

Alexa information

Alexa rank: 21,212,126

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
v7u.org IN TXT 3600
v7u.org IN MX 3600 mail.v7u.org pri: 10
v7u.org IN A 188.40.84.138 3600
v7u.org IN SOA 3600 mname: ns3.fastvps.ru
rname: support.fastvps.ru
serial: 2010030705
refresh: 10800
retry: 3600
expire: 604800
minimum-ttl: 86400
v7u.org IN NS 3600 ns3.fastvps.ru
v7u.org IN NS 3600 ns4.fastvps.ru

Server Location

Site source

Show / hide source
                
<!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" dir="ltr" lang="ru-ru" xml:lang="ru-ru">
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="ru-ru" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="усыновление,мать,семья,детей,лишение,родительских,прав,отец,детский дом,сирота,дом малютки,патронаж,форум,патронат,банк данных,опека,попечительство,благотворительность,помощь,детским домам,родителей,приемный ребенок" />
<meta name="description" content=" - обязательная к прочтению тема на сайте [Форум приёмных родителей 'В семью!']" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />

<title>Форум приёмных родителей 'В семью!'</title>

<link rel="alternate" type="application/atom+xml" title="Канал - Форум приёмных родителей 'В семью!'" href="http://v7u.org/feed.php" /><link rel="alternate" type="application/atom+xml" title="Канал - Все форумы" href="http://v7u.org/feed.php?mode=forums" />

<link rel="stylesheet" href="./styles/subsilver2/theme/stylesheet.css" type="text/css" />

<script type="text/JavaScript">
function getElement(iElementId)
{
   if (document.all) 
   {
      return document.all[iElementId];
   }
   if (document.getElementById)
   {
      return document.getElementById(iElementId);
   }
}

function toggleElement(oElement)
{
   if (oElement.style.display == "none")
   {
      oElement.style.display = "";
   }
   else
   {
      oElement.style.display = "none";
   }
}
</script>
<script type="text/javascript">
// <![CDATA[


function popup(url, width, height, name)
{
    if (!name)
    {
        name = '_popup';
    }

    window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
    return false;
}

function jumpto()
{
    var page = prompt('Введите номер страницы, на которую хотите перейти:', '');
    var per_page = '';
    var base_url = '';

    if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
    {
        if (base_url.indexOf('?') == -1)
        {
            document.location.href = base_url + '?start=' + ((page - 1) * per_page);
        }
        else
        {
            document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * per_page);
        }
    }
}

/**
* Find a member
*/
function find_username(url)
{
    popup(url, 760, 570, '_usersearch');
    return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
    var parent = document.getElementById(id);
    if (!parent)
    {
        eval('parent = document.' + id);
    }

    if (!parent)
    {
        return;
    }

    var rb = parent.getElementsByTagName('input');
    
    for (var r = 0; r < rb.length; r++)
    {
        if (rb[r].name.substr(0, name.length) == name)
        {
            rb[r].checked = state;
        }
    }
}


    var now = new Date();
    var january = (new Date(now.getFullYear(), 1, 1)).getTimezoneOffset();
    var today = now.getTimezoneOffset();
    // we use January since DST usually isn't in effect during January
    now.setTime(now.getTime() + 1000 * 3600 * 24 * 365);
    document.cookie = 'phpbb3_627ob_time[zone] = ' + (-january / 60) + '; expires=' + now.toGMTString();
    document.cookie = 'phpbb3_627ob_time[dst] = ' + (january != today ? 1 : 0) + '; expires=' + now.toGMTString();


// ]]>
</script>
<script type="text/javascript">

    function countAdClick(id)
    {
       loadXMLDoc('./ads/click.php?a=' + id);
    }

    function countAdView(id)
    {
       loadXMLDoc('./ads/view.php?a=' + id);
    }

    function loadXMLDoc(url) {
       req = false;
       if(window.XMLHttpRequest) {
          try {
             req = new XMLHttpRequest();
          } catch(e) {
             req = false;
          }
       } else if(window.ActiveXObject) {
          try {
             req = new ActiveXObject("Msxml2.XMLHTTP");
          } catch(e) {
             try {
                req = new ActiveXObject("Microsoft.XMLHTTP");
             } catch(e) {
                req = false;
             }
          }
       }
       if(req) {
          req.open("GET", url, true);
          req.send(null);
       }
    }
</script>

<!--
<script type="text/javascript" src="snowstorm.js"></script> 
-->
<script type="text/javascript" src="highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
<script type="text/javascript">
    // override Highslide settings here
    // instead of editing the highslide.js file
    hs.graphicsDir = 'highslide/graphics/';
</script>

<!--[if IE]><!--> 
<link href="./styles/subsilver2/theme/watermark.css" rel="stylesheet" type="text/css" />
<!--<![endif]-->
<script type="text/javascript" src="./styles/subsilver2/template/watermark.js"></script>

</head>
<body class="ltr">

<a name="top"></a>

<div id="wrapheader">

    <div id="logodesc">
        <table width="100%" cellspacing="0">
        <tr>
            <td><a href="/"><img src="./styles/subsilver2/imageset/2v7u_logo.png" alt="" title="" /></a></td>
            <td width="100%" align="center"><h1>Форум приёмных родителей 'В семью!'</h1><span class="gen"></span>
                          
                </td>
            <td align="right">
                <div id="yandex_ad"></div>
<script type="text/javascript">
(function(w, d, n, s, t) {
    w[n] = w[n] || [];
    w[n].push(function() {
        Ya.Direct.insertInto(81138, "yandex_ad", {
            site_charset: "utf-8",
            ad_format: "direct",
            type: "468x60",
            border_type: "block",
            header_position: "bottom",
            site_bg_color: "FFFFFF",
            header_bg_color: "FEEAC7",
            border_color: "FBE5C0",
            title_color: "0000CC",
            url_color: "006600",
            all_color: "0000CC",
            text_color: "000000",
            hover_color: "0066FF",
            favicon: true
        });
    });
    t = d.documentElement.firstChild;
    s = d.createElement("script");
    s.type = "text/javascript";
    s.src = "http://an.yandex.ru/system/context.js";
    s.setAttribute("async", "true");
    t.insertBefore(s, t.firstChild);
})(window, document, "yandex_context_callbacks");
</script>
            </td>
        </tr>
        </table>
    </div>

    <div id="menubar">
        <table width="100%" cellspacing="0">
        <tr>
            <td class="genmed">
                <a href="./ucp.php?mode=login&amp;sid=3660e4471a40cdb0f8f4af236fecf71a"><img src="./styles/subsilver2/theme/images/icon_mini_login.gif" width="12" height="13" alt="*" /> Вход</a>&nbsp; &nbsp;<a href="./ucp.php?mode=register&amp;sid=3660e4471a40cdb0f8f4af236fecf71a"><img src="./styles/subsilver2/theme/images/icon_mini_register.gif" width="12" height="13" alt="*" /> Регистрация</a>
                    
            </td>
            <td class="genmed" align="right">
                &nbsp;<a href="./search.php?sid=3660e4471a40cdb0f8f4af236fecf71a"><img src="./styles/subsilver2/theme/images/icon_mini_search.gif" width="12" height="13" alt="*" /> Поиск</a>
            </td>
        </tr>
        </table>
    </div>


    <div style="margin: 10px 25px 0 25px;">
        <table width="100%" class="tablebg" cellspacing="1" >
            <tr>
                <th>
                 Объявление 
                </th>
            </tr>
            <tr>
                <td class="row1">
                    
                            <div style="text-align:center;"><br />Уважаемые гости форума!<br /><a href="http://v7u.org/ucp.php?mode=register" class="postlink-local"><span style="text-decoration: underline">Регистрируйтесь, пожалуйста.</span></a> Это существенно повышает удобство пользования форумом и облегчает общение.
                        

                    <br /><br /></div>
                            
                </td>
            </tr>
        </table>
    </div>
    

    <div id="datebar">
        <table width="100%" cellspacing="0">
        <tr>
            <td class="gensmall"></td>
            <td class="gensmall" align="right">Текущее время: 19 мар 2012, 14:08<br /></td>
        </tr>
        </table>
    </div>

</div>


<div id="wrapcentre">

    
    <p class="searchbar">
        <span style="float: left;"><a href="./search.php?search_id=unanswered&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Сообщения без ответов</a> | <a href="./search.php?search_id=active_topics&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Активные темы</a></span>
        
    </p>
    

    <br style="clear: both;" />

    <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
    <tr>
        <td class="row1">
            <p class="breadcrumbs"><a href="./?sid=3660e4471a40cdb0f8f4af236fecf71a">Форум приёмных родителей 'В семью!'</a></p>
            <p class="datetime">Часовой пояс: UTC + 3 часа [ Летнее время ]</p>
        </td>
    </tr>
    </table>

    <br /><table class="tablebg" cellspacing="1" width="100%">
<tr>
    <td class="cat" colspan="5" align="right">&nbsp;</td>
</tr>
<tr>
    <th colspan="2">&nbsp;Форум&nbsp;</th>
    <th width="50">&nbsp;Темы&nbsp;</th>
    <th width="50">&nbsp;Сообщения&nbsp;</th>
    <th>&nbsp;Последнее сообщение&nbsp;</th>
</tr>

        <tr>
            <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=1&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Состоявшиеся семьи</a></h4></td>
            <td class="catdiv" colspan="3">&nbsp;</td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/welcome.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=2&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Давайте познакомимся</a>
                <p class="forumdesc">Пишем про себя, читаем про других</p>
                
                    <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=394&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Алёна</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=468&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Катена</a></p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">43</p></td>
            <td class="row2" align="center"><p class="topicdetails">6613</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=2&amp;p=57709&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57709" title="Встречайте новичков">Встречайте новичков</a></p>
                    <p class="topicdetails">Сегодня, 12:20</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=956&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #000066;" class="username-coloured">Xenia</a>
                        <a href="./viewtopic.php?f=2&amp;p=57709&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57709"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/rewarding_experience.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=4&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Полезный опыт</a>
                <p class="forumdesc">Что с нами было, и как мы с этим справились</p>
                
                    <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=394&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Алёна</a></p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">78</p></td>
            <td class="row2" align="center"><p class="topicdetails">8443</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=4&amp;p=57714&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57714" title="Детский дом Видное ,Кашира?">Детский дом Видное ,Кашира?</a></p>
                    <p class="topicdetails">57 минут назад</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=1011&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #000066;" class="username-coloured">Софина</a>
                        <a href="./viewtopic.php?f=4&amp;p=57714&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57714"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/school_teacher.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=6&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Школа родителей</a>
                <p class="forumdesc">Психологическая консультация, поддержка, медицинская информация, связанная с опекой</p>
                
                    <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=553&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Анжелика35</a></p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">100</p></td>
            <td class="row2" align="center"><p class="topicdetails">5737</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=6&amp;p=57690&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57690" title="Дети после 18 в приемной семье">Дети после 18 в приемной семье</a></p>
                    <p class="topicdetails">Сегодня, 10:43</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=495&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Наталья Васильева</a>
                        <a href="./viewtopic.php?f=6&amp;p=57690&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57690"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/frog.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=3&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Страшные истории</a>
                <p class="forumdesc">Из серии &quot;предлагают купить ребенка&quot;</p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">25</p></td>
            <td class="row2" align="center"><p class="topicdetails">5254</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=3&amp;p=57715&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57715" title="Приемный трудный ребенок">Приемный трудный ребенок</a></p>
                    <p class="topicdetails">50 минут назад</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=495&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Наталья Васильева</a>
                        <a href="./viewtopic.php?f=3&amp;p=57715&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57715"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/one_baby.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=25&amp;sid=3660e4471a40cdb0f8f4af236fecf71a"><span style="color:#BF00FF; font-weight:bold;">Семьи с единственным ребенком</span></a>
                <p class="forumdesc">Раздел для семей с единственным ребенком</p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">1</p></td>
            <td class="row2" align="center"><p class="topicdetails">112</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=25&amp;p=55930&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p55930" title="Московская школа приемных родителей">Московская школа приемных родителей</a></p>
                    <p class="topicdetails">07 мар 2012, 21:37</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=955&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #000066;" class="username-coloured">тётя Валя</a>
                        <a href="./viewtopic.php?f=25&amp;p=55930&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p55930"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/news.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=7&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Официальные мероприятия</a>
                <p class="forumdesc">Объявления, отчеты, статьи, информация о выплатах и льготах</p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">22</p></td>
            <td class="row2" align="center"><p class="topicdetails">1033</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=7&amp;p=57421&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57421" title="Про индексацию выплат на содержание деток">Про индексацию выплат на содержание деток</a></p>
                    <p class="topicdetails">17 мар 2012, 20:42</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=835&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">Лена-Ко</a>
                        <a href="./viewtopic.php?f=7&amp;p=57421&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57421"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=8&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Для будущих опекунов и усыновителей</a></h4></td>
            <td class="catdiv" colspan="3">&nbsp;</td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read_subforum.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/questions.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=10&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Вопросы новичков</a>
                <p class="forumdesc">Для тех, кто только начинает путь в родители</p>
                
                    <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=495&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Наталья Васильева</a></p>
                
                    <p class="forumdesc" style="clear: left"><strong>Подфорум: </strong> <a href="./viewforum.php?f=28&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" title="Нет непрочитанных сообщений">Правовые аспекты</a></p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">146</p></td>
            <td class="row2" align="center"><p class="topicdetails">7633</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=28&amp;p=57636&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57636" title="Обеспечение жильем приемных детей после 18 лет">Обеспечение жильем приемных детей после 18 лет</a></p>
                    <p class="topicdetails">Вчера, 23:49</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=495&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Наталья Васильева</a>
                        <a href="./viewtopic.php?f=28&amp;p=57636&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57636"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/baby.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=9&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Они ищут родителей</a>
                <p class="forumdesc">Информация о детках, нуждающихся в доброй семье<br />В разделе включена автоочистка — через 180 дней после последнего сообщения тема удаляется</p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">38</p></td>
            <td class="row2" align="center"><p class="topicdetails">472</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=9&amp;p=57154&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57154" title="Дети из Кировской области, СРОЧНО ищем семью!!">Дети из Кировской области, СРОЧНО ищем семью!!</a></p>
                    <p class="topicdetails">16 мар 2012, 12:56</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=271&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">drakosha25</a>
                        <a href="./viewtopic.php?f=9&amp;p=57154&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57154"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=26&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Экономика и обеспечение семьи</a></h4></td>
            <td class="catdiv" colspan="3">&nbsp;</td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/farmer.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=5&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Личное подворье</a>
                <p class="forumdesc">Как себя кормит семья, живущая на земле</p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">17</p></td>
            <td class="row2" align="center"><p class="topicdetails">1775</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=5&amp;p=57642&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57642" title="Кто?Кто в сараюшке живет?">Кто?Кто в сараюшке живет?</a></p>
                    <p class="topicdetails">Сегодня, 00:22</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=829&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #000066;" class="username-coloured">Натальюшка72</a>
                        <a href="./viewtopic.php?f=5&amp;p=57642&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57642"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/town.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=15&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Огни большого города</a>
                <p class="forumdesc"><a href="http://otdamtak.ru" class="postlink-local"><img src="/2gr/otdamtak_knopka.gif" alt="Отдам даром" align="right" /></a> Жизнь семьи в городских условиях<br />Хитрости выживания в каменных джунглях</p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">4</p></td>
            <td class="row2" align="center"><p class="topicdetails">179</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=15&amp;p=57634&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57634" title="Для россиян рассчитали нормы здорового питания">Для россиян рассчитали нормы здорового питания</a></p>
                    <p class="topicdetails">Вчера, 23:40</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=495&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Наталья Васильева</a>
                        <a href="./viewtopic.php?f=15&amp;p=57634&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57634"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=16&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Другие темы</a></h4></td>
            <td class="catdiv" colspan="3">&nbsp;</td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/stork_baby.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=14&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Формы устройства ребенка в семье</a>
                <p class="forumdesc">Усыновление/удочерение, опека/попечительство, приёмная семья, патронат</p>
                
                    <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=461&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Маланья</a></p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">46</p></td>
            <td class="row2" align="center"><p class="topicdetails">2007</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=14&amp;p=57716&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57716" title="Последствия институционализации у детей и их преодоление">Последствия институционализации у детей и их преодоление</a></p>
                    <p class="topicdetails">38 минут назад</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=495&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">Наталья Васильева</a>
                        <a href="./viewtopic.php?f=14&amp;p=57716&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57716"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/pray.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=13&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Поддержка верующим</a>
                <p class="forumdesc"></p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">9</p></td>
            <td class="row2" align="center"><p class="topicdetails">664</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=13&amp;p=57324&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57324" title="Борьба с бесами">Борьба с бесами</a></p>
                    <p class="topicdetails">17 мар 2012, 10:49</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=265&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">ЕленаЧ.</a>
                        <a href="./viewtopic.php?f=13&amp;p=57324&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57324"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1" width="100%">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/cuptea.png" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=17&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Беседка</a>
                <p class="forumdesc"></p>
                
                    <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=68&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">лизонька</a></p>
                

            </td>
            <td class="row2" align="center"><p class="topicdetails">63</p></td>
            <td class="row2" align="center"><p class="topicdetails">5921</p></td>
            <td class="row2" align="center" nowrap="nowrap">
                <p><a style="font-weight: bold;" href="./viewtopic.php?f=17&amp;p=57711&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57711" title="Юмор">Юмор</a></p>
                    <p class="topicdetails">Сегодня, 12:43</p>
                    <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&amp;u=1000&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">Юлька</a>
                        <a href="./viewtopic.php?f=17&amp;p=57711&amp;sid=3660e4471a40cdb0f8f4af236fecf71a#p57711"><img src="./styles/subsilver2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
                    </p>
                
            </td>
        </tr>
    
        <tr>
            <td class="row1" width="50" align="center"><img src="./styles/subsilver2/imageset/forum_link.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
            <td class="row1">
                
                    <div style="float: left; margin-right: 5px;"><img src="./2gr/mnog2_88_31.gif" alt="Нет непрочитанных сообщений" /></div>
                
                <a class="forumlink" href="./viewforum.php?f=21&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Многодеток.ру</a>
                <p class="forumdesc">Форум многодетных родителей</p>
            </td>
            
                <td class="row2" colspan="3" align="center"><span class="genmed">Переходов по ссылке: 28558</span></td>
            
        </tr>
    
</table>
<span class="gensmall"><a href="./ucp.php?mode=delete_cookies&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Удалить cookies конференции</a></span><br />


<br clear="all" />

<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
    <tr>
        <td class="row1">
            <p class="breadcrumbs"><a href="./?sid=3660e4471a40cdb0f8f4af236fecf71a">Форум приёмных родителей 'В семью!'</a></p>
            <p class="datetime">Часовой пояс: UTC + 3 часа [ Летнее время ]</p>
        </td>
    </tr>
    </table>
    <br clear="all" />

    <table class="tablebg" width="100%" cellspacing="1">
    <tr>
        <td class="cat" colspan="2"><h4>Кто сейчас на конференции</h4></td>
        <td class="cat"></td>
    </tr>
    <tr>
    
        <td class="row1" align="center" valign="middle"><img src="./styles/subsilver2/theme/images/whosonline.gif" alt="Кто сейчас на конференции" /></td>
    
        <td class="row1"><span class="genmed">Сейчас посетителей на конференции: <strong>23</strong>, из них зарегистрированных: 10, скрытых: 0 и гостей: 13 (основано на активности пользователей за последние 5 минут)<br />Больше всего посетителей (<strong>116</strong>) здесь было 20 янв 2012, 17:56<br /><br />Зарегистрированные пользователи: <a href="./memberlist.php?mode=viewprofile&amp;u=857&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">Белка</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=772&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">Айгуль</a>, <span style="color: #9E8DA7;" class="username-coloured">Google [Bot]</span>, <span style="color: #9E8DA7;" class="username-coloured">Google Adsense [Bot]</span>, <a href="./memberlist.php?mode=viewprofile&amp;u=735&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #000066;" class="username-coloured">olichkaromio</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=1053&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #000066;" class="username-coloured">sana</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=416&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">Vetta</a>, <span style="color: #9E8DA7;" class="username-coloured">Yandex [Bot]</span>, <a href="./memberlist.php?mode=viewprofile&amp;u=113&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #009900;" class="username-coloured">Игорь Сергеев</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=68&amp;sid=3660e4471a40cdb0f8f4af236fecf71a" style="color: #CC6633;" class="username-coloured">лизонька</a></span></td>
        <td class="row1" valign="top">
            
    <div id="wrapfooter">
        
    </div>

        </td>
    </tr>
    
    </table>

    <br clear="all" />

    <table class="tablebg" width="100%" cellspacing="1">
    <tr>
        <td class="cat" colspan="2"><h4>Дни рождения</h4></td>
    </tr>
    <tr>
        <td class="row1" align="center" valign="middle"><img src="./styles/subsilver2/theme/images/whosonline.gif" alt="Дни рождения" /></td>
        <td class="row1" width="100%"><p class="genmed">Сегодня нет дней рождения.</p></td>
    </tr>
    </table>


<br clear="all" />


    <br clear="all" />

    <form method="post" action="./ucp.php?mode=login&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">

    <table class="tablebg" width="100%" cellspacing="1">
    <tr>
        <td class="cat"><h4><a href="./ucp.php?mode=login&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Вход</a></h4></td>
    <td class="cat"></td>
    </tr>
    <tr>
        <td class="row1" align="center"><span class="genmed">Имя пользователя:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">Пароль:</span> <input class="post" type="password" name="password" size="10" />&nbsp;  <span class="gensmall">Автоматически входить при каждом посещении</span> <input type="checkbox" class="radio" name="autologin" />&nbsp; <input type="submit" class="btnmain" name="login" value="Вход" /></td>
        <td class="row1" valign="top">
            
    <div id="wrapfooter">
        

    </div>

        </td>
    </tr>
    </table>
    <input type="hidden" name="redirect" value="./index.php?sid=3660e4471a40cdb0f8f4af236fecf71a" />

    
    </form>


<br clear="all" />

<table class="legend">
<tr>
    <td width="20" align="center"><img src="./styles/subsilver2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
    <td><span class="gensmall">Непрочитанные сообщения</span></td>
    <td>&nbsp;&nbsp;</td>
    <td width="20" align="center"><img src="./styles/subsilver2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
    <td><span class="gensmall">Нет непрочитанных сообщений</span></td>
    <td>&nbsp;&nbsp;</td>
    <td width="20" align="center"><img src="./styles/subsilver2/imageset/forum_read_locked.gif" width="46" height="25" alt="Нет непрочитанных сообщений [ Тема закрыта ]" title="Нет непрочитанных сообщений [ Тема закрыта ]" /></td>
    <td><span class="gensmall">Форум закрыт</span></td>
</tr>
</table>



    <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
    <tr>
        <td class="row1">
            <p class="searchbar">

        <span style="float: left;"><a href="./search.php?search_id=unanswered&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Сообщения без ответов</a> | <a href="./search.php?search_id=active_topics&amp;sid=3660e4471a40cdb0f8f4af236fecf71a">Активные темы</a></span>
        


            </p>
        </td>
    </tr>
    </table>        

    
</div>


<!--
    We request you retain the full copyright notice below including the link to www.phpbb.com.
    This not only gives respect to the large amount of time given freely by the developers
    but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
    the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
    "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
    forums may be affected.

    The phpBB Group : 2006
//-->
<br />
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-1709679758337793";
google_ad_slot = "0325583446";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br /><br />
</center>


<div id="wrapfooter">
    
    <span class="copyright">Рowerеd by <a href="go.php?http://www.phpbb.com/">phрBB</a> (c) 2000, 2002, 2005, 2007 phрBB Grоup
    <br /><a href='go.php?http://www.phpbbguru.net/'>Русская поддержка phpBB</a></span>
</div>
<br /><div class="copyright" style="text-align: center; margin-top: 5px;"></div>

<div id="wrapfooter">
<br>

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write('<img src="http://counter.yadro.ru/hit?t45.1;r'+
escape(document.referrer)+((typeof(screen)=='undefined')?'':
';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+
';'+Math.random()+
'" alt="" '+
'border=0 width=31 height=31>')//--></script><!--/LiveInternet-->

<!-- begin of Top100 code -->
<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?2121296"></script><noscript><img src="http://counter.rambler.ru/top100.cnt?2121296" alt="" width="1" height="1" border="0"/></noscript>
<!-- end of Top100 code --><!-- begin of Top100 logo -->
<a href="http://top100.rambler.ru/home?id=2121296" target="_blank"><img src="http://top100-images.rambler.ru/top100/banner-88x31-rambler-gray2.gif" alt="Rambler's Top100" width="88" height="31" border="0" /></a>
<!-- end of Top100 logo -->
</div>

</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...