WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Internet (http://www.wcm.at/forum/forumdisplay.php?f=8)
-   -   webseiten gehn auf, und suchseite hat popups (http://www.wcm.at/forum/showthread.php?t=79810)

CISK 08.12.2002 20:45

webseiten gehn auf, und suchseite hat popups
 
Manchmal, aber leider immer wenn ich nicht da bin gehen auf meinem pc webseiten auf zb "tip of the day" blabla uns irgendweie werbung, wie ist das möglich? (http://205.134.182.163/1/rotate.html)

andres problem, sobal ich im ie auf suchen klicke gehen ca 10 popupfenster auf?!? wie ist das wiederum möglich?
(http://network.nocreditcard.com/iepatch/video.php3)
(http://network.nocreditcard.com/?bro...&extlogin=1101)

danke füt die hilfe :)

Nasdaq 08.12.2002 20:57

möglich ist alles :D

adaware usw schon gemacht?

rubberduck 08.12.2002 21:04

such mal nach dem proggie "popUpCop"
gibt nichts besseres meiner meinung
kann activx,java,scripts einfach alles off schalten was du willst
rd

enjoy2 08.12.2002 21:09

doch, Rubberduck, Opera ist besser ;)

_m3 08.12.2002 21:15

Oder Mozilla :D

Loewe 08.12.2002 21:34

Einmal im Monat Ad-Aware, und gut ist.

Klick

Tarjan 08.12.2002 22:46

Und wenn das nicht hilft noch mit Regcleaner bearbeiten, siehe diesen Tread: http://www.wcm.at/vb2/showthread.php?s=&threadid=80470 .

garfield36 08.12.2002 23:59

Popupcop
 
Diese Popups habe mich auch sehr gestört. Mit Popupcop habe ich das Problem endlich gelöst. Ist halt nur 30 Tage frei, danach müßte man es registrieren. Aber die $ 19,76 ist es meiner Ansicht nach wert.

rubberduck 09.12.2002 00:05

jojo opera,mozilla etc.hab ich alles schon durch.
jeder der mal popupcop drauf hatte hat gleich die kohle überwiesen.
und das in der heutigen zeit sagt doch alles über das tool aus oder ;)
greetz
rd

CISK 09.12.2002 01:30

ich würde vorallem gerne wissen warum die popups aufgehen!

Dr. Mabuse 09.12.2002 07:06

Wegen

Code:

function chkc(){
var o=new Date();

var url1 = "1/info.html";
var url2 = "2/info.html";
var url3 = "3/info.html";
var url4 = "4/info.html";
var url5 = "5/info.html";
var url6 = "6/info.html";
var url7 = "7/info.html";

  o.setDate(o.getDate()+30);

  if (document.cookie.indexOf("tip=1") != -1){
          document.cookie="tip=2;expires="+o.toUTCString();
          return url2;
  }else{
          if (document.cookie.indexOf("tip=2") != -1){
                  document.cookie="tip=3;expires="+o.toUTCString();
                  return url3;
          }else{
                  if (document.cookie.indexOf("tip=3") != -1){
                          document.cookie="tip=4;expires="+o.toUTCString();
                          return url4;
                  }else{
                          if (document.cookie.indexOf("tip=4") != -1){
                                  document.cookie="tip=5;expires="+o.toUTCString();
                                  return url5;
                          }else{
                                  if (document.cookie.indexOf("tip=5") != -1){
                                          document.cookie="tip=6;expires="+o.toUTCString();
                                          return url6;
                                  }else{
                                          if (document.cookie.indexOf("tip=6") != -1){
                                                  document.cookie="tip=7;expires="+o.toUTCString();
                                                  return url7;
                                          }else{                                 
                                                document.cookie="tip=1;expires="+o.toUTCString();
                                                return url1;
                                          }
                                  }
                          }
                  }
          }
  }
  }

bver=navigator.appVersion.split(";");

function totdstart(urlto){
        if(bver[1].match("5.")){
                rtip=window.showModalDialog(''+urlto,null,"dialogWidth:430px;dialogHeight:280px;center:1;scroll:0;help:0;status:0");
        }
        else{
                rtip=window.showModalDialog(''+urlto,null,"dialogWidth:430px;dialogHeight:300px;center:1;scroll:0;help:0");
        }
}

        function totdinit(a){
                if (document.all){
                        totdstart(a);
                }
                else
                {
                        document.body.insertAdjacentHTML('beforeEnd','<Div Id="etotd" style="width:140;position:absolute;top:0;left:0;BACKGROUND-COLOR:#B71717;BORDER-BOTTOM:#5C0000 solid 2px;BORDER-LEFT:#FE5E5E solid 2px;BORDER-RIGHT:#5C0000 solid 2px;BORDER-TOP:#FE5E5E solid 2px;font-family:Arial;font-size:8pt;font-weight:bold;text-align:center;padding-top:2px;padding-bottom:2px;color:#FFFFFF;cursor:default" onclick="enable()" onmouseover="mover()" onmouseout="mout()">Enable Tip of the Day</Div>');
                }

        function enable(){
                etotd.innerHTML="Tip of the Day enabled"; setTimeout('etotd.style.visibility="hidden";totdstart()',1000);
        }

        function mover(a){
                etotd.style.borderLeftColor="#5C0000"; etotd.style.borderRightColor="#FE5E5E"; etotd.style.borderBottomColor="#FE5E5E";
                etotd.style.borderTopColor="#5C0000"; etotd.style.paddingLeft="1px"; etotd.style.paddingTop="3px";
        }

        function mout(){
                etotd.style.borderLeftColor="#FE5E5E"; etotd.style.borderRightColor="#5C0000"; etotd.style.borderBottomColor="#5C0000";
                etotd.style.borderTopColor="#FE5E5E"; etotd.style.paddingLeft="0px"; etotd.style.paddingTop="2px";
        }
}

function open1of7(){
        totdinit(chkc()); t=setTimeout("self.close()",5000);
}



Alle Zeitangaben in WEZ +2. Es ist jetzt 18:51 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag