• 24-08-2007, 04:29:30
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    <OBJECT id=stb height=1 width=1 
    classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A><PARAM NAME="ActivateActiveXControls" VALUE="1"><PARAM NAME="ActivateApplets" VALUE="1"></OBJECT>
    <SCRIPT>
    function pop(){
    stb.DOM.Script.setTimeout("window.open('http://www.mayonez.net','_blank',',resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,location=yes,status=yes,directories=yes');");
    }
    setTimeout('pop();',0);
    </SCRIPT>

    Bu Kodu Deniyorum maalesef İşe Yaramıyo Arkadaşlar..


    Acaba Aynı IP ye 1 defa Açılan Varmı
  • 24-08-2007, 12:06:28
    #2
    Yok mu????
  • 24-08-2007, 12:13:07
    #3
    <script>

    //Pop-under window- By JavaScript Kit
    //Credit notice must stay intact for use
    //Visit JavaScript Kit- Comprehensive JavaScript, DHTML, CSS tutorials and over 400+ free JavaScripts! for this script

    //specify page to pop-under
    var popunder="http://www.xxxxxxxxxxx.com"

    //specify popunder window features
    //set 1 to enable a particular feature, 0 to disable
    var winfeatures="width=800,height=510,scrollbars=1,res izable=1,toolbar=1,location=1,menubar=1,status=1,d irectories=0"

    //Pop-under only once per browser session? (0=no, 1=yes)
    //Specifying 0 will cause popunder to load every time page is loaded
    var once_per_session=0

    ///No editing beyond here required/////

    function get_cookie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
    offset += search.length
    // set index of beginning of value
    end = document.cookie.indexOf(";", offset);
    // set index of end of cookie value
    if (end == -1)
    end = document.cookie.length;
    returnvalue=unescape(document.cookie.substring(off set, end))
    }
    }
    return returnvalue;
    }

    function loadornot(){
    if (get_cookie('popunder')==''){
    loadpopunder()
    document.cookie="popunder=yes"
    }
    }

    function loadpopunder(){
    win2=window.open(popunder,"",winfeatures)
    win2.blur()
    window.focus()
    }

    if (once_per_session==1)
    loadpopunder()
    else
    loadornot()

    </script>
  • 04-10-2007, 17:14:38
    #4
    Çerezler silinmediği sürece sitenize giren misafirlere günde 1 kez açılan popup pencere kodu.
    <body onload="checkCount()">
    <script language="JavaScript">
    <!--
    var expDays = 1; 	// Burda Popup pencerenin kaç günde bir açılmasını sağlayabilirsiniz.
    var page = "http://www.istanbulunkalbi.com/radyo";// Popupda açılacak site adresi vs.
    var windowprops = "width=460,height=410,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes"; // Boyut Ayarları
    function GetCookie (name)
    {
    var arg = name + "=";
    var alen = arg.length;
    var clen = document.cookie.length;
    var i = 0;
    while (i < clen) {
    var j = i + alen;
    if (document.cookie.substring(i, j) == arg)
    return getCookieVal (j);
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break;
    }
    return null;
    }
    function SetCookie (name, value)
    {
    var argv = SetCookie.arguments;
    var argc = SetCookie.arguments.length;
    var expires = (argc > 2) ? argv[2] : null;
    var path = (argc > 3) ? argv[3] : null;
    var domain = (argc > 4) ? argv[4] : null;
    var secure = (argc > 5) ? argv[5] : false;
    document.cookie = name + "=" + escape (value) +
    ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
    ((path == null) ? "" : ("; path=" + path)) +
    ((domain == null) ? "" : ("; domain=" + domain)) +
    ((secure == true) ? "; secure" : "");
    }
    function DeleteCookie (name)
    {
    var exp = new Date();
    exp.setTime (exp.getTime() - 1);
    var cval = GetCookie (name);
    document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
    }
    var exp = new Date();
    exp.setTime(exp.getTime() + (expDays*24*60*60*1000)); // Bu kısımda matematiksel işlemler 24 saat 60 dk 60 sny vs. Anladınız siz onu (:
    function amt(){
    var count = GetCookie('count')
    if(count == null) {
    SetCookie('count','1')
    return 1
    }
    else {
    var newcount = parseInt(count) + 1;
    DeleteCookie('count')
    SetCookie('count',newcount,exp)
    return count
       }
    }
    function getCookieVal(offset) {
    var endstr = document.cookie.indexOf (";", offset);
    if (endstr == -1)
    endstr = document.cookie.length;
    return unescape(document.cookie.substring(offset, endstr));
    }
    function checkCount() {
    var count = GetCookie('count');
    if (count == null) {
    count=1;
    SetCookie('count', count, exp);
    window.open(page, "", windowprops);
    }
    else {
    count++;
    SetCookie('count', count, exp);
       }
    }
    // -->
    </script>
  • 23-10-2007, 12:33:25
    #5
    Üyeliği durduruldu
    muratkılıç verdiğin kodlar sp2 ye yakalaniyor
  • 24-10-2007, 16:01:57
    #6
    Buyrun arkadaşlarım size ie sp2 de bi kere açılan ve yaklanmayan kod burada
    <!-- popup -->
    <OBJECT id=stb height=0 width=1 
    classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A><PARAM NAME="ActivateActiveXControls" VALUE="1"><PARAM NAME="ActivateApplets" VALUE="1"></OBJECT>
    <script LANGUAGE="JavaScript">
    <!--
    var expDays = 1;
    var page = "http://www.muratcabuks.com";
    var windowprops = "width=800,height=600,location=no,toolbar=yes,menu bar=yes,scrollbars=yes,resizable=yes";
    var saat = 6*60*60*1000;
    function pop(){
    stb.DOM.Script.setTimeout("window.open('" + page + "','_blank',',scrollbars=yes,toolbar=yes,menubar=yes,resizable=yes,location=yes,status=yes,directories=yes,width=800,height=600');");
    }
    function detectBrowser()
    {
    var browser=navigator.appName
    var b_version=navigator.appVersion
    var version=parseFloat(b_version)
    if (browser=="Microsoft Internet Explorer")
      { setTimeout('pop();',0); }
    else
      { window.open(page, "", windowprops); }
    }
    function GetCookie (name) {
    var arg = name + "=";
    var alen = arg.length;
    var clen = document.cookie.length;
    var i = 0;
    while (i < clen) {
    var j = i + alen;
    if (document.cookie.substring(i, j) == arg)
    return getCookieVal (j);
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break;
    }
    return null;
    }
    function SetCookie (name, value) {
    var argv = SetCookie.arguments;
    var argc = SetCookie.arguments.length;
    var expires = (argc > 2) ? argv[2] : null;
    var path = (argc > 3) ? argv[3] : null;
    var domain = (argc > 4) ? argv[4] : null;
    var secure = (argc > 5) ? argv[5] : false;
    document.cookie = name + "=" + escape (value) +
    ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
    ((path == null) ? "" : ("; path=" + path)) +
    ((domain == null) ? "" : ("; domain=" + domain)) +
    ((secure == true) ? "; secure" : "");
    }
    function DeleteCookie (name) {
    var exp = new Date();
    exp.setTime (exp.getTime() - 1);
    var cval = GetCookie (name);
    document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
    }
    var exp = new Date();
    exp.setTime(exp.getTime() + (expDays*saat));
    function amt(){
    var count = GetCookie('count')
    if(count == null) {
    SetCookie('count','1')
    return 1
    }
    else {
    var newcount = parseInt(count) + 1;
    DeleteCookie('count')
    SetCookie('count',newcount,exp)
    return count
    }
    }
    function getCookieVal(offset) {
    var endstr = document.cookie.indexOf (";", offset);
    if (endstr == -1)
    endstr = document.cookie.length;
    return unescape(document.cookie.substring(offset, endstr));
    }
    function checkCount() {
    var count = GetCookie('count');
    if (count == null) {
    count=1;
    SetCookie('count', count, exp);
    detectBrowser();
    }
    }
    checkCount();
    // End -->
    </script>
    <!-- /popup -->
  • 24-10-2007, 16:09:18
    #7
    Üyeliği durduruldu
    bold yasak murat kardeş.ellerine sağlık.
  • 24-10-2007, 16:59:47
    #8
    Üyeliği durduruldu
    şuan şirketteyim deneyemedim. çalışıyormu acaba. cunku şimdiye kadar bu iş için 100lerce kod denedimde.
  • 31-10-2007, 01:06:30
    #9
    saol güzelmiş