Authentication is now required for private section

as i found the site traffic seems crazy (http://edin.no-ip.com/webalizer/usage_200703.html), i check the apache access log to find out the reason. it shown out there are a lot of traffic generated from my stream music server section... there is just target for my personal usage, to stream music to my notebook during working; but not target for public mass download... when i search in more detail, i found the message that mention about my stream music server...

in order to protect my server (the harddisk is keep on working...):

  1. now both Music and Recycle bin are password protected. you can get the user name and password by register in my site (read http://edin.no-ip.com/html/?q=node/204 for more detail)
  2. you need to accept the condition of use during register. thanks for legal module. i draft the condition of use by referencing that from amazon.com

all traffics are now keep in record: including user name, email, IP and files downloaded. remember that you are now using my service in your own risk. if you have any bad feeling about this, please comment here or contact me

20070317: some more improvement, which limit the access of private, only if user have access the home page within 1 day (60 * 60 * 24):

AuthMySQLUserCondition "users.status = 1 AND users.access > UNIX_TIMESTAMP() - 60 * 60 * 24"

Add new comment