Results 1 to 8 of 8

Thread: Help With This..

  1. #1
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Help With This..

    I want to track and display the amount of downloads my mp3 format songs get on my website..heres an exact example of what i want to do.. http://www.sagefrancis.net/index.php...electcat&cat=1
    any help?

  2. #2
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    still need answers..

  3. #3
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    up up

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Use a server-side language to create a page that logs the download, then redirects the user to the file, then link to that.
    I can't be more specific than this without knowing which server-side language(s) you have installed on your server.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    i dont know what a server side language is, let alone which one i have installed on my server...my server is bravenet and i have the pro hosting package...would you be able to find out what server side language they provide by going to my website and looking at the source code > http://www.ikonmusic.net ....or by going to bravenet's website to find out > http://www.bravenet.com ? help is very appreciated

  6. #6
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    ?????

  7. #7
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ikon
    i dont know what a server side language is
    Twey is referring to a programming or scripting language which is used to execute code on the server. PHP and JSP are common server-side languages. You can use them to perform various tasks, including creating pages dynamically, and manipulating databases. You would need to do both of these things in order to track and display download counts.

    If you're just interested personally, then you could use a log file analysis tool to look at your server logs.

    my server is bravenet and i have the pro hosting package...would you be able to find out what server side language they provide by going to my website and looking at the source code
    Not necessarily. Bravenet do use some form of server-side language (probably PHP), but the response headers don't show this explicitly (PHP has an option to cloak itself to some degree).

    According to the Web Hosting section, the Premium service supplies both PHP and MySQL database support, but the Basic service does not.

    Mike

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    and manipulating databases. You would need to do both of these things in order to track and display download counts.
    A database wouldn't necessarily be required... I've done folder-based pseudo-databases on occasion, using a directory tree to emulate a database.

    It is easier to use a database, though.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •