/** * Copyright (c) 2016 AvikB, some rights reserved. * Copyright under Creative Commons Attribution-ShareAlike 3.0 Unported, * for details visit: https://creativecommons.org/licenses/by-sa/3.0/ * * @Contributors: * Created by AvikB for noncommercial MusicBee project. * Spelling mistakes and fixes from community members. * */ $no_guests = true; //kick off the guests require_once $_SERVER['DOCUMENT_ROOT'] . '/functions.php'; include $link['root'] . 'classes/Dashboard.php'; $dashboard = new Dashboard(); $stat['total_download'] = $dashboard->getAddonDownloadCount($mb['user']['id']); $stat['total_likes'] = $dashboard->getAddonLikeCount($mb['user']['id']); $stat['total_addon_submitted'] = $dashboard->getAllAddonByMember($mb['user']['id']); $stat['total_unapproved_addon'] = $dashboard->getAllAddonCountByStatusAndMember($mb['user']['id'], 0); $stat['top_voted_addon'] = $dashboard->getTopVotedAddonsByAuthor($mb['user']['id'], 10); $stat['top_downloaded_addon'] = $dashboard->getMostDownloadedAddonsByAuthor($mb['user']['id'], 10); $stat['unapproved_addons'] = array_slice($dashboard->getAllUnApprovedAddons(), 0, 10); ?> <div class="main_content_wrapper col_1_2"> <div class="sub_content_wrapper"> <div class="box_content"> <span class="show_info custom"> <h3><?php
* Copyright under Creative Commons Attribution-ShareAlike 3.0 Unported, * for details visit: https://creativecommons.org/licenses/by-sa/3.0/ * * @Contributors: * Created by AvikB for noncommercial MusicBee project. * Spelling mistakes and fixes from community members. * */ $json_response = true; $no_guests = true; //kick off the guests $mod_only = true; require_once $_SERVER['DOCUMENT_ROOT'] . '/functions.php'; include $link['root'] . 'classes/Dashboard.php'; $dashboard = new Dashboard(); $stat['total_download'] = $dashboard->getAddonDownloadCount(null); $stat['total_likes'] = $dashboard->getAddonLikeCount(null); $stat['total_addon'] = $dashboard->getAllAddonCount(); $stat['total_unapproved_addon'] = $dashboard->getAllAddonCountByStatus(0); $stat['total_rejected_addon'] = $dashboard->getAllAddonCountByStatus(2); $stat['total_softdeleted_addon'] = $dashboard->getAllAddonCountByStatus(3); $stat['total_members'] = $dashboard->getAllMemberCount(); $stat['total_addon_publisher'] = $dashboard->getAllAddonPublisherCount(); ?> <div class="main_content_wrapper col_2"> <div class="sub_content_wrapper"> <div class="box_content"> <div class="show_info info_silver custom"> <h3><?php echo $lang['mod_11']; ?>