• 20-08-2005, 14:52:32
    #1
    Üyeliği durduruldu
    Arkadaslar popup kodu lazım her ip ye bitane acilacak ve saniyeyi biz ayarlayabilecegimiz cok aradim ama bilen varsa yardım da yardım pls..
  • 20-08-2005, 18:58:02
    #2
    Üyeliği durduruldu
    Yazdığım adres değişmiş o yüzden editledim mesajı bakıyorum...
  • 20-08-2005, 18:59:42
    #3
    Üyeliği durduruldu
    https://www.r10.net/showthread.php?t=751 <-- bu başlığa göz at arkadaşım...
  • 20-08-2005, 19:33:08
    #4
    Üyeliği durduruldu
    KaaN adlı üyeden alıntı:
    https://www.r10.net/showthread.php?t=751 <-- bu başlığa göz at arkadaşım...
    Kardesim cok sağol işime yaradi ama mesela ben istedigim mesela 2 tane popup acmak istiyorum birisinin siteye girdikten sonra 3 sn sonra digeride 10 sn sonra misal ama tabiki bu işler her ip de bi kere olacak..Olan arkadaslar paylasırsa sevinirim..
  • 20-08-2005, 19:35:39
    #5
    Üyeliği durduruldu
    O konuda yardımcı olamıyacağım arkadaşım ama Ejder arkadaşımız yardım edebilir sanırım o konu için...
  • 20-08-2005, 19:42:02
    #6
    Üyeliği durduruldu
    sağol sen cok yardımcı oldun tekrar tsk..
  • 20-08-2005, 20:06:50
    #7
    Kimlik doğrulama veya yönetimden onay bekliyor.
    <script LANGUAGE="JavaScript">
    <!-- 
     var expDays = 1;
    
     var page1 = "https://www.r10.net";
     var saniye1 = "3";
     var page2 = "http://www.r11.net";
     var saniye2 = "10";
     var windowprops = "width=600,height=500,location=no,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes";
    
     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));
    
     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(num,pagename) {
      var count = GetCookie('count' + num);
      if (count == null) {
       count=1;
       SetCookie('count' + num, count, exp);
    
       window.open(pagename, "", windowprops);
      }
      else {
       count++;
       SetCookie('count' + num, count, exp);
      }
     }
    
     setTimeout("checkCount('1',page1)",saniye1*1000);
     setTimeout("checkCount('2',page2)",saniye2*1000);
    
    //-->
    </script>
    Sanırım çalışır bu haliyle. Ejder'in kodunda gerekli modifikasyonları yaptım.