Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Feedback/Suggestions
Author Message
Dawg
RavenNuke(tm) Development Team



Joined: Nov 07, 2003
Posts: 928

PostPosted: Tue Feb 17, 2009 9:52 am Reply with quote

Greetings All,
I am having a problem with 1 computer and several accounts. Here is what they are doing. They log in as User A and bring up service X....and then log off....log in as user B say how wonderful Service X is and then log off....log in as user C and say how wonderful Service X is and so on.

Is it possible to set a couple of "Cookies". One normal cookie that handles log in and log off....and another cookie that is more or less there forever that would flag User A, User B and User C as the same user with a display for Admins Only?

I do not know how many other sites have this same kind of issue....but it is a problem on more that one site I run. Any ideas on how to stop it?

Dawg
 
View user's profile Send private message
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Tue Feb 17, 2009 8:33 pm Reply with quote

Does sound like a bot. Maybe a good addition to RNYA

_________________
- Only registered users can see links on this board! Get registered or login! -

Need help? Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Dawg







PostPosted: Tue Feb 17, 2009 11:44 pm Reply with quote

No they are not Bots. They are real people. (They are not smart enough to write a bot to do it) They are just tring to sell service X is all. IS the cookie idea a good one? Would that work?

Dawg
 
evaders99







PostPosted: Wed Feb 18, 2009 12:52 am Reply with quote

Assuming they're smart enough to clear cookies, no Smile

If we had some server-side protection (one account = one IP), that would solve your issue. Again, not to be used in all situations, but would be a nice feature of RNYA
 
Dawg







PostPosted: Wed Feb 18, 2009 5:25 am Reply with quote

Evanders I would doubt they are smart enough to clear their cookies.

Something that flagged an account for admins when someone logs out and then right back in on the same Ip would be cool.

No action assocated with the flag....just flag it so the admins could take a look,

Dawg
 
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Wed Feb 18, 2009 7:05 am Reply with quote

It won't flag it up, but NS will show which IP address users are using and therefore you would be able to see if an IP address is using more than one account. Obviously this could be legit, but an admin could then monitor it.
 
View user's profile Send private message
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Wed Feb 18, 2009 7:14 am Reply with quote

I know this problem very well and I believe there is no really solution.
I used the forums ban feature tracked new registrations through Resend Email and several other things but you will have always multi accounts.
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed Feb 18, 2009 9:03 am Reply with quote

I don't mean to hijack this thread but I think this discussion fits here. I know it's been hotly debated elsewhere and I think there may have been discussions here from time to time. Do any of you disallow (substitute ban) the yahoo.com, gmail.com, etc. email domains from memberships? I'd like to hear the pros/cons from thise who do/don't. Thanks.
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Wed Feb 18, 2009 7:06 pm Reply with quote

I allow Gmail because I have not had any problems with user using Gmail (yet) but I do block all the others including the whole MSN/Hotmail/Yahoo email accounts.

I work on the principle that anyone who needs access to stuff on my site would naturally have their own domain, ergo, they should use that domains email address.
That wouldn't work for a lot of sites but as my content is geared toward PHP coding/scripts it works for me.
I have had only two complaints in the last year but it's my site so they have to play by my rules, end of argument.

Edited by me to correct yet another typo grr.


Last edited by Guardian2003 on Thu Feb 19, 2009 5:47 am; edited 1 time in total 
View user's profile Send private message Send e-mail
evaders99







PostPosted: Wed Feb 18, 2009 8:46 pm Reply with quote

Given the amount of proxies, botnets, etc.. I don't do any banning. Not worth my time really. Granted, I have little lost besides my own time.

If I had the same person posting trash, I would do some temporary bans. I haven't had anyone persistent enough to warrant autobans (are they passing through public proxies or something??).
 
Susann







PostPosted: Thu Feb 19, 2009 6:50 am Reply with quote

I banned them with all features I had also i used the Jail mod a time ago.
End of 2008 I decided its not worth the time anymore to check these multi players every day for around 1-2 hours. Sometimes I deactivet accounts because members informed me about someones behavior.
Many temporary e-mail addresses are not allowed but they still try to register.
Its often like a cat and mouse game because you can create free e-mail addresses on the fly and spammers and normal users use free services, proxies and temporary e-mail addresses in equal measure.
 
Dawg







PostPosted: Thu Feb 19, 2009 6:59 am Reply with quote

Going back to the orgial issue. It would be nice if we could generate a report that flagged Accounts from the smae IP address. I would not think it would to tough to code....you hit the button and any accounts that share the same IP would be listed so you would know what ones to look at a little more closely....if you so desire.

Dawg
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Thu Feb 19, 2009 8:29 am Reply with quote

You could easily do it if you just want to use the ip they last logged in with. I believe that is already stored in the user table.

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
Guardian2003







PostPosted: Thu Feb 19, 2009 8:49 am Reply with quote

Hmm, interesting.....
If there was a way to detect when a user IP changed and then have a function to 'reset' their account with a new password that then requires mail authentication it wouldn't help with Dawg's problem but it would certainly help to stop multiple users using the same account.
 
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Thu Feb 19, 2009 11:43 am Reply with quote

that would cause issues with users checking the site from more than one pc (work, home, etc) wouldn't it?
 
View user's profile Send private message Visit poster's website
jakec







PostPosted: Thu Feb 19, 2009 11:50 am Reply with quote

You can sort by tracked IP in NS. That would show you all users from the same IP address.
 
Guardian2003







PostPosted: Thu Feb 19, 2009 12:05 pm Reply with quote

Good point jakec, we should try to leverage NS more.

@ spacticdonkey Yes it probably could/would but it shouldn't be too hard to enhance that sort of method by counting the number of different IP's i.e. if more than three different IP's are used, go to reset mode.
I would be tempted myself to do that but I don't really have a need for it. The only time I track IP's like that is in my Shop where if more than 1 IP is used it resets the number of times they are allowed to download a product to nil.
 
Dawg







PostPosted: Thu Feb 19, 2009 12:24 pm Reply with quote

I do not want to reset anything....just flag it for an admin report. There are times that it is legit....aq father and son for example....but other times it is nothing more than one useing trying to sell some crap or bump a thread.

Dawg
 
Susann







PostPosted: Thu Feb 19, 2009 4:01 pm Reply with quote

I know you are looking for an other solution but I´m curious about your rules.
I changed mine several times and such things like trying to sell somthing is against my rules its not allowed.If they don´t follow I´m allowed to charge xx Euros for such entries because its a part of my rules and I find this helps a bit to prevent malpractice.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Feedback/Suggestions

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©