Cheetah
Functions | Variables
license.php File Reference

Go to the source code of this file.

Functions

 chDateToTimestamp ($sDate)
 

Variables

 $logged ['admin'] = member_auth(1, true, true)
 
 $iId = getLoggedId()
 
if(isset($_GET['checklic'])) if(isset($_POST['license_code']) &&isset($_POST['register'])) if(isset($_POST['recheck'])) if(isset($_POST['reset'])) $sLicense = getParam('license_code')
 
 $sLicenseData = getParam('license_keydata')
 
if($sLicenseData !='') else
 
 $chLicenseStatus = '<span style="color: #008000">Valid</span>'
 
if((int) $aLicenseData['subscription_canceled']==1) if((int) $aLicenseData['suspended']==1) if((int) $aLicenseData['revoked']==1) if($aLicenseData['status']=='Invalid') if($sLicense=='') $iIssueDate = chDateToTimestamp($aLicenseData['issue_date'])
 
 $iExpiresDate = chDateToTimestamp($aLicenseData['expire_date'])
 
if($aLicenseData['site_url']=='') if($aLicenseData['server_ip']=='') $aLicenseData ['issue_date'] = date("F d, Y", $iIssueDate)
 
 $aVars
 
if($sLicense==''|| $aLicenseData['status']=='Invalid') $sContent = $GLOBALS['oAdmTemplate']->parseHtmlByName('license.html', $aVars)
 
 $iNameIndex = 0
 
 $_page
 
 $_page_cont [$iNameIndex]['page_main_code']
 

Function Documentation

◆ chDateToTimestamp()

chDateToTimestamp (   $sDate)

Definition at line 182 of file license.php.

Variable Documentation

◆ $_page

$_page
Initial value:
= array(
'name_index' => $iNameIndex,
'css_name' => array('license.css'),
'header' => _t('_adm_page_cpt_license'),
'header_text' => _t('_adm_box_cpt_license')
)

Definition at line 169 of file license.php.

◆ $_page_cont

$_page_cont[ $iNameIndex][ 'page_main_code']
Initial value:
= $GLOBALS['oAdmTemplate']->parseHtmlByName('design_box_content.html', array(
'content' => $sContent
))

Definition at line 176 of file license.php.

◆ $aLicenseData

if ( $aLicenseData[ 'site_url']=='') if ( $aLicenseData[ 'server_ip']=='') $aLicenseData[ 'issue_date'] = date("F d, Y", $iIssueDate)

Definition at line 94 of file license.php.

◆ $aVars

$aVars

Definition at line 101 of file license.php.

◆ $chLicenseStatus

$chLicenseStatus = '<span style="color: #008000">Valid</span>'

Definition at line 65 of file license.php.

◆ $iExpiresDate

$iExpiresDate = chDateToTimestamp($aLicenseData['expire_date'])

Definition at line 87 of file license.php.

◆ $iId

$iId = getLoggedId()

Definition at line 15 of file license.php.

◆ $iIssueDate

if ((int) $aLicenseData[ 'subscription_canceled']==1) if ((int) $aLicenseData[ 'suspended']==1) if ((int) $aLicenseData[ 'revoked']==1) if ( $aLicenseData[ 'status']=='Invalid') if ( $sLicense=='') $iIssueDate = chDateToTimestamp($aLicenseData['issue_date'])

Definition at line 86 of file license.php.

◆ $iNameIndex

$iNameIndex = 0

Definition at line 168 of file license.php.

◆ $logged

$logged[ 'admin'] = member_auth(1, true, true)

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 14 of file license.php.

◆ $sContent

if ( $sLicense==''||$aLicenseData[ 'status']=='Invalid') $sContent = $GLOBALS['oAdmTemplate']->parseHtmlByName('license.html', $aVars)

Definition at line 166 of file license.php.

◆ $sLicense

if (isset( $_GET[ 'checklic'])) if (isset( $_POST[ 'license_code']) &&isset( $_POST[ 'register'])) if (isset( $_POST[ 'recheck'])) if (isset( $_POST[ 'reset'])) $sLicense = getParam('license_code')

Definition at line 57 of file license.php.

◆ $sLicenseData

$sLicenseData = getParam('license_keydata')

Definition at line 58 of file license.php.

◆ else

if ( $aLicenseData[ 'key_type']=='Permanent'||$aLicenseData[ 'key_type']=='Free') else
Initial value:
{
$sLicense = ''

Definition at line 61 of file license.php.

$sLicense
if(isset($_GET['checklic'])) if(isset($_POST['license_code']) &&isset($_POST['register'])) if(isset($_POST['recheck'])) if(isset($_POST['reset'])) $sLicense
Definition: license.php:57
_t
_t($key, $arg0="", $arg1="", $arg2="")
Definition: languages.inc.php:509
$iNameIndex
$iNameIndex
Definition: license.php:168
$sContent
if($sLicense==''|| $aLicenseData['status']=='Invalid') $sContent
Definition: license.php:166
$GLOBALS
$GLOBALS['iAdminPage']
Definition: advanced_settings.php:10