افتح القالب /FORUMHOME
	كود PHP:
	
		
			
//عنوان رابط النافذة 
var popunder="http://www.m333a.com/vb" 
//مواصفات النافذة 
//set 1 to enable a particular feature, 0 to disable 
var winfeatures="width=360,height=190,scrollbars=1,resizable=1,toolbar=1,dcidcilocation=1,menubar=1,status=1,directories=0" 
//Pop-under only once per browser session? (0=no, 1=yes) 
//Specifying 0 will cause popunder to load every time page is loaded 
var once_per_session=0 
///No editing beyond here required///// 
function get_dcidcicookie(Name) { 
  var search = Name + "=" 
  var returnvalue = ""; 
  if (dcidcidocument.dcidcicookie.length > 0) { 
    offset = dcidcidocument.dcidcicookie.indexOf(search) 
    if (offset != -1) { // if dcidcicookie exists 
      offset += search.length 
      // set index of beginning of value 
      end = dcidcidocument.dcidcicookie.indexOf(";", offset); 
      // set index of end of dcidcicookie value 
      if (end == -1) 
         end = dcidcidocument.dcidcicookie.length; 
      returnvalue=unescape(dcidcidocument.dcidcicookie.substring(offset, end)) 
      } 
   } 
  return returnvalue; 
} 
function loadornot(){ 
if (get_dcidcicookie('popunder')==''){ 
loadpopunder() 
dcidcidocument.dcidcicookie="popunder=yes" 
} 
} 
function loadpopunder(){ 
win2=window.open(popunder,"",winfeatures) 
win2.blur() 
window.focus() 
} 
if (once_per_session==0) 
loadpopunder() 
else 
loadornot() 
</script> 
		
	
 إذا حبيت تغير حجم الفتحه 
ابحث عن 
	كود PHP:
	
		
			
="width=360,height=190,scrollbars=