Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
  #1  
Old 01-29-2005, 10:27 PM
Nam's Avatar
Nam Nam is offline
 
Join Date: Oct 2001
Location: NY
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default account sharing prevention

Not sure if this has already been discussed, I've an idea for membership site that user have to pay to get get access to forum content, and a hack that automatically ban a member if there are two logins using the same user names at the same time. If there is already one existed, please let me know.
Reply With Quote
  #2  
Old 01-29-2005, 10:31 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Impossible.
There can't be two "two logins using the same user name at the same time".
In fact, there can't even be 2 packets sent (or received) at the same time.
Reply With Quote
  #3  
Old 01-29-2005, 11:20 PM
Jolten Jolten is offline
 
Join Date: Mar 2004
Posts: 749
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can check for duplicate IPs this seems to help a little. There is a hack for it here somewhere.
Reply With Quote
  #4  
Old 01-29-2005, 11:46 PM
Nadiar Nadiar is offline
 
Join Date: Oct 2004
Location: Alaska US
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can put a 'session' into the login cookie. Then anytime someone logs in, it generates a different session. If the Session, Password, and Username are not matching, it logs you out and deletes your cookie automatically.

You probably don't want to get into banning people for having 2 accounts logged in at the same time if they're paying for access, but its certainly possible to ban them if they login with a different IP within a certain amount of time from the last account use.

If you want to be more friendly, I would allow multiple logins as long as the IP's are in the same scope.
Reply With Quote
  #5  
Old 01-30-2005, 12:53 AM
Tekton Tekton is offline
 
Join Date: Jun 2004
Location: Wisconsin
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
Impossible.
There can't be two "two logins using the same user name at the same time".
In fact, there can't even be 2 packets sent (or received) at the same time.
Are you sure? Seems like that happens all the time on boards I've been to... is that a vB-forum specific rule?
Reply With Quote
  #6  
Old 01-30-2005, 01:32 AM
Nam's Avatar
Nam Nam is offline
 
Join Date: Oct 2001
Location: NY
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nadiar
You probably don't want to get into banning people for having 2 accounts logged in at the same time if they're paying for access, but its certainly possible to ban them if they login with a different IP within a certain amount of time from the last account use.

If you want to be more friendly, I would allow multiple logins as long as the IP's are in the same scope.
That would be a great suggestion too, but can it be done? I'd have to research a bit about how much it cost for this.

If X person use user John to login, but then he share his user name John to another person Y. We can set a period of 2 hours, within this period, any different IP use the username John can't use the username, or better yet, the username John will be banned if vb detects there is second person.

I don't understand what KirbyDE mean by "impossible", I'm helping out my friend's vb and thus we both use the same logins all the time (I'm lazy to register a new username).
Reply With Quote
  #7  
Old 01-30-2005, 04:13 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tekton
Are you sure? Seems like that happens all the time on boards I've been to... is that a vB-forum specific rule?
No. Due to the fact that Ethernet uses packets (eg. serial communication) it is impossible that 2 users are using the same account at the same time.
Reply With Quote
  #8  
Old 03-13-2005, 12:28 PM
-t7- -t7- is offline
 
Join Date: Apr 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
No. Due to the fact that Ethernet uses packets (eg. serial communication) it is impossible that 2 users are using the same account at the same time.
What are you talking about?

Your misinformation of "Ethernet" has NOTHING to do with how vB handles logins.

vB DOES allow 2 pc's to share the same account at the same time. This is because it does not check for sessions. Therefore the relevant data is routed to the correct pc.
Reply With Quote
  #9  
Old 04-05-2005, 09:05 PM
sub_ubi sub_ubi is offline
 
Join Date: Dec 2004
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There was some progress made on this for VB2:

https://vborg.vbsupport.ru/showthread.php?t=22978

But never finished.

It IS possible because I've seen it done on certain sites, www.easynews.com for example. If you and a friend log on with the same account, the password is reset and an email is sent to the original account.
Reply With Quote
  #10  
Old 04-05-2005, 10:37 PM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Why not just use the session, if another is created bump the old out! You can use IP tracking to, I know some use proxies, but there are not as many as there once were! On the forums I manage for my clients I do allow some proxies, legitimate ones, the others I kill at the server level. All of the forums I manage for my clients have a single user access rule in place! It is the best approach to take, this way when someone does something they and only they are accountable!

Sonia
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04926 seconds
  • Memory Usage 2,247KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete