Wallpaper Script Forum » How-To and Troubleshooting

Show Wallpaper Downloads

(26 posts)
  • Started 2 years ago by david
  • Latest reply from wdwallpapers
  1. david
    Member

    Is there any possible way to show up the statistics of the website.
    Like: Total Downloads, Total Bandwidth Consumed and Best viewed page etc,

    I welcome all short (even a bit) modification done should be posted in this forum.

    Posted 2 years ago #
  2. Nobody?

    I am interested to know.

    Thanks

    Posted 1 year ago #
  3. If you need to show total number of downloads.. then I can tell you what to do.. but no idea.. about Total bandwidth.. etc..

    Posted 1 year ago #
  4. Please post here for total number of downloads.

    For future ask. Thanks

    Posted 1 year ago #
  5. nobody?

    Posted 1 year ago #
  6. Can anyone help how to have in stats Total downloads?

    Posted 1 year ago #
  7. okay.. lets start... !!

    Step 1 :

    Open modules/statisticsblock/statisticsblock.php

    Find:

    $totalComments = $DB->get("SELECT COUNT(id) as 
    
    t
    FROM
    .
    ");

    Add after this :

         $totalDownloads = $DB->get("SELECT SUM(downloads) as 
    
    t
    FROM
    .
    ");

    Find :

    $smarty->assign("totalComments", $totalComments["total"]);

    Add after this line:

    $smarty->assign("totalDownloads", $totalDownloads["total"]);

    Step 2 :

    I have attached the tpl file download it and compare it with your original statisticsblock.tpl file and add the new one which is not present in your file..

    Let me know if anyone have any questions..

    Thanks,
    Jon

    edit: I am not able to attach the zip file or the php file in txt format also.. if the above code is not displaying correctly, then please contact me .. I will email you the codes..

    Attachments

    1. statisticsblock.tpl.txt (0.5 KB, 58 downloads) 1 year old
    Posted 1 year ago #
  8. Can you tell again line in Step 1?
    $totalDownloads = $DB->get("SELECT SUM(downloads) as

    t
    FROM

    .

    ");

    Not good line I suppose :=)

    Posted 1 year ago #
  9. ok, I have found in database
    Database prefix is "items"

    Posted 1 year ago #
  10. Can you make Top Downloaded? Page like random wallpapers or top wallpapers (rating), only counted with number of downloads.
    Or can be module like top wallpapers by rank? What is easier to make :)
    Thank you

    Posted 1 year ago #
  11. iiyama
    Member

    This is wrong :

    $totalDownloads = $DB->get("SELECT SUM(downloads) as
    t
    FROM
    .
    ");

    what is the right one ?

    Posted 1 year ago #
  12. having problem with upload...doesnt accept tpl and php files...
    Here you have only tpl file, for php file just put your email and will send u

    Attachments

    1. statisticsblock.tpl.txt (0.6 KB, 33 downloads) 1 year old
    Posted 1 year ago #
  13. Tried it and shows total downloads blank

    Posted 1 year ago #
  14. need to send you other file, statisticsblock.php , need to add 1 line, give me your email or send me contact through my site and I will send you

    Posted 1 year ago #
  15. Made it work. Thanks

    Posted 1 year ago #
  16. iiyama
    Member

    anybody want to share the missing line here ?
    Svile, thanks for the help :) but if you can save the php file as text file and upload it here, so everybody can know how do it.

    Posted 1 year ago #
  17. shekhar
    Member

    Just download attachment o_o

    download 1st one

    Attachments

    1. views_+_downloads.txt (2.1 KB, 103 downloads) 1 year old
    2. views_+_downloads.txt (2.1 KB, 43 downloads) 1 year old
    Posted 1 year ago #
  18. iiyama
    Member

    Dear Shekhar,

    Thank you so much for the help, it did work like a charm.
    much appreciated :) :)

    Posted 1 year ago #
  19. iiyama
    Member

    Just a Question.

    How i can add ( , ) to the number of views, downloads, etc.

    example: Instead of 10555 i want 10,555

    Posted 1 year ago #
  20. Good work ! Thanks shekhar

    Posted 1 year ago #
  21. Dear Shekhar,
    it work well
    thanks for every one hade help to do the work

    example:
    www.shamusik.com/walls

    Posted 1 year ago #
  22. the download counter still 0 till now !!!!

    Posted 1 year ago #
  23. Wonderful addition. Thanks a lot for sharing.

    However im sure that the download counter is messed up in this script. As i have only 384 views, but it shows the downloads to be 1527

    Posted 1 year ago #
  24. its not working!

    total download
    total views

    its not even showing 0

    Posted 7 months ago #
  25. sorry i left something! :)

    now its working!

    Posted 7 months ago #
  26. thanks sekhar

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.