| Account Name: |
'.str_repeat('*', strlen(htmlspecialchars($account_logged->getName()))).'
'.str_repeat('*', strlen(htmlspecialchars($account_logged->getName()))).'
'.htmlspecialchars($account_logged->getName()).'
|
| Email Address: |
'.str_repeat('*', strlen(htmlspecialchars($account_email))).'
'.str_repeat('*', strlen(htmlspecialchars($account_email))).'
'.htmlspecialchars($account_email).'
|
| Created: |
'.date("M d Y, G:i:s", $account_created).' |
| Last Login: |
'.date("M d Y, G:i:s", time()).' |
| Account Status: |
'.$account_status;
if($account_logged->getCustomField('vip_time') <= time()){
$main_content .= ' (VIP time expired at ' .date('d/m/Y, H:i:s', $account_logged->getCustomField('vip_time')). ')';
}else{
$main_content .= ' (VIP time expires at ' .date('d/m/Y, H:i:s', $account_logged->getCustomField('vip_time')). ')';
}
$main_content .= '
|