Cheetah
|
Go to the source code of this file.
Functions | |
PageCodeControls ($sDefault=CH_WSB_ADM_MP_CTL) | |
getBlockQlinks ($sDefault) | |
getBlockBrowse ($sDefault) | |
getBlockCalendar ($sDefault) | |
getBlockTags ($sDefault) | |
getBlockSearch ($sDefault) | |
getBlockSettings ($sDefault) | |
PageCodeMembers ($sDefaultCtl=CH_WSB_ADM_MP_CTL, $sDefaultView=CH_WSB_ADM_MP_VIEW) | |
getMembers ($aParams) | |
getMembersGeeky ($aProfiles, $sPaginate, $sControls) | |
getMembersSimple ($aProfiles, $sPaginate, $sControls) | |
getMembersExtended ($aProfiles, $sPaginate, $sControls) | |
Variables | |
$GLOBALS ['iAdminPage'] = 1 | |
$sDefaultOverViewMode = strtolower(getParam('default_overview_mode')) | |
$sDefaultMemberMode = strtolower(getParam('default_view_mode')) | |
$iDefaultPerPage = (int)getParam('default_per_page') | |
const | CH_WSB_ADM_MP_CTL $sDefaultOverViewMode |
const | CH_WSB_ADM_MP_VIEW $sDefaultMemberMode |
const | CH_WSB_ADM_MP_JS_NAME 'oMP' |
const | CH_WSB_ADM_MP_PER_PAGE $iDefaultPerPage |
const | CH_WSB_ADM_MP_PER_PAGE_STEP 16 |
$logged ['admin'] = member_auth( 1, true, true ) | |
$sCtlType = isset($_POST['adm-mp-members-ctl-type']) && in_array($_POST['adm-mp-members-ctl-type'], array('qlinks', 'browse', 'calendar', 'tags', 'search', 'settings')) ? $_POST['adm-mp-members-ctl-type'] : CH_WSB_ADM_MP_CTL | |
$aCtlType = array() | |
$sViewType = isset($_POST['adm-mp-members-view-type']) && in_array($_POST['adm-mp-members-view-type'], array('geeky', 'simple', 'extended')) ? $_POST['adm-mp-members-view-type'] : CH_WSB_ADM_MP_VIEW | |
if(isset($_POST['save']) &&isset($_POST['cat'])) if(isset($_POST['adm-mp-activate']) &&(bool) $_POST['members']) else if(isset($_POST['adm-mp-deactivate']) &&(bool) $_POST['members']) else if(isset($_POST['adm-mp-ban']) &&(bool) $_POST['members']) else if(isset($_POST['adm-mp-unban']) &&(bool) $_POST['members']) else if(isset($_POST['adm-mp-set-admin']) &&(bool) $_POST['members']) else if(isset($_POST['adm-mp-unset-admin']) &&(bool) $_POST['members']) else if((isset($_POST['adm-mp-delete'])||isset($_POST['adm-mp-delete-spammer'])) &&(bool) $_POST['members']) else if(isset($_POST['adm-mp-confirm']) &&(bool) $_POST['members']) else if(isset($_POST['action']) && $_POST['action']=='get_members') else if(isset($_POST['action']) && $_POST['action']=='get_controls') if(isset($_GET['action']) && $_GET['action']=='browse') | $iNameIndex = 10 |
$_page | |
$_page_cont [$iNameIndex] | |
getBlockBrowse | ( | $sDefault | ) |
Definition at line 228 of file profiles.php.
getBlockCalendar | ( | $sDefault | ) |
Definition at line 235 of file profiles.php.
getBlockQlinks | ( | $sDefault | ) |
Definition at line 202 of file profiles.php.
getBlockSearch | ( | $sDefault | ) |
Definition at line 253 of file profiles.php.
getBlockSettings | ( | $sDefault | ) |
Definition at line 288 of file profiles.php.
getBlockTags | ( | $sDefault | ) |
Definition at line 242 of file profiles.php.
getMembers | ( | $aParams | ) |
Definition at line 364 of file profiles.php.
getMembersExtended | ( | $aProfiles, | |
$sPaginate, | |||
$sControls | |||
) |
Definition at line 565 of file profiles.php.
getMembersGeeky | ( | $aProfiles, | |
$sPaginate, | |||
$sControls | |||
) |
Definition at line 516 of file profiles.php.
getMembersSimple | ( | $aProfiles, | |
$sPaginate, | |||
$sControls | |||
) |
Definition at line 545 of file profiles.php.
PageCodeControls | ( | $sDefault = CH_WSB_ADM_MP_CTL | ) |
Definition at line 176 of file profiles.php.
PageCodeMembers | ( | $sDefaultCtl = CH_WSB_ADM_MP_CTL , |
|
$sDefaultView = CH_WSB_ADM_MP_VIEW |
|||
) |
Definition at line 308 of file profiles.php.
$_page |
Definition at line 157 of file profiles.php.
$_page_cont[ $iNameIndex] |
Definition at line 163 of file profiles.php.
$aCtlType = array() |
Definition at line 38 of file profiles.php.
$GLOBALS[ 'iAdminPage'] = 1 |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file profiles.php.
$iDefaultPerPage = (int)getParam('default_per_page') |
Definition at line 26 of file profiles.php.
if (isset( $_POST[ 'save']) &&isset( $_POST[ 'cat'])) if (isset( $_POST[ 'adm-mp-activate']) &&(bool) $_POST[ 'members']) else if (isset( $_POST[ 'adm-mp-deactivate']) &&(bool) $_POST[ 'members']) else if (isset( $_POST[ 'adm-mp-ban']) &&(bool) $_POST[ 'members']) else if (isset( $_POST[ 'adm-mp-unban']) &&(bool) $_POST[ 'members']) else if (isset( $_POST[ 'adm-mp-set-admin']) &&(bool) $_POST[ 'members']) else if (isset( $_POST[ 'adm-mp-unset-admin']) &&(bool) $_POST[ 'members']) else if ((isset( $_POST[ 'adm-mp-delete'])||isset( $_POST[ 'adm-mp-delete-spammer'])) &&(bool) $_POST[ 'members']) else if (isset( $_POST[ 'adm-mp-confirm']) &&(bool) $_POST[ 'members']) else if (isset( $_POST[ 'action']) &&$_POST[ 'action']=='get_members') else if (isset( $_POST[ 'action']) &&$_POST[ 'action']=='get_controls') if (isset( $_GET[ 'action']) &&$_GET[ 'action']=='browse') $iNameIndex = 10 |
Definition at line 156 of file profiles.php.
$logged[ 'admin'] = member_auth( 1, true, true ) |
Definition at line 35 of file profiles.php.
$sCtlType = isset($_POST['adm-mp-members-ctl-type']) && in_array($_POST['adm-mp-members-ctl-type'], array('qlinks', 'browse', 'calendar', 'tags', 'search', 'settings')) ? $_POST['adm-mp-members-ctl-type'] : CH_WSB_ADM_MP_CTL |
Definition at line 37 of file profiles.php.
$sDefaultMemberMode = strtolower(getParam('default_view_mode')) |
Definition at line 25 of file profiles.php.
$sDefaultOverViewMode = strtolower(getParam('default_overview_mode')) |
Definition at line 24 of file profiles.php.
$sViewType = isset($_POST['adm-mp-members-view-type']) && in_array($_POST['adm-mp-members-view-type'], array('geeky', 'simple', 'extended')) ? $_POST['adm-mp-members-view-type'] : CH_WSB_ADM_MP_VIEW |
Definition at line 40 of file profiles.php.
const CH_WSB_ADM_MP_CTL $sDefaultOverViewMode |
Definition at line 29 of file profiles.php.
const CH_WSB_ADM_MP_JS_NAME 'oMP' |
Definition at line 31 of file profiles.php.
const CH_WSB_ADM_MP_PER_PAGE $iDefaultPerPage |
Definition at line 32 of file profiles.php.
const CH_WSB_ADM_MP_PER_PAGE_STEP 16 |
Definition at line 33 of file profiles.php.
const CH_WSB_ADM_MP_VIEW $sDefaultMemberMode |
Definition at line 30 of file profiles.php.