Webmaster Forumu - Webmaster Zone

Geri git   Webmaster Forumu - Webmaster Zone > Webmaster Zone > Hazır Sistemler > Vbulletin
Şifrenizimi Unuttunuz? Bize Katılın!

Cevapla
Görüntüleme: 740 - Cevaplar: 8  
LinkBack Seçenekler Stil
  #1 (permalink)  
Alt 10-10-2007, 12:06:26
iceberg - ait Kullanıcı Resmi (Avatar)
iceberg iceberg isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
No Status
 
Üyelik tarihi: 31/10/2007
Nerden: /Brain
Mesajlar: 37
iTrader: (0)
Tecrübe Puanı: 29
Puanları: 43
iceberg üyemiz henüz acemi
iceberg - YAHOO üzeri Mesaj gönder
Standart Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POPUP

head tagını üstüne (FORUMHOME)

Kod:
<SCRIPT LANGUAGE="JavaScript">
<!--  
//frequency cap,1 pop-under per number of hours
var frequencyCap = 2; //hours 
function setCookie(cookieName,cookieValue, expirehours) {
 
  if (frequencyCap > 0){
    var today = new Date();
    var expire = new Date();
     expire.setTime(today.getTime() + 1600000 * frequencyCap);
     document.cookie = cookieName+"="+escape(cookieValue)
                 + ";expires="+expire.toGMTString() + "; path=/";
  }else{
     document.cookie = cookieName+"="+escape(cookieValue) + "; path=/";
  }
 
// zone
}
 
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('PayPopupAds31') != 'yes')  
{ 
 setCookie('PayPopupAds31','yes', frequencyCap); 
 
 
 document.write('<SCRI'+'PT LANGUAGE="JavaScript1.1" '); 
 document.write(' SRC="http://www.siten.com/reklam.js">');
 document.write('</SCR'+'IPT>'); 
 
} 
 
// --> 
</SCRIPT>
anadizine reklam.js

Kod:
/zone
 
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.acilacaksite.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=800 HEIGHT=600 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=800 HEIGHT=600 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=800,HEIGHT=600');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=800,HEIGHT=600');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=800,HEIGHT=600');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("MSIE") != -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("MSIE") != -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();
 
//zone
tekrar ana dizine paypopup.html

Kod:
<html>
 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<meta http-equiv="refresh" content="1;URL=http://www.siten.com">
<title>Başlığın</title>
</head>
 
<body>
 
</body>
 
</html>
kodlardaki linkleri kendinize göre uyarlayın.(alıntıdır)
kolay gelsin.
__________________
koyun otlatanlar derneği.
Alıntı ile Cevapla
  #2 (permalink)  
Alt 19-10-2007, 02:50:23
Vermiyan
Guest
No Status
 
Mesajlar: n/a
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

denedim, olmadi bende.
Alıntı ile Cevapla
  #3 (permalink)  
Alt 19-10-2007, 08:08:19
KAiser_Dealxa - ait Kullanıcı Resmi (Avatar)
KAiser_Dealxa KAiser_Dealxa isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
No Status
 
Üyelik tarihi: 30/6/2007
Nerden: /cpanel
Mesajlar: 804
iTrader: (10)
Tecrübe Puanı: 148
Puanları: 5161
KAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud of
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

germiyan editlemeleri doğru yaptın mı?
__________________
Alıntı ile Cevapla
  #4 (permalink)  
Alt 20-10-2007, 01:35:40
Vermiyan
Guest
No Status
 
Mesajlar: n/a
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

zaten editlenecke tek bir yer var. forumhome de. yukarsaki kodu eklicez.

alttakiler zaten editlenmicek, aynen atilacak forum klasörüne.

bu sekidle yaptim. ama calismadi nedense?

bunu deneyipte basarili olan var mi?
Alıntı ile Cevapla
  #5 (permalink)  
Alt 22-10-2007, 08:39:48
KAiser_Dealxa - ait Kullanıcı Resmi (Avatar)
KAiser_Dealxa KAiser_Dealxa isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
No Status
 
