Page 1 of 1

selling subscriptions-user's access

Posted: Wed Feb 04, 2009 6:50 am
by kokosny
is there a way to prevent people from loging in on the same account ??
did anybody implement this security measure before or i have to figure this out first?

thank you in advance

Re: selling subscriptions-user's access

Posted: Wed Feb 04, 2009 7:03 am
by Qphoria
same account like 2 people creating an account with the same email? cuz that is checked

Re: selling subscriptions-user's access

Posted: Sun Feb 22, 2009 8:32 am
by kokosny
hello ,

sorry for the late reply but i busted me head to figure this out and i cant!!
not 2 people having the same email address restriction, but people accessing one account at the same time restriction. can i do that? i can work out the coding but in which page should i do that?

thanks

Re: selling subscriptions-user's access

Posted: Sun Feb 22, 2009 10:32 am
by Qphoria
Well you'd need to compare session times and IP for the user I guess.. You'd do that in the system/library/user.php file I assume

Re: selling subscriptions-user's access

Posted: Sun Feb 22, 2009 10:34 am
by kokosny
thank you ,

i will get started then,
if i get it done i will post it here

thanks again

Re: selling subscriptions-user's access

Posted: Sun Feb 22, 2009 10:37 am
by Qphoria
re-read my edited post above..