Last login and member since mod

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...

General Stats Mod

Enter this sql into your database(sql button in phpmyadmin) (backup first) ?View Code SQLALTER TABLE `messages` ADD `message_status` VARCHAR( 20 ) NOT NULL ; ALTER TABLE `member_profile` ADD `video_viewed` INT( 10 ) NOT NULL DEFAULT '0'; ALTER TABLE `member_profile` ADD `uploaded` INT(...

Listed on BlogShares