Cheetah
Functions | Variables
profiles.inc.php File Reference

Go to the source code of this file.

Functions

 isLogged ()
 
 isLoggedActive ()
 
 getLoggedId ()
 
 getLoggedPassword ()
 
 isMember ($iId=0)
 
if(!function_exists("isAdmin")) isAffiliate ($iId=0)
 
 isModerator ($iId=0)
 
 isRole ($iRole, $iId=0)
 
 ShowZodiacSign ( $date)
 
 age ( $birth_date)
 
 GetMembershipStatus ($memberID, $bOfferUpgrade=true, $bViewActions=true)
 
 deleteUserDataFile ( $userID)
 
 createUserDataFile ( $userID)
 
 isProfileActive ($iId=0)
 
 getProfileInfoDirect ($iProfileID)
 
 getProfileInfo ($iProfileID=0, $checkActiveStatus=false, $forceCache=false)
 
 getNewLettersNum ( $iID)
 
 getFriendNumber ($iID, $iFrStatus=1, $iOnline=0, $sqlWhere='')
 
 getFriendRequests ($iID)
 
 getMutualFriendsCount ($iId, $iProfileId)
 
 isFaved ($iId, $iProfileId)
 
 isFriendRequest ($iId, $iProfileId)
 
 getMyFriendsEx ($iID, $sWhereParam='', $sSortParam='', $sqlLimit='')
 
 getUsername ( $ID='')
 
 getNickName ( $ID='')
 
 getPassword ( $ID='')
 
 getProfileLink ( $iID, $sLinkAdd='')
 
 isLoggedBanned ($iCurUserID=0)
 
 ch_login ($iId, $bRememberMe=false, $bAlert=true)
 
 ch_logout ($bNotify=true)
 
 setSearchStartAge ($iMin)
 
 setSearchEndAge ($iMax)
 
 ch_check_profile_visibility ($iViewedId, $iViewerId=0, $bReturn=false)
 

Variables

const CH_WSB_ROLE_GUEST 0
 
const CH_WSB_ROLE_MEMBER 1
 
const CH_WSB_ROLE_ADMIN 2
 
const CH_WSB_ROLE_AFFILIATE 4
 
const CH_WSB_ROLE_MODERATOR 8
 
 $aUser = array()
 

Function Documentation

◆ age()

age (   $birth_date)

Definition at line 119 of file profiles.inc.php.

◆ ch_check_profile_visibility()

ch_check_profile_visibility (   $iViewedId,
  $iViewerId = 0,
  $bReturn = false 
)

Check profile existing, membership/acl, profile status and privacy. If some of visibility options are not allowed then appropritate page is shown and exit called.

Parameters
$iViewedIdviewed member id
$iViewerIdviewer member id
Returns
nothing

Definition at line 605 of file profiles.inc.php.

◆ ch_login()

ch_login (   $iId,
  $bRememberMe = false,
  $bAlert = true 
)

Definition at line 514 of file profiles.inc.php.

◆ ch_logout()

ch_logout (   $bNotify = true)

Definition at line 538 of file profiles.inc.php.

◆ createUserDataFile()

createUserDataFile (   $userID)

Definition at line 192 of file profiles.inc.php.

◆ deleteUserDataFile()

deleteUserDataFile (   $userID)

Definition at line 178 of file profiles.inc.php.

◆ getFriendNumber()

getFriendNumber (   $iID,
  $iFrStatus = 1,
  $iOnline = 0,
  $sqlWhere = '' 
)

Definition at line 301 of file profiles.inc.php.

◆ getFriendRequests()

getFriendRequests (   $iID)

Get number of friend requests sent to the specified profile. It doesn't count pending friend requests which was sent by specified profile.

Parameters
$iIDspecified profile
Returns
number of friend requests

Definition at line 329 of file profiles.inc.php.

◆ getLoggedId()

getLoggedId ( )

Definition at line 32 of file profiles.inc.php.

◆ getLoggedPassword()

getLoggedPassword ( )

Definition at line 36 of file profiles.inc.php.

◆ GetMembershipStatus()

GetMembershipStatus (   $memberID,
  $bOfferUpgrade = true,
  $bViewActions = true 
)

Print code for membership status $memberID - member ID $offer_upgrade - will this code be printed at [c]ontrol [p]anel

