Apache
tcp/443
Open service 90.156.201.104:443 · msolite.ru
2026-01-10 15:13
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 15:13:44 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: Apache
Set-Cookie: PHPSESSID=c6hvmqmqas01km6ilhu1pre9h3; expires=Sun, 10-Jan-2027 15:13:44 GMT; Max-Age=31536000; path=/; domain=.msolite.ru; HttpOnly
Expires: Sat, 10 Jan 2026 15:13:44 GMT
Cache-Control: public, max-age=0
Pragma: no-cache
X-Powered-By: HostCMS 1641170095 600078174 1295453590
Last-Modified: Sat, 10 Jan 2026 15:13:44 GMT
Page title: Демонстрационный сайт системы управления сайтом HostCMS
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Демонстрационный сайт системы управления сайтом HostCMS</title>
<meta name="description" content="Демонстрационный сайт системы управления сайтом HostCMS" />
<meta name="keywords" content="Демонстрационный сайт системы управления сайтом HostCMS" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" type="text/css" href="/templates/template1/style.css?1743692487" />
<link rel="stylesheet" type="text/css" href="/templates/template7/style.css?1743692487" />
<link rel="stylesheet" type="text/css" href="/hostcmsfiles/jquery/lightbox/css/jquery.lightbox.css?1743692487" />
<link rel="stylesheet" type="text/css" href="/hostcmsfiles/jquery/slider/jquery-ui.css?1743692487" />
<!--[if IE]>
<style>.header input[type=text],.header input[type=password]{border:1px solid #eee;height:20px}</style>
<![endif]-->
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/news/rss/" />
<script type="text/javascript" src="/templates/template1/script.js"></script>
<script type="text/javascript" src="/templates/template7/script.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/jquery.validate.min.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/lightbox/js/jquery.lightbox.js"></script>
<script type="text/javascript" src="/templates/template1/hostcms.js"></script>
<script type="text/javascript" src="/hostcmsfiles/main.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/bbedit/jquery.bbedit.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/stars/jquery.ui.core.min.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/stars/jquery.ui.widget.min.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/stars/jquery.ui.stars.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/slider/jquery-ui.min.js"></script>
<script type="text/javascript" src="/hostcmsfiles/jquery/jquery.autocomplete.min.js"></script>
<script type="text/javascript">
// <![CDATA[
$(function() {
$('#gallery a[target="_blank"]:has(img)').lightBox();
$('.stars').stars({
inputType: "select", disableValue: false
});
// переход по ссылке(class="button")
$('.button:has(a[href])').click(function(){window.location.href = $(this).find('a').attr('href')});
// Очистка полей авторизации
$.fn.clearAuthFields = function(){
oV={l:this.find('[name="login"]').val(),p:this.find('[name="password"]').val()};
this.find(':text,:password').focus(function(){
o=$(this); n=o.attr('name');
if (n=='login' && o.val()==oV.l || n=='password' && o.val()==oV.p){
v=o.val(); o.val('');
o.focusout(v, function(){if ($(this).val() == '') $(this).val(v)})}
})};
$('#authorization').clearAuthFields();
$('div.filter legend').click(function(){
$(this).toggleClass("right");
$(this).next('div').toggle('fast', function(){ $(this).parent().toggleClass("toggle") });
});
$(".slider").slider({
range: true,
//step: 1000,
slide: function( event, ui ) {
$(this).prev().find("input[name$='_from']").val(ui.values[0]);
$(this).prev().find("input[name$='_to']").val(ui.values[1]);
},
create: function(event, ui) {
var min_value_original = parseInt($(this).prev().find("input[name$='_from_original']").val()),
max_value_original = parseInt($(this).prev().find("input[name$='_to_original']").val()),
min_value = parseInt($(this).prev().find("input[name$='_from']").val()),
max_value = parseInt($(this).prev().find("input[name$='_to']").val());
$(this).slider({
m