PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : درخواست کد پاپ اپ



naserabdollah
03-27-2014, 10:11 AM
سلام خدمت کاربران و مدیر من یه کد میخواستم شبیه این نه خودم

up.skinak.ir/up/skinak/amir/pix/1/popup-267576.html

وقتی کلیک کنی یه ادرس خیلی کوچی اون پایین بیاد و اینکه برای هر ای پی 24 ساعت باز بشه و وقتی کلیک کنی رو ادرس میخوان اون # نیاد ممنون میشم بهم بدید این کدو اینکه تا کاربر وارد سایت بدون در عرض 1 ثانیه میخوام کد اتوماتیک همون گوشه باز شه و کد هم مرورگر ها بلاک نکنن این کد رو بهم بدید ممنونتون میشم

admin
03-27-2014, 03:53 PM
سلام دوست عزیز. کدی رو که میخواستید درست کردم. ولی به دلیل این که اتو استارت هست در برخی مرور گر ها بلاک میشه.


<script type="text/javascript">
function getCookie(c_name)
{
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i<ARRcookies.length;i++)
{
x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
x=x.replace(/^\s+|\s+$/g,"");
if (x==c_name)
{
return unescape(y);
}
}
}

function setCookie(c_name,value)
{
var exdays= 12;
var exdate=new Date();
exdate.setHours(exdate.getHours() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}

function checkCookie()
{
var username1=getCookie("pi3idl-cookie1");
var username2=getCookie("pi3idl-cookie2");
var username3=getCookie("pi3idl-cookie3");
var usernam = "sendshod";
if(username1==null | username2==null | username3==null){
window.open('','_parent','toolbar=1,location=1,dir ectories=1,status=1,menubar=1,scrollbars=1,resizab le=1');
window.focus();
}
if(username1=="" | username1==null){
if(window.open('Only the registered members can see the link','_blank','toolbar=1,scrollbars=1,location=1,stat usbar=1,menubar=1,resizable=1,width=1,height=1,top =99999999,left=99999999')){
window.focus();
setCookie("pi3idl-cookie1",usernam);
}
}

if(username3=="" | username3==null){
if(window.open('Only the registered members can see the link','_blank','toolbar=1,scrollbars=1,locat ion=1,statusbar=1,menubar=1,resizable=1,width=1,he ight=1,top=99999999,left=99999999')){
window.focus();
setCookie("pi3idl-cookie3",usernam);
}
}
}
window.onload = checkCookie;
if ((window.XMLOnly the registered members can see the link == undefined) && (ActiveXObject != undefined)) window.onload = checkCookie;
</script>

rezatak6
07-15-2015, 02:18 AM
واسه من بلوک شد