Cheetah
Functions
admin.inc.php File Reference

Go to the source code of this file.

Functions

 login_form ($text="", $member=0, $bAjaxMode=false, $sLoginFormParams='')
 
 activation_mail ( $ID, $text=1)
 
 mem_expiration_letter ( $ID, $membership_name, $expire_days)
 
 getID ( $str, $with_email=1)
 
 check_login ($ID, $passwd, $iRole=CH_WSB_ROLE_MEMBER, $error_handle=true)
 
 check_logged ()
 
 member_auth ($member=0, $error_handle=true, $bAjx=false)
 
 check_password ($sUsername, $sPassword, $iRole=CH_WSB_ROLE_MEMBER, $error_handle=true)
 
 update_date_lastnav ($iId)
 
 profile_delete ($ID, $isDeleteSpammer=false)
 
 get_user_online_status ($ID)
 
 ch_admin_profile_ban_control ($iProfileId, $bBan=true, $iDuration=0)
 
 ch_admin_profile_change_status ($mixedIds, $sStatus, $bSendActMail=FALSE)
 
 ch_admin_profile_featured_control ($iProfileId, $bFeature=TRUE)
 

Function Documentation

◆ activation_mail()

activation_mail (   $ID,
  $text = 1 
)

Definition at line 63 of file admin.inc.php.

◆ ch_admin_profile_ban_control()

ch_admin_profile_ban_control (   $iProfileId,
  $bBan = true,
  $iDuration = 0 
)

Add / delete profile to / from ban list table

Parameters
int$iProfileId- id of member
boolean$bBan- add / delete member
integer$iDuration- ban duration (in days)
Returns
int / boolean - number of rows affected / false

Definition at line 415 of file admin.inc.php.

◆ ch_admin_profile_change_status()

ch_admin_profile_change_status (   $mixedIds,
  $sStatus,
  $bSendActMail = FALSE 
)

Perform change of status with clearing profile(s) cache and sending mail about activation

Parameters
mixed$mixedIds- array of IDs or single int ID of profile(s)
string$sStatus- given status
boolean$bSendActMail- send email about activation or not (works with 'Active' status only
Returns
boolean - TRUE on success / FALSE on failure

Definition at line 436 of file admin.inc.php.

◆ ch_admin_profile_featured_control()

ch_admin_profile_featured_control (   $iProfileId,
  $bFeature = TRUE 
)

Perform change of featured status with clearing profile(s) cache

Parameters
int$iProfileId- profile id
boolean$bFeature- mark as featured / unfeatured
Returns
boolean - TRUE on success / FALSE on failure

Definition at line 483 of file admin.inc.php.

◆ check_logged()

check_logged ( )

Definition at line 238 of file admin.inc.php.

◆ check_login()

check_login (   $ID,
  $passwd,
  $iRole = CH_WSB_ROLE_MEMBER,
  $error_handle = true 
)

Definition at line 162 of file admin.inc.php.

◆ check_password()

check_password (   $sUsername,
  $sPassword,
  $iRole = CH_WSB_ROLE_MEMBER,
  $error_handle = true 
)

Definition at line 296 of file admin.inc.php.

◆ get_user_online_status()

get_user_online_status (   $ID)

Definition at line 391 of file admin.inc.php.

◆ getID()

getID (   $str,
  $with_email = 1 
)

Definition at line 139 of file admin.inc.php.

◆ login_form()

login_form (   $text = "",
  $member = 0,
  $bAjaxMode = false,
  $sLoginFormParams = '' 
)

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 13 of file admin.inc.php.

◆ mem_expiration_letter()

mem_expiration_letter (   $ID,
  $membership_name,
  $expire_days 
)

Definition at line 110 of file admin.inc.php.

◆ member_auth()

member_auth (   $member = 0,
  $error_handle = true,
  $bAjx = false 
)

Definition at line 262 of file admin.inc.php.

◆ profile_delete()

profile_delete (   $ID,
  $isDeleteSpammer = false 
)

Definition at line 316 of file admin.inc.php.

◆ update_date_lastnav()

update_date_lastnav (   $iId)

Definition at line 307 of file admin.inc.php.