if ( MM_NOT_LOGGED_IN ) return 65; if ( MM_LOGGED_IN ) return "advert1";// ' . JText::_('all modules in "advert1" position') .' if ( MM_DAY_OF_WEEK == 1 ) return 67; // ' . JText::_('Monday is "1"') .' if ( MM_DAY_OF_MONTH == 1 ) return 68; // ' . JText::_('only show on 1st day of every month') .' if ( MM_MONTH == 5 ) return 69; // ' . JText::_('only show during month of May') .' if ( MM_YEAR == 2010 ) return "70,user2"; // ' . JText::_('only show during year 2010') .' if ( MM_HOUR >= 9 && MM_HOUR < 17 ) return 71; // ' . JText::_('9AM-4:59:59PM daily') .' if ( MM_TIME >= 93010 && MM_TIME <= 171500) return 72; // ' . JText::_('09:30:10 to 17:15:00 daily') .' if ( MM_DATE >= 20090101 && MM_DATE <= 20090723) return 73; // ' . JText::_('1 Jan 2009 to 23 July 2009') .' if ( $fromCountryId == "US" ) return 55; if ( $fromCountryId == "GB" ) return "55,56,57"; if ( $fromCountryId == "NL" ) return array(58,59,73); if ( $fromCountryName == "New Zealand" ) return "user1";

' . JText::_('You have access to the following PHP variables:') .'

' . JText::_('Note: $fromCountryName and $fromCountryId will only be available if you have one of the Enable GeoIP options selected above, and if you have one of the GeoLite Country, GeoIP Country, GeoLiteCity or GeoIPCity databases installed (see Maxmind, direct GeoLite Country download, or direct GeoLite City download)') .'

'; } }