This mod will add these 2 stats to your members profile
add the following sql code to your members_profile table
ALTER TABLE `member_profile` ADD `lastlog` VARCHAR( 255 ) NOT NULL
Backup and open memberprofile.php
find
$current_city = wordwrap($result["current_city"],15," ",true);
on the next line...