2
Looking at the session table as an example, for the IP address
1. Add this field to the users table
Quote:
user_sess_ip varchar(15) NOT NULL default '';
2. Find out where a new row is added to the users table, and then add the appropriate column name
Quote:
.. and column value
Quote:
It looks like you need to find this line in register.php for the insert code
$newuser->setVar('user_mailok',$user_mailok, true);
and add a line after it, something like ...
$newuser->setVar('user_sess_ip',$_SERVER['REMOTE_ADDR'], true);
That's just a wild guess though, but I hope it get's you started.
P
NO to the Microsoft Office format as an ISO standard. Sign the
petition