Cheetah
|
Go to the source code of this file.
Functions | |
rzGetMembershipValues ($sMembership, $sName="") | |
rzGetMembershipSettings ($bAdmin=false) | |
initUser ($aUser) | |
doBan ($sSwitch, $sId="0") | |
getRooms ($sMode='new', $sId="") | |
doRoom ($sSwitch, $sUserId="", $iRoomId=0, $sTitle="", $sPassword="", $sDesc="", $bTemp=false) | |
refreshUsersInfo ($sId="", $sMode='all') | |
removeFile ($sFileId) | |
doBan | ( | $sSwitch, | |
$sId = "0" |
|||
) |
Ban actions. Check if this user is banned, ban this user, unban this user.
sSwitch | - the name of the action which will be processed. |
iId | - user's identifier; |
Definition at line 66 of file functions.inc.php.
doRoom | ( | $sSwitch, | |
$sUserId = "" , |
|||
$iRoomId = 0 , |
|||
$sTitle = "" , |
|||
$sPassword = "" , |
|||
$sDesc = "" , |
|||
$bTemp = false |
|||
) |
Actions with specified room
Definition at line 146 of file functions.inc.php.
getRooms | ( | $sMode = 'new' , |
|
$sId = "" |
|||
) |
Get information about avaliable rooms in XML format. @comment - Refreshed
Definition at line 93 of file functions.inc.php.
initUser | ( | $aUser | ) |
Definition at line 41 of file functions.inc.php.
refreshUsersInfo | ( | $sId = "" , |
|
$sMode = 'all' |
|||
) |
===> The rest of functions is for XML version only. <=== Update user's status @comment - Refreshed
Definition at line 193 of file functions.inc.php.
removeFile | ( | $sFileId | ) |
Definition at line 270 of file functions.inc.php.
rzGetMembershipSettings | ( | $bAdmin = false | ) |
Definition at line 23 of file functions.inc.php.
rzGetMembershipValues | ( | $sMembership, | |
$sName = "" |
|||
) |
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 8 of file functions.inc.php.