|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
الآن الفتحة الإجبارية تغير مشوارها
__DEFINE_LIKE_SHARE__
بحيث انها لا تزعج أعضاء وزوار الموقع تم ابتكار فكرة هذا الكود وهو يفتح على كل جهاز يفتح الموقع او المنتدى مرة واحدة كل 24 ساعة بصراحة مبتكر الفكرة عبقري جداً ومبرمجها أيضاً والكود وضعه بسيط جداً نفتح قالب الهيدر او النفبار ثم نضع الكود آخر الهيدر او النفبار ونغير مايلزم من الروابط التي بداخل الكود الكود يعمل على جميع نسخ المنتديات رمز PHP: //Time controlled Pop-under window- By JavaScriptKit.com //This credit notice must stay intact for use //Visit http://www.javascriptkit.com for this script and 400+ more! //1) specify URLs to randomly select from and pop-under: //To display a single URL, just remove all but the first entry below: var popunder=new Array() popunder[0]="http://lovers.ccss3.com/" popunder[1]="http://lovers.ccss3.com/" popunder[2]="http://lovers.ccss3.com/" popunder[3]="http://lovers.ccss3.com/" //2) specify popunder window features //set 1 to enable a particular feature, 0 to disable var winfeatures="width=800,height=510,scrollbars=1,resizable=1,too lbar=1,location=1,menubar=1,status=1,directories=0 " //3) Control frequency of the pop up: //"always", for every time page loads OR //"x hours" for once per x hours, where x is an integer (ie: 12 hours) var popfrequency="24 hours" ///No editing beyond here required///// 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; } function resetcookie(){ var expireDate = new Date() expireDate.setHours(expireDate.getHours()-10) document.cookie = "tcpopunder=;path=/;expires=" + expireDate.toGMTString() } function loadornot(){ if (get_cookie('tcpopunder')==''){ loadpopunder() var expireDate = new Date() expireDate.setHours(expireDate.getHours()+parseInt(popfrequency)) document.cookie = "tcpopunder="+parseInt(popfrequency)+";path=/;expires=" + expireDate.toGMTString() } } function loadpopunder(){ win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures) win2.blur() window.focus() } if (popfrequency=="always"){ resetcookie() loadpopunder() } else{ if (get_cookie('tcpopunder')!=parseInt(popfrequency)) resetcookie() loadornot() } هذا والله الموفق |
مواقع النشر (المفضلة) |
أدوات الموضوع | |
انواع عرض الموضوع | |
| |
![]() | ||||
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
[ طلب برمجه ] : التعديل على هاك الفتحة الإجبارية ! ..~} | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 09-03-2011 10:40 PM |
[Product] : هاك الفتحة الإجبارية | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 08-03-2009 10:50 PM |
[Product] : هاك الفتحة الإجبارية | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 08-03-2009 08:00 PM |
طلب شرح تركيب كود الفتحة الإجبارية | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 04-15-2009 09:50 PM |
طلب شرح كيفية تركيب كود الفتحة الإجبارية | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 04-14-2009 03:50 PM |