コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $aConf = $GLOBALS['_MAX']['CONF'];
     if ($aConf['database']['type'] == 'mysql') {
         $this->columnName = 'CONCAT(IF(https=1, \'https://\', \'http://\'), domain, page, IF(query<>\'\', \'?\', \'\'),query)';
     } else {
         $this->columnName = 'IF(https=1, \'https://\', \'http://\') || domain || page || IF(query<>\'\', \'?\', \'\') || query';
     }
     $this->nameEnglish = 'Site - Page URL';
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Client - Domain';
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     $this->columnName = 'geo_area_code';
     $this->nameEnglish = 'Geo - US Area code';
 }
コード例 #4
0
 function __construct()
 {
     parent::__construct();
     $this->columnName = 'referer';
     $this->nameEnglish = 'Site - Referring Page';
 }
コード例 #5
0
 function __construct()
 {
     parent::__construct();
     $this->columnName = 'channel';
     $this->nameEnglish = 'Site - Source';
 }
コード例 #6
0
 function __construct()
 {
     parent::__construct();
     $this->aOperations = array('=~' => MAX_Plugin_Translation::translate('Is any of', $this->extension, $this->group), '!~' => MAX_Plugin_Translation::translate('Is not any of', $this->extension, $this->group));
 }
コード例 #7
0
 function __construct()
 {
     parent::__construct();
     $this->columnName = 'geo_organisation';
     $this->nameEnglish = 'Geo - ISP/Organisation';
 }
コード例 #8
0
 function __construct()
 {
     parent::__construct();
     $this->columnName = 'user_agent';
     $this->nameEnglish = 'Client - Useragent';
 }
コード例 #9
0
 function __construct()
 {
     parent::__construct();
     $this->nameEnglish = 'Geo - Country / City';
 }
コード例 #10
0
 function __construct()
 {
     parent::__construct();
     $this->columnName = 'geo_postal_code';
     $this->nameEnglish = 'Geo - US/Canada Postal Code';
 }