locale_xhtml('intro'); echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; $bans = @file($conf['cachedir'].'/unamebanplugin.txt'); if(is_array($bans)) foreach($bans as $ban){ $fields = explode("\t",$ban); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo ''; echo ''; echo ''; echo '
'.$this->getLang('username').''.$this->getLang('date').''.$this->getLang('by').''.$this->getLang('cause').''.$this->getLang('del').'
'.hsc($fields[0]).''.strftime($conf['dformat'],$fields[1]).''.hsc($fields[2]).''.hsc($fields[3]).'
'; echo '
'.$this->getLang('newban').':
'; echo ''; echo ' '; echo ''; echo ' '; echo ''; echo '
'; echo '
'; } }