Heisenberg submitted a new resource:
You must be registered for see links
- Hide Admin IPvB Version: 4.2.x
Here is how to hide admin's IP or other member's IP (as long as you know the user ID), by overwriting the real IP with dummy IP before post data is saved to database.
Go to admincp > add new plugin
Product : vbulletin
Hook location : postdata_presave
Title : Hide Admin IP / whatever you like
Execution order : 5 (default is fine, or you can change it to 0 / 1 if you want)
Plugin is active : yes
Code:if (isset($this) && isset($this->post) &&...
You must be registered for see links
Last edited: