Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Counting Downloads

Asked Modified Viewed 1,273 times
D
DosSpiele
D
www.dosspiele.eu/../../images/dosspielelogos/logounderconstructingcollage3.jpg
  • Member, joined since
  • Contributed 136 posts on the community forums.
  • Started 53 threads in the forums
  • Started this discussions
asked
Member

Are you Planing to make some Counter Panel for the Download´s

I miss Counter, thats Counts what have been Downloadet, Total Downloads a Day, Week, Month,year? A Grafik one would be great.

Greatings
Edited by N/A on 21-02-2016 20:50,
0 replies

4 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

I have personally not started to look at more things to increment and include from the Core pack. This is usually something the Community can tackle in a good way, where there are needs, there are solutions so to speak.
I do have a couple of pages long Development Plan ready for 9.1, But we are a bit away from that now ;)
0 replies
D
DosSpiele
D
www.dosspiele.eu/../../images/dosspielelogos/logounderconstructingcollage3.jpg
  • Member, joined since
  • Contributed 136 posts on the community forums.
  • Started 53 threads in the forums
  • Started this discussions
answered
Member

Thanks, maybe i find somebody how can make it for me...

Greatings
0 replies
H
hervan
H
hervan 10
sorry my english is very bad
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 37 threads in the forums
answered
Member

I will give a code to download the side panel last week.
Hope can help you.


$locale['top_001'] = "Download Top Week";
 openside($locale['top_001']);

 $result = dbquery(
 "SELECT td.*, tu.*
FROM ".DB_DOWNLOADS." td
LEFT JOIN ".DB_USERS." tu ON td.download_user=tu.user_id
WHERE download_datestamp >= ".time()." - 604800
ORDER BY download_count DESC
LIMIT 5");
 if (dbrows($result) != 0) {
  echo"<table width='100%' cellpadding='0' class='tbl1' cellspacing='0'>";
    while($data = dbarray($result)) {
    $cell_color = ($i % 2 == 0 ? "tbl1" : "tbl2"); $i++;

       $itemsubject = trimlink($data['download_title'], 20);
     echo "<tr>\n<td class='$cell_color'>".THEME_BULLET."  <a href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."'>".$itemsubject ."</td>
         <td class='$cell_color' align='right'>".$data['download_count']."</a></td></tr>\n";
    }
    echo "</table>";
 } else {
    echo "<center>No File</center>\n";
 }
 closeside();
0 replies
D
DosSpiele
D
www.dosspiele.eu/../../images/dosspielelogos/logounderconstructingcollage3.jpg
  • Member, joined since
  • Contributed 136 posts on the community forums.
  • Started 53 threads in the forums
  • Started this discussions
answered
Member

Hi, thanks very much:D, yes i can use that in the moment. But it need to bee much more detailed, and grafik view like Diagrams, "office" like diagrams. But i hope some day i get it... but again Thanks.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
H
H
hervan 10
sorry my english is very bad
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 37 threads in the forums
D
D
www.dosspiele.eu/../../images/dosspielelogos/logounderconstructingcollage3.jpg
  • Member, joined since
  • Contributed 136 posts on the community forums.
  • Started 53 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet