Cheetah
Functions | Variables
list_pop.php File Reference

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 = ''
 

Function Documentation

◆ _sendSpamReport()

_sendSpamReport (   $iProfileId,
  $iMemberId 
)

Send spam report

Parameters
$iProfileIdinteger
$iMemberIdinteger
Returns
text - error message

Definition at line 724 of file list_pop.php.

◆ _setFeature()

_setFeature (   $iTargetId,
  $sType 
)

Change featured status

Parameters
$iTargetIdinteger
$sTypestring
Returns
HTML - code for ajax popup

Definition at line 708 of file list_pop.php.

◆ _setStatus()

_setStatus (   $iTargetId,
  $sAction 
)

Change profile status

Parameters
$iTargetIdinteger
$sActionstring
Returns
HTML - code for ajax popup

Definition at line 686 of file list_pop.php.

◆ ActionChangeStatus()

ActionChangeStatus (   $iProfileId,
  $sStatus = '' 
)

Change profile status

Parameters
$iProfileIdinteger
$sStatustext
Returns
text

Definition at line 223 of file list_pop.php.

◆ ActionChangeStatusMessage()

ActionChangeStatusMessage (   $iMemberIdForce = 0)

Change status message

Parameters
$iMemberIdForceinteger
Returns
void

Definition at line 188 of file list_pop.php.

◆ PageListBlock()

PageListBlock (   $iProfileId,
  $iMemberId = 0 
)

Block profile

Parameters
$iProfileIdinteger
$iMemberIdinteger
Returns
text - html presentation data

Definition at line 504 of file list_pop.php.

◆ PageListControl()

PageListControl (   $sAction,
  $iViewerId,
  $iTargetId 
)

Perform admin or moderator actions

Parameters
$sActionstring
$iViewerIdinteger
$iTargetIdinteger
Returns
mixed - HTML code or FALSE

Definition at line 635 of file list_pop.php.

◆ PageListFriend()

PageListFriend (   $iProfileId,
  $iMemberId = 0 
)

Put to friends list

Parameters
$iProfileIdinteger
$iMemberIdinteger
Returns
text - html presentation data

Definition at line 321 of file list_pop.php.

◆ PageListFriendRemove()

PageListFriendRemove (   $iProfileId,
  $iMemberId = 0 
)

Delete from friends list

Parameters
$iProfileIdinteger
$iMemberIdinteger
Returns
text - html presentation data

Definition at line 296 of file list_pop.php.

◆ PageListHot()

PageListHot (   $iId,
  $iProfileId = 0 
)

Put to hot list

Parameters
integer$iIdprofile initiating the action
integer$iProfileIdtarget profile
Returns
text - html presentation data

Definition at line 416 of file list_pop.php.

◆ PageListHotRemove()

PageListHotRemove (   $iId,
  $iProfileId = 0 
)

Remove to hot list

Parameters
integer$iIdprofile initiating the action
integer$iProfileIdtarget profile
Returns
text - html presentation data

Definition at line 446 of file list_pop.php.

◆ PageListMemberMenuSettings()

PageListMemberMenuSettings (   $iProfileId,
  $sAction 
)

Change member's menu position ;

Parameters
$iProfileIdinteger
$sMenuPositionstring
$sActionstring
Returns
text - html presentation data

Definition at line 546 of file list_pop.php.

◆ PageListSpam()

PageListSpam (   $iProfileId,
  $mMembers = '' 
)

Send report about spam

Parameters
$iProfileIdinteger
$mMembersmixed
Returns
text - html presentation data

Definition at line 262 of file list_pop.php.

◆ PageListUnBlock()

PageListUnBlock (   $iProfileId,
  $iMemberId = 0 
)

Unblock profile

Parameters
$sourceID
$targetID
Returns
unknown_type

Definition at line 476 of file list_pop.php.

Variable Documentation

◆ $_ni

$_ni = $_page['name_index']

Definition at line 14 of file list_pop.php.

◆ $_page

$_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

$bAjxMod
Initial value:
= isset($_SERVER['HTTP_X_REQUESTED_WITH'])
&& $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ? true : false

Definition at line 29 of file list_pop.php.

◆ $iProfileId

$iProfileId = getLoggedId()

Definition at line 20 of file list_pop.php.

◆ $iTargetId

$iTargetId = (int)ch_get('ID')

Definition at line 23 of file list_pop.php.

◆ $logged

$logged[ 'member'] = member_auth(0)

Definition at line 17 of file list_pop.php.

◆ $sAction

$sAction = false != ch_get('action')? ch_get('action') : ''

Definition at line 25 of file list_pop.php.

◆ $sJQueryJS

$sJQueryJS = ''

Definition at line 32 of file list_pop.php.

◆ $sTargetsId

$sTargetsId = isset($_POST['list_id']) ? $_POST['list_id'] : ''

Definition at line 24 of file list_pop.php.

true
if(!defined("TRUE_VAL")) define("TRUE_VAL" true
Definition: constants.inc.php:8