|
Cheetah
|
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 () | |
| declineIm | ( | $sId | ) |
Definition at line 179 of file customFunctions.inc.php.
| encryptPassword | ( | $sId, | |
| $sPassword | |||
| ) |
Definition at line 84 of file customFunctions.inc.php.
| getActiveUsers | ( | $sUserId | ) |
Definition at line 57 of file customFunctions.inc.php.
| getAvailableStatuses | ( | ) |
Definition at line 188 of file customFunctions.inc.php.
| getIdByNick | ( | $sNick | ) |
Get user's identifier using user's nickname.
Definition at line 79 of file customFunctions.inc.php.
| getIms | ( | $sId | ) |
Definition at line 166 of file customFunctions.inc.php.
| 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 | ( | $sUserId | ) |
Definition at line 38 of file customFunctions.inc.php.
| getUserImLink | ( | $sUserId | ) |
Definition at line 43 of file customFunctions.inc.php.
| getUserMusicLink | ( | ) |
Definition at line 30 of file customFunctions.inc.php.
| getUsersMedia | ( | $aUsers | ) |
Definition at line 48 of file customFunctions.inc.php.
| getUserStatus | ( | $sId | ) |
Definition at line 108 of file customFunctions.inc.php.
| getUserVideoLink | ( | ) |
Definition at line 22 of file customFunctions.inc.php.
| 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 | ( | $sId, | |
| $sPassword | |||
| ) |
Definition at line 90 of file customFunctions.inc.php.
| logout | ( | $sId | ) |
Definition at line 101 of file customFunctions.inc.php.
| updateOnline | ( | $sId = "", |
|
$sStatus = "", |
|||
$bOnline = true |
|||
| ) |
Definition at line 113 of file customFunctions.inc.php.