• 06-09-2008, 17:08:59
    #1
    Üyeliği durduruldu
    Forumda çok kod buldum fakat hiçbiri işe yaramadı.Kimisi çok açtı, kimisi hiç açmadı.

    Lütfen kullandığınız ziyaretçiye bir kez açılan popup kodu elinizde varsa paylaşabilirmisiniz. ?
  • 06-09-2008, 20:00:16
    #2
    Üyeliği durduruldu
    session kullanabilirsin
  • 07-09-2008, 00:53:50
    #3
    Forumu tam araştırmamışsın.
    Bir kaç konu aşağıda aynı olay sorulmuştu.
    ErsaT hocanın kodlarını kullanabilirsin, gayet sağlıklı anlaşılır.
    https://www.r10.net/php/226528-1-defa...us-reklam.html
    ErsaT adlı üyeden alıntı: mesajı görüntüle
    Bu şekilde olabilir.
    Sadece bir defa açtırmak istiyorsan.
    <?php
    session_start();
    if($_SESSION['popup'] != 'evet'){
    echo '<input type="button" value="Tıkla" onclick="popUnder(\'http://www.FriendlyDuck.com/AF_TA/rel/index.cfm?RST=UNXDE&TAD=392538\', \'800\', \'600\', \'0\');">';
    $_SESSION['popup'] = 'evet';
    }else{
    echo '<input type="button" value="Tıkla">';
    }
    ?>
    bunu uyarlayabilirsin.
  • 07-09-2008, 12:37:37
    #4
    Kimlik doğrulama veya yönetimden onay bekliyor.
    bu js yi siteden al buradan al tıkla ( sag click hedefi farklı kaydet ) bunu worpad ile ac orda sohbet08.com görüceksin. popup acmak istedigin site adı ile degistir ..popup js yi asagıdaki gibi SRC="http://www.sohbetiks.net/popup.js"> yolunu belirttigin site ye at . popup actıracagın siteye de asagıdaki kodu ekle

    <SCRIPT LANGUAGE="JavaScript"> <!--
    //frequency cap,1 pop-under per number of hours
    var frequencyCap = 8; //hours
    function setCookie(cookieName,cookieValue, expirehours) {
    if (frequencyCap > 0){
    var today = new Date();
    var expire = new Date();
    expire.setTime(today.getTime() + 360000 * frequencyCap);
    document.cookie = cookieName+"="+escape(cookieValue)
    + ";expires="+expire.toGMTString() + "; path=/";
    }else{
    document.cookie = cookieName+"="+escape(cookieValue) + "; path=/";
    }
    }
    function ReadCookie(cookieName) {
    var theCookie=""+document.cookie;
    var ind=theCookie.indexOf(cookieName);
    if (ind==-1 || cookieName=="") return "";
    var ind1=theCookie.indexOf(';',ind);
    if (ind1==-1) ind1=theCookie.length;
    return unescape(theCookie.substring(ind+cookieName.length +1,ind1));
    }
    if (ReadCookie('****') != 'yes')
    {
    setCookie('****','yes', frequencyCap);
    //<a href="http://www.1oyunoyna.com">chat</a>
    //Pop-Under Code Here
    document.write('<SCRI'+'PT LANGUAGE="JavaScript1.1" ');
    document.write(' SRC="http://www.sohbetiks.net/popup.js">');
    document.write('</SCR'+'IPT>');
    //Pop-Under Code End
    }
    // --> </SCRIPT>



    artı bu popup block lara yakalanmıyor. Hayırlı olsun . ben kullanıyorum sorunsuz
  • 07-09-2008, 12:42:24
    #5
    bunu kullanıyorum ben sitemde 24 saatte her ziyaretçiye 1 defa açılan ve sp2 ye yakalanmayan kod

    sitene uygun bölüme ekle

    <SCRIPT LANGUAGE="JavaScript"> <!--  
    //frequency cap,1 pop-under per number of hours
    var frequencyCap = 8; //hours 
    function setCookie(cookieName,cookieValue, expirehours) {
    if (frequencyCap > 0){
    var today = new Date();
    var expire = new Date();
    expire.setTime(today.getTime() + 3600000 * frequencyCap);
    document.cookie = cookieName+"="+escape(cookieValue)
    + ";expires="+expire.toGMTString() + "; path=/";
    }else{
    document.cookie = cookieName+"="+escape(cookieValue) + "; path=/";
    }
    }
    function ReadCookie(cookieName) {
    var theCookie=""+document.cookie;
    var ind=theCookie.indexOf(cookieName);
    if (ind==-1 || cookieName=="") return ""; 
    var ind1=theCookie.indexOf(';',ind);
    if (ind1==-1) ind1=theCookie.length; 
    return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
    }
    if (ReadCookie('****') != 'yes')  
    { 
    setCookie('****','yes', frequencyCap); 
    //
    //Pop-Under Code Here
    document.write('<SCRI'+'PT LANGUAGE="JavaScript1.1" '); 
    document.write(' SRC="http://www.siteadresi.com/popup.js">');
    document.write('</SCR'+'IPT>'); 
    //Pop-Under Code End
    } 
    // --> </SCRIPT>
    popup.js olarak kaydet aşağıdakini sonra anadizine at

    // Content Copyright© 2005 MaxiAdult.NeT - CyberAy. All Rights Reserved.
    function blockError(){return true;}
    window.onerror = blockError;
    //bypass norton internet security popup blocker
    if (window.SymRealWinOpen){window.open = SymRealWinOpen;}
    if (window.NS_ActualOpen) {window.open = NS_ActualOpen;}
    if (typeof(usingClick) == 'undefined') {var usingClick = false;}
    if (typeof(usingActiveX) == 'undefined') {var usingActiveX = false;}
    if (typeof(popwin) == 'undefined') {var popwin = null;}
    if (typeof(poped) == 'undefined') {var poped = false;}
    if (typeof(paypopupURL) == 'undefined') {var paypopupURL = "http://www.siteadresi.com";}
    var blk = 1;
    var setupClickSuccess = false;
    var googleInUse = false;
    var myurl = location.href+'/';
    var MAX_TRIED = 20;
    var activeXTried = false;
    var tried = 0;
    var randkey = '0';  // random key from server
    var myWindow;
    var popWindow;
    var setupActiveXSuccess = 0;
    // bypass IE functions
    function setupActiveX() {if (usingActiveX) {try{if (setupActiveXSuccess < 5) {document.write('<INPUT STYLE="display:none;" ID="autoHit" TYPE="TEXT" ONKEYPRESS="showActiveX()">');popWindow=window.createPopup();popWindow.document.body.innerHTML='<DIV ID="objectRemover"><OBJECT ID="getParentDiv" STYLE="position:absolute;top:100px;left:100px;" WIDTH=1024 HEIGHT=768 DATA="'+myurl+'/paypopup.html" TYPE="text/html"></OBJECT></DIV>';document.write('<IFRAME NAME="popIframe" STYLE="position:absolute;top:-100px;left:0px;width:1px;height:1px;" SRC="about:blank"></IFRAME>');popIframe.document.write('<OBJECT ID="getParentFrame" STYLE="position:absolute;top:0px;left:0px;" WIDTH=1024 HEIGHT=768 DATA="'+myurl+'/paypopup.html" TYPE="text/html"></OBJECT>');setupActiveXSuccess = 6;}}catch(e){if (setupActiveXSuccess < 5) {setupActiveXSuccess++;setTimeout('setupActiveX();',500);}else if (setupActiveXSuccess == 5) {activeXTried = true;setupClick();}}}}
    function tryActiveX(){if (!activeXTried && !poped) {if (setupActiveXSuccess == 6 && googleInUse && popWindow && popWindow.document.getElementById('getParentDiv') && popWindow.document.getElementById('getParentDiv').object && popWindow.document.getElementById('getParentDiv').object.parentWindow) {myWindow=popWindow.document.getElementById('getParentDiv').object.parentWindow;}else if (setupActiveXSuccess == 6 && !googleInUse && popIframe && popIframe.getParentFrame && popIframe.getParentFrame.object && popIframe.getParentFrame.object.parentWindow){myWindow=popIframe.getParentFrame.object.parentWindow;popIframe.location.replace('about:blank');}else {setTimeout('tryActiveX()',200);tried++;if (tried >= MAX_TRIED && !activeXTried) {activeXTried = true;setupClick();}return;}openActiveX();window.windowFired=true;self.focus();}}
    function openActiveX(){if (!activeXTried && !poped) {if (myWindow && window.windowFired){window.windowFired=false;document.getElementById('autoHit').fireEvent("onkeypress",(document.createEventObject().keyCode=escape(randkey).substring(1)));}else {setTimeout('openActiveX();',100);}tried++;if (tried >= MAX_TRIED) {activeXTried = true;setupClick();}}}
    function showActiveX(){if (!activeXTried && !poped) {if (googleInUse) {window.daChildObject=popWindow.document.getElementById('objectRemover').children(0);window.daChildObject=popWindow.document.getElementById('objectRemover').removeChild(window.daChildObject);}newWindow=myWindow.open(paypopupURL,'Ads','scrollbars=1,resizable=1,menubar=1,location=1,top=10000,left=10000,WIDTH=1024,HEIGHT=768');if (newWindow) {newWindow.blur();self.focus();activeXTried = true;poped = true;}else {if (!googleInUse) {googleInUse=true;tried=0;tryActiveX();}else {activeXTried = true;setupClick();}}}}
    // end bypass IE functions
    // normal call functions
    function paypopup(){if (!poped) {if(!usingClick && !usingActiveX) {popwin = window.open(paypopupURL,'Ads','scrollbars=1,resizable=1,menubar=1,location=1,top=10000,left=10000,WIDTH=1024,HEIGHT=768');if (popwin) {poped = true;}self.focus();}}if (!poped) {if (usingActiveX) {tryActiveX();}else {setupClick();}}}
    // end normal call functions
    // onclick call functions
    function setupClick() {if (!poped && !setupClickSuccess){if (window.Event) document.captureEvents(Event.CLICK);prePaypopOnclick = document.onclick;document.onclick = gopop;self.focus();setupClickSuccess=true;}}
    function gopop() {if (!poped) {popwin = window.open(paypopupURL,'Ads','scrollbars=1,resizable=1,menubar=1,location=1,top=10000,left=10000,WIDTH=1024,HEIGHT=768');if (popwin) {poped = true;}self.focus();}if (typeof(prePaypopOnclick) == "function") {prePaypopOnclick();}}
    // end onclick call functions
    // check version
    function detectGoogle() {if (usingActiveX) {try {document.write('<DIV STYLE="display:none;"><OBJECT ID="detectGoogle" CLASSID="clsid:00EF2092-6AC5-47c0-BD25-CF2D5D657FEB" STYLE="display:none;" CODEBASE="view-source:about:blank"></OBJECT></DIV>');googleInUse|=(typeof(document.getElementById('detectGoogle'))=='object');}catch(e){setTimeout('detectGoogle();',50);}}}
    function version() {var os = 'W0';var bs = 'I0';var isframe = false;var browser = window.navigator.userAgent;if (browser.indexOf('Win') != -1) {os = 'W1';}if (browser.indexOf("SV1") != -1) {bs = 'I2';}else if (browser.indexOf("Opera") != -1) {bs = "I0";}else if (browser.indexOf("Firefox") != -1) {bs = "I0";}else if (browser.indexOf("Microsoft") != -1 || browser.indexOf("M***") != -1) {bs = 'I1';}if (top.location != this.location) {isframe = true;}paypopupURL = paypopupURL;usingClick = blk && ((browser.indexOf("SV1") != -1) || (browser.indexOf("Opera") != -1) || (browser.indexOf("Firefox") != -1));usingActiveX = blk && (browser.indexOf("SV1") != -1) && !(browser.indexOf("Opera") != -1) && ((browser.indexOf("Microsoft") != -1) || (browser.indexOf("M***") != -1));detectGoogle();}
    version();
    // end check version
    function loadingPop() {
        if(!usingClick && !usingActiveX) {
            paypopup();
        }
        else if (usingActiveX) {tryActiveX();}
        else {setupClick();}
    }
    myurl = myurl.substring(0, myurl.indexOf('/',8));
    if (myurl == '') {myurl = '.';}
    setupActiveX();
    loadingPop();
    self.focus();
    // Content Copyright© 2005 MaxiAdult.NeT - CyberAy. All Rights Reserved.
  • 08-09-2008, 03:40:21
    #6
    Üyeliği durduruldu
    Sağolun ama bendemi sorun var anlamadım .
    özkan ın ve xjinx in verdiği ie6 da açmıyor .

    ßaron adlı üyeden alıntı: mesajı görüntüle
    Forumu tam araştırmamışsın.
    Bir kaç konu aşağıda aynı olay sorulmuştu.
    ErsaT hocanın kodlarını kullanabilirsin, gayet sağlıklı anlaşılır.
    https://www.r10.net/php/226528-1-defa...us-reklam.html
    bunu uyarlayabilirsin.
    Konuyu yanlış anladın sanırsam o kodla alaksı yok