By simple I mean, when someone downloads from my website, I want to be able to view usernames and the IP addresses connected to the username to determine who's been sharing. I also want to be able to view the username alphabetically. Something very user friendly. Need it ASAP by the way.
Something from hotscripts.net should do the trick, and I *think* http auth usernames can be tracked by logs, though don't quote me on that.
I am so frustrated with Hotscripts and sites like it. I can't find exactly what I want. I did find authpro.com but they aren't open sourced and I already have 700+ members and cant tell each one of them to cancel and resubscribe. I also found awebsitelogin.com and paid for it but myusername and password doesn't work and my emails still have not been answered.
If you can be more specific as to what you already have setup accountwise, then I might be able to point you in the right direction!
if you want something basicly, you can use the .htaccess / .htpasswd system in apache, it'll put the usernames in the log files against the requests, you could track it that way. i am not sure if there is anything out there that would do what you want directly, usally when i have seen something similar, it's been built into the applications.
Hi, i know you posted this over a year ago but i have just recently purchased from awebsitelogin and am having the same problem.......... did you eventually get what you paid for or should i be worried. Thanks Andy
This would be a very easy this for a PHP developer to write for you, just a simple authentication script with IP address logging to a MySQL table, and an admin panel to display the discrepancies. Might be easier to hire someone, it wouldn't take long to write something like this.