Lines Matching refs:_smf_conf

32     protected $_smf_conf = array(  variable in auth_plugin_authsmf20
156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
157 if (!file_exists($this->_smf_conf['path'] . '/SSI.php')) {
158 dbglog('SMF not found in path' . $this->_smf_conf['path']);
161 include_once($this->_smf_conf['path'] . '/SSI.php');
164 $this->_smf_conf['boardurl'] = $boardurl;
165 $this->_smf_conf['db_server'] = $db_server;
166 $this->_smf_conf['db_name'] = $db_name;
167 $this->_smf_conf['db_user'] = $db_user;
168 $this->_smf_conf['db_passwd'] = $db_passwd;
169 $this->_smf_conf['db_character_set'] = $db_character_set;
170 $this->_smf_conf['db_prefix'] = $db_prefix;
172 return (!empty($this->_smf_conf['boardurl']));
227 $this->_smf_conf['db_server'], $this->_smf_conf['db_user'],
228 $this->_smf_conf['db_passwd'], $this->_smf_conf['db_name'],
229 (int)$this->_smf_conf['db_port']
245 if ($this->_smf_conf['db_character_set'] == 'utf8') {
276 FROM {$this->_smf_conf['db_prefix']}members m
277 …LEFT JOIN {$this->_smf_conf['db_prefix']}membergroups mg ON mg.id_group = m.id_group OR FIND_IN_SE…
353 FROM {$this->_smf_conf['db_prefix']}members m
354 …LEFT JOIN {$this->_smf_conf['db_prefix']}attachments a ON a.id_member = m.id_member AND a.id_msg =…
391 …$user_data['smf_user_profile'] = $this->_smf_conf['boardurl'] . '/index.php?action=profile;u=' . $…
419 FROM {$this->_smf_conf['db_prefix']}membergroups
492 …return $this->_smf_conf['boardurl'] . '/index.php?action=dlattach;attach=' . $avatar . ';type=avat…
498 return $this->_smf_conf['boardurl'] . '/avatars/' . $avatar;