Definition at line 148 of file profiles.inc.php.

◆ getMutualFriendsCount()

getMutualFriendsCount (   $iId,
  $iProfileId 
)

Get number of mutual friends.

Parameters
$iIdfirst profile ID
$iProfileIdsecond profile ID
Returns
number of mutual friends

Definition at line 347 of file profiles.inc.php.

◆ getMyFriendsEx()

getMyFriendsEx (   $iID,
  $sWhereParam = '',
  $sSortParam = '',
  $sqlLimit = '' 
)

Definition at line 384 of file profiles.inc.php.

◆ getNewLettersNum()

getNewLettersNum (   $iID)

Definition at line 275 of file profiles.inc.php.

◆ getNickName()

getNickName (   $ID = '')

Definition at line 461 of file profiles.inc.php.

◆ getPassword()

getPassword (   $ID = '')

Definition at line 475 of file profiles.inc.php.

◆ getProfileInfo()

getProfileInfo (   $iProfileID = 0,
  $checkActiveStatus = false,
  $forceCache = false 
)

Definition at line 249 of file profiles.inc.php.

◆ getProfileInfoDirect()

getProfileInfoDirect (   $iProfileID)

Definition at line 244 of file profiles.inc.php.

◆ getProfileLink()

getProfileLink (   $iID,
  $sLinkAdd = '' 
)

Definition at line 484 of file profiles.inc.php.

◆ getUsername()

getUsername (   $ID = '')

Definition at line 443 of file profiles.inc.php.

◆ isAffiliate()

if (!function_exists("isAdmin")) isAffiliate (   $iId = 0)

Definition at line 54 of file profiles.inc.php.

◆ isFaved()

isFaved (   $iId,
  $iProfileId 
)

Definition at line 365 of file profiles.inc.php.

◆ isFriendRequest()

isFriendRequest (   $iId,
  $iProfileId 
)

Checks whether friend request is available.

Parameters
int$iId- inviter ID
int$iProfileId- invited ID

Definition at line 377 of file profiles.inc.php.

◆ isLogged()

isLogged ( )

The following functions are needed to check whether user is logged in or not, active or not and get his ID.

Definition at line 24 of file profiles.inc.php.

◆ isLoggedActive()

isLoggedActive ( )

Definition at line 28 of file profiles.inc.php.

◆ isLoggedBanned()

isLoggedBanned (   $iCurUserID = 0)

Definition at line 498 of file profiles.inc.php.

◆ isMember()

isMember (   $iId = 0)

The following functions are needed to check the ROLE of user.

Definition at line 44 of file profiles.inc.php.

◆ isModerator()

isModerator (   $iId = 0)

Definition at line 58 of file profiles.inc.php.

◆ isProfileActive()

isProfileActive (   $iId = 0)

Check whether the requested profile is active or not.

Definition at line 236 of file profiles.inc.php.

◆ isRole()

isRole (   $iRole,
  $iId = 0 
)

Definition at line 62 of file profiles.inc.php.

◆ setSearchEndAge()

setSearchEndAge (   $iMax)

Definition at line 584 of file profiles.inc.php.

◆ setSearchStartAge()

setSearchStartAge (   $iMin)

Definition at line 570 of file profiles.inc.php.

◆ ShowZodiacSign()

ShowZodiacSign (   $date)

Definition at line 76 of file profiles.inc.php.

Variable Documentation

◆ $aUser

$aUser = array()

Definition at line 74 of file profiles.inc.php.

◆ CH_WSB_ROLE_ADMIN

const CH_WSB_ROLE_ADMIN 2

Definition at line 17 of file profiles.inc.php.

◆ CH_WSB_ROLE_AFFILIATE

const CH_WSB_ROLE_AFFILIATE 4

Definition at line 18 of file profiles.inc.php.

◆ CH_WSB_ROLE_GUEST

const CH_WSB_ROLE_GUEST 0

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 15 of file profiles.inc.php.

◆ CH_WSB_ROLE_MEMBER

const CH_WSB_ROLE_MEMBER 1

Definition at line 16 of file profiles.inc.php.

◆ CH_WSB_ROLE_MODERATOR

const CH_WSB_ROLE_MODERATOR 8

Definition at line 19 of file profiles.inc.php.