Cheetah
Functions
customFunctions.inc.php File Reference

Go to the source code of this file.

Functions

 isModuleAvailable ($sModuleName, $sUserId="", $sAction="")
 
 getUserVideoLink ()
 
 getUserMusicLink ()
 
 getUserChatLink ($sUserId)
 
 getUserImLink ($sUserId)
 
 getUsersMedia ($aUsers)
 
 getActiveUsers ($sUserId)
 
 getIdByNick ($sNick)
 
 encryptPassword ($sId, $sPassword)
 
 login ($sId, $sPassword)
 
 logout ($sId)
 
 getUserStatus ($sId)
 
 updateOnline ($sId="", $sStatus="", $bOnline=true)
 
 getMails ($sId, $sGotMails, $aFullUsers)
 
 getIms ($sId)
 
 declineIm ($sId)
 
 getAvailableStatuses ()
 

Function Documentation

◆ declineIm()

declineIm (   $sId)

Definition at line 179 of file customFunctions.inc.php.

◆ encryptPassword()

encryptPassword (   $sId,
  $sPassword 
)

Definition at line 84 of file customFunctions.inc.php.

◆ getActiveUsers()

getActiveUsers (   $sUserId)

Definition at line 57 of file customFunctions.inc.php.

◆ getAvailableStatuses()

getAvailableStatuses ( )

Definition at line 188 of file customFunctions.inc.php.

◆ getIdByNick()

getIdByNick (   $sNick)

Get user's identifier using user's nickname.

Definition at line 79 of file customFunctions.inc.php.

◆ getIms()

getIms (   $sId)

Definition at line 166 of file customFunctions.inc.php.

◆ getMails()

getMails (   $sId,
  $sGotMails,
  $aFullUsers 
)

Gets new user's mails except already got mails($sGotMails) by specified user id

Definition at line 125 of file customFunctions.inc.php.

◆ getUserChatLink()

getUserChatLink (   $sUserId)

Definition at line 38 of file customFunctions.inc.php.

◆ getUserImLink()

getUserImLink (   $sUserId)

Definition at line 43 of file customFunctions.inc.php.

◆ getUserMusicLink()

getUserMusicLink ( )

Definition at line 30 of file customFunctions.inc.php.

◆ getUsersMedia()

getUsersMedia (   $aUsers)

Definition at line 48 of file customFunctions.inc.php.

◆ getUserStatus()

getUserStatus (   $sId)

Definition at line 108 of file customFunctions.inc.php.

◆ getUserVideoLink()

getUserVideoLink ( )

Definition at line 22 of file customFunctions.inc.php.

◆ isModuleAvailable()

isModuleAvailable (   $sModuleName,
  $sUserId = "",
  $sAction = "" 
)

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 12 of file customFunctions.inc.php.

◆ login()

login (   $sId,
  $sPassword 
)

Definition at line 90 of file customFunctions.inc.php.

◆ logout()

logout (   $sId)

Definition at line 101 of file customFunctions.inc.php.

◆ updateOnline()

updateOnline (   $sId = "",
  $sStatus = "",
  $bOnline = true 
)

Definition at line 113 of file customFunctions.inc.php.