Üyelik tarihi: 30/6/2007
Nerden: /cpanel
Mesajlar: 804
iTrader: (10)
Tecrübe Puanı: 148
Puanları: 5161
KAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud ofKAiser_Dealxa has much to be proud of
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

hayır tek yer yok editlemen gereken yerler var;
1.kod kısmında;

... document.write(' SRC="http://www.siten.com/reklam.js">');...

2.kod kısmında;

...http://www.acilacaksite.com";}...

3.kod kısmında;

...h" content="1;URL=http://www.siten.com">...

gözden kaçırdığım yerler olabilir sen bir daha kontrol et,sen kodları eklerken dikkat etmemişsin germiyan
__________________
Alıntı ile Cevapla
  #6 (permalink)  
Alt 29-10-2007, 18:48:03
sewda sewda isimli üyemiz çevrimdışıdır. (Offline)
Yeni Üye
No Status
 
Üyelik tarihi: 31/10/2007
Mesajlar: 1
iTrader: (0)
Tecrübe Puanı: 0
Puanları: 20
sewda üyemiz henüz acemi
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

tşkler paylaşımız için
Alıntı ile Cevapla
  #7 (permalink)  
Alt 01-11-2007, 00:34:36
Sh3qiL Sh3qiL isimli üyemiz çevrimdışıdır. (Offline)
Yeni Üye
No Status
 
Üyelik tarihi: 31/10/2007
Yaş: 23
Mesajlar: 9
iTrader: (0)
Tecrübe Puanı: 0
Puanları: 20
Sh3qiL üyemiz henüz acemi
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

Denedim fakat calışmadı arkadaşlar. Head tagını yazmışsın burayı tam olarak acıklarsan sevinirim Forumhomede.
Alıntı ile Cevapla
  #8 (permalink)  
Alt 01-11-2007, 20:21:44
iceberg - ait Kullanıcı Resmi (Avatar)
iceberg iceberg isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
No Status
 
Üyelik tarihi: 31/10/2007
Nerden: /Brain
Mesajlar: 37
iTrader: (0)
Tecrübe Puanı: 29
Puanları: 43
iceberg üyemiz henüz acemi
iceberg - YAHOO üzeri Mesaj gönder
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

forumhome'de aratırsan head diye ilk çıkanın üstüne ekliyceksiniz.
yapamassanız pm atın,yardım ederim.
__________________
koyun otlatanlar derneği.
Alıntı ile Cevapla
  #9 (permalink)  
Alt 07-02-2008, 23:34:35
rss rss isimli üyemiz çevrimdışıdır. (Offline)
Yeni Üye
No Status
 
Üyelik tarihi: 29/2/2008
Yaş: 17
Mesajlar: 4
iTrader: (0)
Tecrübe Puanı: 0
Puanları: 20
rss üyemiz henüz acemi
Standart Cevap: Vbulletin'de Yakalanmayan + Her Kullanıcıya bir kere açılan + Zaman Ayarlı POP

en sinir olduğun konu.. aradaşlar bence uygulamayın.

böyle bir site görünce direk kapatıyorum ben.
Alıntı ile Cevapla
Cevapla



Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık

Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
vBulletin'de reklam eklemek ach Vbulletin 14 29-10-2008 21:40:55
vBulletin'de Nickleri Küçültün t0prak Vbulletin 1 27-07-2007 12:23:41
Spy2 ye yakalanmayan ve sadece 1 kez açılan pop-up kodu Mertcan03 PHP 9 28-06-2007 12:12:36
İlk Mesajın Altında Text Reklam Alanı ( Admin Panelinden Ayarlı ) Metallica SMF 0 11-06-2007 05:32:20
Katreklam sp2'de açılan popup isteyenler için WhiteKey Reklam veren firmalar 13 16-02-2007 00:45:55


oyun , kontör , türkçe dizin

Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 22:42:46 .


Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Zone Org | 2006-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125