Author Topic: Anyone interested in tracking user downloads?  (Read 6048 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Anyone interested in tracking user downloads?
« on: March 12, 2003, 02:47:11 PM »
I've finished a mod that lets me track the image ids each user has downloaded.   It's works like the lightbox feature in that it stores a list of image ids in the 4images_users table.  The mod also stores the date of the most recent download and lets you query users from the admin CP using a date range.

If anyone is interested, I'll post the mod in the next few days in the published mods forum.

If anyone has more questions about this mod, post them here.

Offline rwinke

  • Pre-Newbie
  • Posts: 6
    • View Profile
    • http://csillagda.linuxforum.hu
Anyone interested in tracking user downloads?
« Reply #1 on: March 12, 2003, 05:56:01 PM »
Yesssss!
I'm interest

Offline nanhart

  • Pre-Newbie
  • Posts: 3
    • View Profile
Anyone interested in tracking user downloads?
« Reply #2 on: March 12, 2003, 06:28:10 PM »
Definitely and thanks !!!!!!!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Anyone interested in tracking user downloads?
« Reply #3 on: March 12, 2003, 07:24:04 PM »
Great!
as many mods published, as better :lol:

how about GUEST's download? do they get counted?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Anyone interested in tracking user downloads?
« Reply #4 on: March 12, 2003, 10:52:18 PM »
Guests are not users, therefore they have no entry in the users table.  So it is impossible to track the image ids downloaded by guests.

This mod is only for tracking USER downloads.  :wink:

P.S.: It is not a mod that counts downloads.  It's a mod that tells you exactly which images were downloaded for any given user and the date when the last download took place.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Anyone interested in tracking user downloads?
« Reply #5 on: March 13, 2003, 01:04:19 AM »
:roll:  Okay. It's just another 2 hours out of my busy life right?

The mod is posted here:  http://4homepages.de/forum/viewtopic.php?t=4606

Enjoy !

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Anyone interested in tracking user downloads?
« Reply #6 on: March 14, 2003, 01:36:10 AM »
With V@no's help this turned out to be a really nice mod.  Thanks V@no!