Cheetah
Functions
functions.inc.php File Reference

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)
 

Function Documentation

◆ doBan()

doBan (   $sSwitch,
  $sId = "0" 
)

Ban actions. Check if this user is banned, ban this user, unban this user.

Parameters
sSwitch- the name of the action which will be processed.
iId- user's identifier;

Definition at line 66 of file functions.inc.php.

◆ doRoom()

doRoom (   $sSwitch,
  $sUserId = "",
  $iRoomId = 0,
  $sTitle = "",
  $sPassword = "",
  $sDesc = "",
  $bTemp = false 
)

Actions with specified room

Definition at line 146 of file functions.inc.php.

◆ getRooms()

getRooms (   $sMode = 'new',
  $sId = "" 
)

Get information about avaliable rooms in XML format. @comment - Refreshed

Definition at line 93 of file functions.inc.php.

◆ initUser()

initUser (   $aUser)

Definition at line 41 of file functions.inc.php.

◆ refreshUsersInfo()

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()

removeFile (   $sFileId)

Definition at line 270 of file functions.inc.php.

◆ rzGetMembershipSettings()

rzGetMembershipSettings (   $bAdmin = false)

Definition at line 23 of file functions.inc.php.

◆ rzGetMembershipValues()

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.