Count admin views? Count admin views?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Count admin views?

Started by hasemann, December 09, 2005, 06:30:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hasemann

I made a general login for some of my friends, but when they login coppermine thinks its the same user and the "view"/"viewed" does not update :(

Joachim Müller

did you make them admins? You mustn't.

hasemann

Oh no, they are not admins.
But I thought that Coppermine threaths one login as one person.
For example if 10 ppl are logged in with the same username + password and they all click on the images, does coppermine see all 10 ppl as 10 different viewers or as one person because of the identical login?

kegobeer

One username = one view.  Give everyone a separate login.  There is absolutely no reason why you should share logins like that.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

hasemann

Unfortunately thats not possible because I only want to show a specific content(gallery) to a specific group ...

kegobeer

Quote from: hasemann on December 09, 2005, 09:21:37 PM
Unfortunately thats not possible because I only want to show a specific content(gallery) to a specific group ...

No, you are incorrect.  Give everyone their own login, then assign each person to the same group.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

hasemann

So you mean it is easier to forgive approximately 70 singel usernames+passwords instead of changing some lines in the code? :(

Nibbler

Allow people to register themselves, it will be much easier than trying to force Coppermine to do things.

ecto

hasemann, I guess it's possible to do, yes. I don't know as I haven't looked at the code,  but I also really believe that changing Coppermine's behaviour when it comes to how it handles hits (based on the logged in user's IP address instead of just the user) is more than just changing a few lines of code.

Hopefully, for your sake, someone might do it. But I agree with Nibbler, the easiest way (and most logical, IMO) is to have separate users. I wouldn't bet that anyone is willing to spend time on a hack/mod like this, as I believe most people will find it quite superfluous.

kegobeer

From a security point of view, shared logins should never be allowed.  You can't track who is doing what, and if someone decides to wreak havok, you won't know who did it.  Never, I repeat, never allow shared login credentials.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Tranz

Another drawback to modifying the code is having to re-implement it every time you upgrade Coppermine. Some mods are so cool they're worth the hassle, but this one... it'll be more of a hassle than it's worth, in addition to the given cons listed.