deleteAccountExt (line
259)
external user deletion
void
deleteAccountExt
(mixed $accountn_email, mixed $accountn_key)
getAccountExt (line
206)
external user password e-mail
void
getAccountExt
(mixed $accountn_email)
getGroup (line
409)
return the group name by group key
string
getGroup
(mixed $account_group)
get_Admins (line
381)
returns all admin accounts
resource
get_Admins
()
get_Authors (line
395)
returns all author accounts
resource
get_Authors
()
isAdmin (line
429)
check the login status for administrators and authors
bool
isAdmin
()
login (line
106)
user login function external
bool
login
(mixed $account_email, mixed $account_password, mixed $page_pathn)
loginInt (line
135)
user login function internal
bool
loginInt
(mixed $account_email, mixed $account_password, mixed $page_pathn)
logout (line
181)
user logout function external
void
logout
(mixed $page_path)
logoutInt (line
191)
user logout function internal
void
logoutInt
(mixed $page_path)
newAccountExt (line
281)
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
72)
Rewrites URL
string
rewriteURL
(mixed $strBuffer)
saveMenu (line
451)
saves the admin menu position
void
saveMenu
(mixed $page_key, mixed $accountn_menux, mixed $accountn_menuy)
setGuest (line
85)
sets the SESSION to the guest status
void
setGuest
()
updateAccountExt (line
327)
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)