PDA

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



sajad
04-14-2015, 10:20 AM
سلام آقا هومن
این کد پاپ باکس سای من هست فقط یه مشکلی داره با هر بار لود شدن سایت نمایش داده میشه
میخوام برای هر ای پی در 24 ساعت فقط دوبار نمایش داده بشه.
ممنون
الان با موبایلم بهتر از این نمیتونم کد رو بزارم

<style>
#SenBackLoginBox{
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 10000;
font: 11px tahoma;
}
#SenCodeLoginBox{
width: 40%;
top: 27%;
left: 28%;
background: none repeat scroll 0% 0% #E5E5E5;
position: absolute;
margin: 0px auto;
padding: 10px;
border: 6px solid #28A9CC;
text-align: justify;
direction: rtl;
border-radius: 4px;
box-shadow: 0px 0px 15px #4B4849;
z-index: 100;
}
#SenCodeLoginBox{
text-align: justify;
direction: rtl;
}
.closeloginimg{
background: url(Only the registered members can see the link) repeat scroll 0% 0% transparent;
width: 30px;
height: 30px;
float: right;
margin: -27px;
cursor: pointer;
}
</style>
<script>
function closebox(){
document.getElementById('SenBackLoginBox').style.d isplay='none';
}
</script>
<div id="SenBackLoginBox">
<div id="SenCodeLoginBox">
<div class="closeloginimg" onclick="closebox();"></div>
<p>بنر ویژه</p>
<center>
<div style="margin-bottom: 7px;
"><script language="javascript" src="Only the registered members can see the link"></script></div>
</center>
</div>
</div>

admin
04-15-2015, 11:07 PM
کدی که ارسال کردین کامل نیومده. لطفا کد سالم رو ارسال کنید.

sajad
04-15-2015, 11:32 PM
بفرمایید:در هر 24 ساعت برای هر ای پی فقط 1بار باز بشه تو پست قبلی اشتباه گفته بودم)یه تاپیک دیگه هم راجع به امار کامل انجمن زده بودم2روزه منتظر جواب اونم هستم خیلی مهمه)با تشکر

<style>
#SenBackLoginBox{
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 10000;
font: 11px tahoma;
}
#SenCodeLoginBox{
width: 40%;
top: 27%;
left: 28%;
background: none repeat scroll 0% 0% #E5E5E5;
position: absolute;
margin: 0px auto;
padding: 10px;
border: 6px solid #28A9CC;
text-align: justify;
direction: rtl;
border-radius: 4px;
box-shadow: 0px 0px 15px #4B4849;
z-index: 100;
}
#SenCodeLoginBox{
text-align: justify;
direction: rtl;
}
.closeloginimg{
background: url(Only the registered members can see the link) repeat scroll 0% 0% transparent;
width: 30px;
height: 30px;
float: right;
margin: -27px;
cursor: pointer;
}
</style>
<script>
function closebox(){
document.getElementById('SenBackLoginBox').style.d isplay='none';
}
</script>
<div id="SenBackLoginBox">
<div id="SenCodeLoginBox">
<div class="closeloginimg" onclick="closebox();"></div>
<p>بنر ویژه</p>
<center>
<div style="margin-bottom: 7px;
"><script language="javascript" src="Only the registered members can see the link"></script></div>
</center>
</div>
</div>

admin
04-16-2015, 03:22 PM
اینم از کدی که میخواستین.

<style>
#SenBackLoginBox{
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 10000;
font: 11px tahoma;
}
#SenCodeLoginBox{
width: 40%;
top: 27%;
left: 28%;
background: none repeat scroll 0% 0% #E5E5E5;
position: absolute;
margin: 0px auto;
padding: 10px;
border: 6px solid #28A9CC;
text-align: justify;
direction: rtl;
border-radius: 4px;
box-shadow: 0px 0px 15px #4B4849;
z-index: 100;
}
#SenCodeLoginBox{
text-align: justify;
direction: rtl;
}
.closeloginimg{
background: url(Only the registered members can see the link) repeat scroll 0% 0% transparent;
width: 30px;
height: 30px;
float: right;
margin: -27px;
cursor: pointer;
}
</style>
<script>
function closebox(){
document.getElementById('SenBackLoginBox').style.d isplay='none';
}
</script>
<div id="SenBackLoginBox">
<div id="SenCodeLoginBox">
<div class="closeloginimg" onclick="closebox();"></div>
<p>بنر ویژه</p>
<center>
<div style="margin-bottom: 7px;
"><script language="javascript" src="Only the registered members can see the link"></script></div>
</center>
</div>
</div>
<script>
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+d.toUTCString();
document.cookie = cname + "=" + cvalue + "; " + expires;
}

function getCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i=0; i<ca.length; i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1);
if (c.indexOf(name) == 0) return c.substring(name.length, c.length);
}
return "";
}

function checkCookie() {
var user = getCookie("vis");
if (user != "") {
document.getElementById('SenBackLoginBox').style.d isplay='none';
} else {
setCookie("vis", "ok", 1);
}
}
checkCookie()
</script>