{assign var=title value="Welcome to aMember Pro Control Panel"} {include file="admin/header.inc.html"}



{$title}


{if $warnings}
{foreach from=$warnings item=e}
  • {$e} {/foreach}
  • {/if}
    Software version info
     aMember {$config.version}
     PHP {php}print phpversion() . " (".php_sapi_name().")"; {/php}
    OS {php}$u=substr(php_uname(),0,28);if (strlen($u)==28) $u="$u...";print $u;{/php}
     MySQL {php}$q=mysql_query("SELECT VERSION();");$x=mysql_fetch_row($q);print $x[0];{/php}
    Root Folder {$config.root_dir}
    Hello, {$smarty.session.amember_admin.login}! You last logged in from {$smarty.session.amember_admin.last_ip} at {$smarty.session.amember_admin.last_login|date_format:$config.time_format}.

    {if $smarty.session.amember_admin.perms.report || $smarty.session.amember_admin.super_user }
    Payments for last 7 days
    {foreach from=$income item=i} {/foreach}
    Date Added Paid  
    {$i.date_print} {$i.added_count} {$config.currency|default:"$"}{$i.added_amount} {$i.completed_count} {$config.currency|default:"$"}{$i.completed_amount} {if $i.percent}
      {$i.percent}%
    {/if}
    Users total
    {foreach from=$users item=i} {/foreach}
    {$i.title} {$i.count}

    Error/debug log messages today: {$errors}
    Access log records today: {$access}
    {/if}
    {* Select an option from the left.




    If you like this script, please vote it:
    Rate at Hotscripts.com:

    Rate at ResourceIndex.com:

    *} {if $config.dont_check_updates ne "1" } {/if} {include file="admin/footer.inc.html"}