getStatsCountByType();
$lastTenActive = $urlShortener->getStatsListActiveLinks(10);
echo "<" . "?xml version=\"1.0\"?".">\n";
?>
URL Shortener - Admin
Number of links:
Number of links with normal short id: |
= $countByType[0]['cnt'] ?> |
Number of links with custom short id: |
= $countByType[1]['cnt'] ?> |
Total number of links: |
= ($countByType[0]['cnt'] + $countByType[1]['cnt']) ?> |
0) {
?>
Last 10 active links:
# |
Short ID |
Long link |
Last clicked at |
Number of visits |
= $i ?> |
= $oneLink['id'] ?> |
= $oneLink['url'] ?> |
= $oneLink['date'] ?> |
= $oneLink['visited'] ?> |