The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Ip verify when login
I wonder is it possible to do this? When they login, it will verify to the ip that they used when they register? I think this is a good security feature.
|
#2
|
||||
|
||||
Not THAT bad of an idea, but that means they won't be able to login from a school / work / other computer.
|
#3
|
|||
|
|||
Wouldn't be too hard, but I would strongly recommend against it. (see what KTB said).
You'd have to store the IP at registration; you could make a new field for that in the user table and then just go into the (functions_register?) and add it in for the address. $_SERVER['REMOTE_ADDR'] is what you need for their IP I think. functions_login.php is the file you will have to match their IP to the IP stored in the user field. |
#4
|
|||
|
|||
I think there should be an option when they register or they can active or deactive the option in their user cp.
Can you post a more detail instruction please? THanks. |
#5
|
|||
|
|||
Quote:
in includes/functions_login.php, find: PHP Code:
PHP Code:
|
#6
|
|||
|
|||
please list it ..
THanks.. BTW: is it poissble that it only applies to a certain usergroup? I think based on usergroup is better for me. |
#7
|
|||
|
|||
First of all, the registration IP is already stored in the user table. That is out of the box behaviour for vB.
About checking this: very bad idea, don't do it!!! What about people on dynamic IP's? |
#8
|
|||
|
|||
oh, I didn't know it stored it already. One less thing to do, I guess~
|
#9
|
|||
|
|||
AOL has that security feature key, could this be implemented INSTEAD of the IP verification? So that we can use this passcode key to login? That would own. :devious: I used to work for them in the customer service department and this would be how we logged in from our homes and so forth... I've never had any of my accounts compromised in any shape or form. It's now a premium feature on AOL for those that want an extra layer of security on their account.
I believe its ran by RSA Security. |
#10
|
|||
|
|||
Sounds great, but you ay have members that have an isp like mine that rotates their ip addy. mine has been known to change has many as 15 times in one day. It could cause you more problems than it is worth.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|