-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusage.php
More file actions
37 lines (27 loc) · 760 Bytes
/
usage.php
File metadata and controls
37 lines (27 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?
include_once("session_check.php");
// intialize connections
require_once("classes/initialize.php");
$dbh=dbConnect();
?>
<html>
<title>Lukin Usage | L U K I N | I'm going to Lukin's... </title>
<head>
<!-- Include the javascript -->
<link rel='stylesheet' href='css/account_heading.css' type='text/css'>
<link rel='stylesheet' href='css/usage.css' type='text/css'>
</head>
<body>
<?
include_once('account_heading.php');
if($ReturnOutput != '') {
echo "<br><br>".$ReturnOutput."<br>";
}
?>
usage<br>
on this page will be:<br>
your downloads, uploads,conversion<br>
the last 30 converted songs<br>
list of users and their uploads<br>
list of users and their downloads<br>
list of users and their conversion<br>