Log in

View Full Version : Where does it tell VB to store the Users IP Address in the database.


Deadly Stream
11-18-2008, 02:02 PM
The title says it all really, I was wondering, when starting a thread and replying, where abouts in the coding does it tell VB to store the users ip address?

I've been looking around in the code but can't seem to find it anywhere.

--Stream

Lynne
11-18-2008, 02:23 PM
I'd start by looking in the file /includes/class_dm_threadpost.php. You'll find many references to ipaddress as it gets set to be saved.

Deadly Stream
11-18-2008, 02:40 PM
Thanks very much Lynne, I appreciate it.

--Stream