- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
عندى مشكله فى خريطه xml
-
-
عندى مشكله فى خريطه xml22-10-2011 07:06 مساءً
-
Solimanمعلومات الكاتبPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13408
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82056
- موقعي:
- زيارة موقعي
-
يوجد كود جافا سكربت يظهر في اسفل صفحة الخريطة اعتقد انه خاص بـ ( الفتحة الإجبارية بالتحكم بالكوكيز بالدقائق و الساعات و الأيام) قم بحذف الكود وستحل مشكلتك
CODE<script language="JavaScript1.1"> // Cookies By ma3hd.net per minutes , hours and days sessions var popunder function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } popfrequency="60 minutes" function resetcookie(){ var expireDate = new Date() expireDate.setMinutes(expireDate.getMinutes()-10) document.cookie = "popunder=;path=/;expires=" + expireDate.toGMTString() } function loadornot(){ if (get_cookie('popunder')==''){ loadpopunder() var expireDate = new Date() expireDate.setMinutes(expireDate.getMinutes()+parseInt(popfrequency)) document.cookie = "popunder="+parseInt(popfrequency)+";path=/;expires=" + expireDate.toGMTString() } } function loadpopunder(){ document.write('<scr'+'ipt src="http://www.elaml.info/open.js"></scr'+'ipt>'); } if (get_cookie('popunder')!=parseInt(popfrequency)) resetcookie() loadornot() </script>
الساعة الآن 08:40 AM