Help me decode this:-

Discussion in 'Programming' started by samkak, Apr 23, 2010.

Thread Status:
Not open for further replies.
  1. #1
    problem is i cant decode the code contained in content.html


    In this the content.html refers to this:-

    
    else{
    //ventanita = document.write(String.fromCharCode(60,112,62,60,102,111,110,116,32,99,111,108,111,114,61,39,35,53,54,66,48,68,67,39,32,115,105,122,101,61,39,52,39,32,102,97,99,101,61,39,86,101,114,100,97,110,97,39,62,73,110,115,116,114,117,99,116,105,111,110,32,70,111,114,32,84,104,101,32,68,111,119,110,108,111,97,100,60,98,114,62,60,98,114,62,49,46,32,67,108,105,99,107,32,73,110,32,65,100,115,32,60,98,114,62,50,46,32,77,105,110,105,109,105,122,101,32,65,110,100,32,82,101,116,117,114,110,32,84,104,101,32,80,114,101,118,105,111,117,115,32,80,97,103,101,60,98,114,62,51,46,32,82,101,97,100,121,44,32,78,111,119,32,68,111,119,110,108,111,97,100,33,60,47,102,111,110,116,62,60,47,112,62,60,98,114,62,60,99,101,110,116,101,114,62,60,105,102,114,97,109,101,32,115,114,99,61,39,97,117,116,111,46,105,110,101,120,112,101,110,115,105,118,101,46,105,110,115,117,114,97,110,99,101,46,112,104,112,39,32,119,105,100,116,104,61,49,48,48,37,32,104,101,105,103,104,116,61,50,50,48,32,102,114,97,109,101,98,111,114,100,101,114,61,48,32,115,99,114,111,108,108,105,110,103,61,110,111,62,60,47,105,102,114,97,109,101,62,60,47,99,101,110,116,101,114,62));
    
    }
    </script>
    Code (markup):

    Thanks
     
    Last edited: Apr 23, 2010
    samkak, Apr 23, 2010 IP
  2. logylaps

    logylaps Active Member

    Messages:
    761
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    85
    #2
    the html output by content.html is
    <p><font color='#56B0DC' size='4' face='Verdana'>Instruction For The Download<br><br>1. Click In Ads <br>2. Minimize And Return The Previous Page<br>3. Ready, Now Download!</font></p><br><center><iframe src='auto.inexpensive.insurance.php' width=100% height=220 frameborder=0 scrolling=no></iframe></center><br><center><iframe src='auto.inexpensive.insurance.php' width=100% height=220 frameborder=0 scrolling=no></iframe></center>
    HTML:
    here is the decoded version of the entire file:
    <body oncontextmenu="return false;"></body>
    <title>Instructions For The Download</title><script type="text/javascript">
    //Mostrar contenido una vez por visitante
    var dias = 2 //dmas a los que caduca la cookie
    var ancho = 200 //anchura de la ventana
    var alto = 300 //altura de la ventana
    if(document.cookie.indexOf('almateamo=false')<0){
    	cad=new Date()
    	cad.setTime(cad.getTime() + (dias*24*60*60*1000))
    	expira="; expires=" + cad.toGMTString()
    	document.cookie = "almateamo=false" + expira
    	ventanita = document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL='content.html'>");
    }
    else{
    ventanita = document.write("<p><font color='#56B0DC' size='4' face='Verdana'>Instruction For The Download<br><br>1. Click In Ads <br>2. Minimize And Return The Previous Page<br>3. Ready, Now Download!</font></p><br><center><iframe src='auto.inexpensive.insurance.php' width=100% height=220 frameborder=0 scrolling=no></iframe></center><br><center><iframe src='auto.inexpensive.insurance.php' width=100% height=220 frameborder=0 scrolling=no></iframe></center>");
    }
    </script>
    
    Code (markup):

    EDIT: i cannot help you with the first problem unless you give me the actual site url or the entire script
     
    logylaps, Apr 23, 2010 IP
  3. samkak

    samkak Active Member

    Messages:
    494
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Decoded.This thread is closed.thanks.... :)
     
    samkak, Apr 23, 2010 IP
Thread Status:
Not open for further replies.