altAuthGetParams('e107db'); $frm = new form; $text = $frm -> form_open('post', e_SELF); $text .= ""; $text .= ""; $text .= $this->alt_auth_get_db_fields('e107db', $frm, $parm, 'server|uname|pwd|db|prefix|classfilt'); $text .= ""; $text .= ""; $text .= $this->alt_auth_get_field_list('e107db',$frm, $parm, TRUE); $text .= "
".LAN_ALT_26.""; $text .= E107DB_LAN_1; $text .= "
".E107DB_LAN_9.""; $text .= $this->altAuthGetPasswordSelector('e107db_password_method', $frm, $parm['e107db_password_method'], FALSE); $text .= "

".E107DB_LAN_11."
"; $text .= e107::getForm()->admin_button("update", LAN_UPDATE,'update'); // $text .= $frm -> form_button("submit", "update", LAN_ALT_UPDATESET); $text .= '
'; $text .= $frm -> form_close(); $ns->tablerender(E107DB_LAN_10, $text); $ns->tablerender(LAN_ALT_40.LAN_ALT_41,$this->alt_auth_test_form('e107db',$frm)); } } $e107dbAdmin = new alt_auth_e107db(); if(vartrue($_POST['update'])) { $message = $e107dbAdmin->alt_auth_post_options('e107db'); } if(vartrue($message)) { e107::getRender()->tablerender('',"
".$message.'
'); } $e107dbAdmin->showForm(); require_once(e_ADMIN.'footer.php'); function e107db_conf_adminmenu() { alt_auth_adminmenu(); } ?>