\n"; echo html_frame_start("","60%",""); echo "\n\n"; /* Display the number of users */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the active users in the last 30 days */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the active users in the last 60 days */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the active users in the last 90 days */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the inactive users */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the users who were warned and pending deletion */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the number of comments */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the number of application familes */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the number of versions */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the number of application maintainers */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the number of test reports */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; /* Display the number of images */ echo "\n"; echo " \n"; echo " \n"; echo "\n\n"; echo "
Users:".User::objectGetEntriesCount()."
Users active within the last 30 days:".User::active_users_within_days(30)."
Users active within the last 60 days:".User::active_users_within_days(60)."
Users active within the last 90 days:".User::active_users_within_days(90)."
Inactive users (not logged in since six months):".(User::objectGetEntriesCount()- User::active_users_within_days(183))."
Inactive users pending deletion:".User::get_inactive_users_pending_deletion()."
Comments:".getNumberOfComments()."
Application families:".application::objectGetEntriesCount('accepted')."
Versions:".version::objectGetEntriesCount('accepted')."
Application maintainers:".Maintainer::getNumberOfMaintainers()."
Test reports:".testData::objectGetEntriescount('accepted')."
Screenshots:".screenshot::objectGetEntriesCount('accepted')."
\n\n"; echo "\n"; echo html_frame_end(" "); apidb_footer(); ?>