deleteAccountExt (line
258)
external user deletion
void
deleteAccountExt
(mixed $accountn_email, mixed $accountn_key)
getAccountExt (line
205)
external user password e-mail
void
getAccountExt
(mixed $accountn_email)
getGroup (line
408)
return the group name by group key
string
getGroup
(mixed $account_group)
get_Admins (line
380)
returns all admin accounts
resource
get_Admins
()
get_Authors (line
394)
returns all author accounts
resource
get_Authors
()
isAdmin (line
428)
check the login status for administrators and authors
bool
isAdmin
()
login (line
105)
user login function external
bool
login
(mixed $account_email, mixed $account_password, mixed $page_pathn)
loginInt (line
134)
user login function internal
bool
loginInt
(mixed $account_email, mixed $account_password, mixed $page_pathn)
logout (line
180)
user logout function external
void
logout
(mixed $page_path)
logoutInt (line
190)
user logout function internal
void
logoutInt
(mixed $page_path)
newAccountExt (line
280)
extrenal user registration
void
newAccountExt
(mixed $accountn_firstname, mixed $accountn_lastname, mixed $accountn_telefon, mixed $accountn_company, mixed $accountn_homepage, mixed $accountn_email, mixed $accountn_password, mixed $accountn_info, mixed $accountn_lock, mixed $link_redirect)
rewriteURL (line
71)
Rewrites URL
string
rewriteURL
(mixed $strBuffer)
saveMenu (line
450)
saves the admin menu position
void
saveMenu
(mixed $page_key, mixed $accountn_menux, mixed $accountn_menuy)
setGuest (line
84)
sets the SESSION to the guest status
void
setGuest
()
updateAccountExt (line
326)
external user update
void
updateAccountExt
(mixed $accountn_firstname, mixed $accountn_lastname, mixed $accountn_telefon, mixed $accountn_company, mixed $accountn_homepage, mixed $accountn_email, mixed $accountn_emailnew, mixed $accountn_password, mixed $accountn_key, mixed $accountn_lang, mixed $accountn_info)