scarface71
New member
- Katılım
- 21 Haz 2008
- Mesajlar
- 30
- Reaction score
- 0
- Puanları
- 0
hackhell'a girdigimizde yeni sayfada reklam acılmasını saglayan kodları bilen var mı arkadaslarr biliosanız yazın lütfen??
var url = "http://www.google.com";
var width = "800";
var height = "600";
var dakika = "60"
if(get_cookie('popup_ads') != "yes") {
popup(url, width, height);
Set_Cookie('popup_ads', 'yes', dakika, '/', '', '');
}
else {}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function Set_Cookie( name, value, expires, path, domain, secure )
{
var today = new Date();
today.setTime( today.getTime() );
if ( expires )
{
expires = expires * 1000 * 60;
}
var expires_date = new Date( today.getTime() + (expires) );
document.cookie = name + "=" +escape( value ) +
( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
( ( path ) ? ";path=" + path : "" ) +
( ( domain ) ? ";domain=" + domain : "" ) +
( ( secure ) ? ";secure" : "" );
}
function popup(url, width, height)
{
var left = (screen.width - width)/2;
var top = (screen.height - height)/2;
var params = 'width='+width+', height='+height;
params += ', top='+top+', left='+left;
params += ', directories=no';
params += ', location=no';
params += ', menubar=no';
params += ', resizable=no';
params += ', scrollbars=yes';
params += ', status=yes';
params += ', toolbar=no';
newwin=window.open(url,'windowname5', params);
if (window.focus) {newwin.focus()}
return false;
}
<script type="text/javascript" src="popup_reklam.js"></script>
Kusura Bakma Kardeş Adsensede Yokmuş Yalnız Adtech de Var Böle Bi Özellik Yardım İstersen PRofilimde Msn Adresim Var Ekle Yardımcı Olurum
kardes profilindede msn göremedim bnm profilden eklesen msnimi?