| # |
sort('Date/Time Registered (CST)', 'User.created', array('title'=>'Click to sort with registered date')); ?> |
sort('Username', 'User.username', array('title'=>'Click to sort with username')); ?> |
sort('Email', 'User.email', array('title'=>'Click to sort with email address')); ?> |
sort('Date of Last Login', 'User.updated', array('title'=>'Click to sort with date of last login')); ?> |
sort('Total # of Logins', 'User.login_count', array('title'=>'Click to sort with total number of logins')); ?> |
sort('# of Visits to Public Page', 'User.visit_count', array('title'=>'Click to sort with number of visits')); ?> |
join Method |
Installed BButton |
Delete Account |
# of Tabs (Public/ Private) |
# Referrals invited/ joined/ completed |
Browser last used |
Unlock Features |
Edit Email |
Ad status |
Manual |
= 1293167067)
// {
if($user['User']['admin_drag_trash'] == 1)
{
$bonus = $bonus.'LT';
}
if($user['User']['admin_drag_category'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',CT';
}
else
{
$bonus = $bonus.'CT';
}
}
if($user['User']['admin_search'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',SL';
}
else
{
$bonus = $bonus.'SL';
}
}
if($user['User']['admin_bookmarklet'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',BU';
}
else
{
$bonus = $bonus.'BU';
}
}
if($user['User']['admin_drag_links'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',DL';
}
else
{
$bonus = $bonus.'DL';
}
}
if($user['User']['admin_drag_category'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',DC';
}
else
{
$bonus = $bonus.'DC';
}
}
if($user['User']['payment_status'] == 1)
{
$price = 'manually off';
}
else if($user['User']['tab_credits'] >= 25)
{
$price = 'invited 25';
}
else if($user['s']['price'] == 6)
{
$price = '6 months';
}
else if($user['s']['price'] == 10)
{
$price = '12 months';
}
else if($user['s']['price'] == 18)
{
$price = '24 months';
}
else if($user['s']['price'] == 25)
{
$price = '36 months';
}
else if($user['s']['price'] == 50)
{
$price = 'forever';
}
else
{
$price = 'default';
}
// }
if($user['User']['payment_status'] ==0)
{
$name = 'manually off';
$idVal = 'updatePaymentStatus/1_'.$user['User']['id'];
}
else
{
$name = 'manually on';
$idVal = 'updatePaymentStatus/0_'.$user['User']['id'];
}
$tr = array (
$count,
date("Y-m-d",strtotime($user['User']['created'])) . ' @ '. date('h:i A', strtotime($user['User']['created'])),
$html->link($user['User']['username'], '/' . $user['User']['username']),
$user['User']['email'],
date('Y-m-d', strtotime($user['User']['updated'])),
$html->link($user['User']['login_count'] . ' Click for Details', '/loginDetails/' . $user['User']['id'] . '/' . $user['User']['username'], array('class'=>'thickbox', 'title'=>'Login Details')),
$user['User']['visit_count'],
$joinType,
$bookmarkletStatus,
$html->link('Delete', '/deleteUser/' . $user['User']['id'] . '/' . $user['User']['username'], array('class'=>'thickbox', 'title'=>'Delete ' . $user['User']['username'] .'?')),
$user['t']['countTabPublic'].'/'.$user['t']['countTabPrivate'],
$user['rf']['countReferr'].'/'.$user['rf']['countR2'].'/'.$user['rf']['countR3'],
$user['User']['browser'] ,
$bonus,
$html->link( 'editEmail', '/editEmailByAdmin/' . $user['User']['id'].'/'.$user['User']['email'], array('class'=>'thickbox', 'title'=>'Change Email')),
$price,
$html->link( $name, '#', array('class'=>'adsStatusChange' ,'id'=>$idVal)),
);
echo $html->tableCells($tr,array('class'=>'altRow'),array('class'=>'evenRow'));
$count++;
} ?>
numbers(); ?>