The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
lock account to a single IP
Hi,
Is there any such mod that locks a predefined user account to a single ip? Thanks. |
#2
|
|||
|
|||
Lock the account to the IP.. you mean so only that IP can log in to that account?
|
#3
|
||||
|
||||
Not that I know of. And why would you do that? Some users, like myself, have dynamic IPs. So, I'd sign up and a couple of days later be locked out because my IP changed.
|
#4
|
|||
|
|||
It could be a hacking prevention technique, although again, it's very risky.
This could probably be added to the login check (do a query to see if IP field matches the current IP) |
#5
|
||||
|
||||
Yeah, I'm sure you can write a plugin to check if the IP you are using currently is the same as the one your registered with. But, as I said, you will lock out a lot of users who have dynamic IPs. I know if that happened to me, I'd just leave the site.
|
#6
|
|||
|
|||
Agreed Lynne. Unless you set a condition in the plug-in (for maybe admins only?).
PHP Code:
I always find .htaccess protection much more effective than per-user protection. |
#7
|
||||
|
||||
Hi
Yes it would be for myself or any staff that has a static ip, the ip could be manually modified via SQL if needed, or if the ip could be encoded in md5 would be rather good too. Security is a maximum these days every one is trying to hack me :P |
#8
|
|||
|
|||
The login redirect page uses the following hooks:
Code:
init_startup cache_permissions style_fetch cache_templates global_start parse_templates fetch_musername notices_check_start notices_noticebit global_setup_complete login_verify_success fetch_userinfo_query fetch_userinfo login_process login_redirect redirect_generic If you want maximum security, remember to use .htaccess on mod and admincp dir's, rename the dir's to random strings and never chmod anything 777 (although as an owner of a large MMORPG forum I'd guess you know most of this). I wouldn't recommend hashing your IP address.. for a few reasons. The main one being it's just added load for your server which is unnecessary. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|