This plugin is a bit similar to NP_Online.php but works with sessions instead of IP's. It also shows a list of users, searchspiders and guests online instead of numeric totals.
The name WIE comes from a famous dutch webservice offering the same.
It's recommended that you create a seperate page for the spy/seen stuff. Instructions for creating such page can be found here.
To get the session stuff working you should add this one line to the top of your Nucleus index.php
session_start();
<%WIE(list)%>: Shows the list of people online <%WIE(status)%>: (For use on members detail pages). Shows wheter a user is online or not. <%WIE(spy)%>: Shows a table of where all the visitors are ([[http://fuckhedz.com/spy.php|Example]] - top) <%WIE(seen)%>: Shows a table with the last-seen-times of your members ([[http://fuckhedz.com/spy.php|Example]] - bottom)
<%WIE%>
Shows wheter a user is online or not. Can be used in Templatevars and CommentTemplateVars
The code for the plugin is here.