NEOCROME
Shows who is online in topics.
Date : 07-02-2010 15:00
Version : 1.0 / Engine : 1.21 and higher
Author : TRouBLeSHooTeR / Submitted by : TRouBLeSHooTeR
Report to a moderator
Shows who is online in topics.




Screen:
http://img85.imageshack.us/img85/557/topicviewers.png

needed information included in rar file.



Code:
Run This sql code(in phpmyadmin)


**********************************************************************

ALTER TABLE `sed_online` ADD `where_troub` VARCHAR( 40 ) NOT NULL ;

**********************************************************************


Then open "forums.posts.inc.php" , find this

**********************************************************************

$sql = sed_sql_query("UPDATE $db_forum_topics SET ft_viewcount=ft_viewcount+1 WHERE ft_id='$q'");

**********************************************************************


add this before


**********************************************************************

$sql = sed_sql_query("UPDATE $db_online SET where_troub='$q' WHERE online_userid = '".$usr['id']."'");

**********************************************************************

then install the plugin
Download : Topicviewers  
Size: 1 KB - Hits : 252