Cheetah
|
Go to the source code of this file.
Functions | |
ActionChangeStatusMessage ($iMemberIdForce=0) | |
ActionChangeStatus ($iProfileId, $sStatus='') | |
PageListSpam ($iProfileId, $mMembers='') | |
PageListFriendRemove ($iProfileId, $iMemberId=0) | |
PageListFriend ($iProfileId, $iMemberId=0) | |
PageListHot ($iId, $iProfileId=0) | |
PageListHotRemove ($iId, $iProfileId=0) | |
PageListUnBlock ($iProfileId, $iMemberId=0) | |
PageListBlock ($iProfileId, $iMemberId=0) | |
PageListMemberMenuSettings ($iProfileId, $sAction) | |
PageListControl ($sAction, $iViewerId, $iTargetId) | |
_setStatus ($iTargetId, $sAction) | |
_setFeature ($iTargetId, $sType) | |
_sendSpamReport ($iProfileId, $iMemberId) | |
Variables | |
$_page ['name_index'] = 44 | |
$_ni = $_page['name_index'] | |
$logged ['member'] = member_auth(0) | |
$iProfileId = getLoggedId() | |
$iTargetId = (int)ch_get('ID') | |
$sTargetsId = isset($_POST['list_id']) ? $_POST['list_id'] : '' | |
$sAction = false != ch_get('action')? ch_get('action') : '' | |
$bAjxMod | |
$sJQueryJS = '' | |
_sendSpamReport | ( | $iProfileId, | |
$iMemberId | |||
) |
Send spam report
$iProfileId | integer |
$iMemberId | integer |
Definition at line 724 of file list_pop.php.
_setFeature | ( | $iTargetId, | |
$sType | |||
) |
Change featured status
$iTargetId | integer |
$sType | string |
Definition at line 708 of file list_pop.php.
_setStatus | ( | $iTargetId, | |
$sAction | |||
) |
Change profile status
$iTargetId | integer |
$sAction | string |
Definition at line 686 of file list_pop.php.
ActionChangeStatus | ( | $iProfileId, | |
$sStatus = '' |
|||
) |
Change profile status
$iProfileId | integer |
$sStatus | text |
Definition at line 223 of file list_pop.php.
ActionChangeStatusMessage | ( | $iMemberIdForce = 0 | ) |
Change status message
$iMemberIdForce | integer |
Definition at line 188 of file list_pop.php.
PageListBlock | ( | $iProfileId, | |
$iMemberId = 0 |
|||
) |
Block profile
$iProfileId | integer |
$iMemberId | integer |
Definition at line 504 of file list_pop.php.
PageListControl | ( | $sAction, | |
$iViewerId, | |||
$iTargetId | |||
) |
Perform admin or moderator actions
$sAction | string |
$iViewerId | integer |
$iTargetId | integer |
Definition at line 635 of file list_pop.php.
PageListFriend | ( | $iProfileId, | |
$iMemberId = 0 |
|||
) |
Put to friends list
$iProfileId | integer |
$iMemberId | integer |
Definition at line 321 of file list_pop.php.
PageListFriendRemove | ( | $iProfileId, | |
$iMemberId = 0 |
|||
) |
Delete from friends list
$iProfileId | integer |
$iMemberId | integer |
Definition at line 296 of file list_pop.php.
PageListHot | ( | $iId, | |
$iProfileId = 0 |
|||
) |
Put to hot list
integer | $iId | profile initiating the action |
integer | $iProfileId | target profile |
Definition at line 416 of file list_pop.php.
PageListHotRemove | ( | $iId, | |
$iProfileId = 0 |
|||
) |
Remove to hot list
integer | $iId | profile initiating the action |
integer | $iProfileId | target profile |
Definition at line 446 of file list_pop.php.
PageListMemberMenuSettings | ( | $iProfileId, | |
$sAction | |||
) |
Change member's menu position ;
$iProfileId | integer |
$sMenuPosition | string |
$sAction | string |
Definition at line 546 of file list_pop.php.
PageListSpam | ( | $iProfileId, | |
$mMembers = '' |
|||
) |
Send report about spam
$iProfileId | integer |
$mMembers | mixed |
Definition at line 262 of file list_pop.php.
PageListUnBlock | ( | $iProfileId, | |
$iMemberId = 0 |
|||
) |
Unblock profile
$sourceID | |
$targetID |
Definition at line 476 of file list_pop.php.
$_ni = $_page['name_index'] |
Definition at line 14 of file list_pop.php.
$_page[ 'name_index'] = 44 |
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 13 of file list_pop.php.
$bAjxMod |
Definition at line 29 of file list_pop.php.
$iProfileId = getLoggedId() |
Definition at line 20 of file list_pop.php.
Definition at line 23 of file list_pop.php.
$logged[ 'member'] = member_auth(0) |
Definition at line 17 of file list_pop.php.
Definition at line 25 of file list_pop.php.
$sJQueryJS = '' |
Definition at line 32 of file list_pop.php.
$sTargetsId = isset($_POST['list_id']) ? $_POST['list_id'] : '' |
Definition at line 24 of file list_pop.php.