Hi Friends !
This modification for who integrated own website with WWF. In Active Users page you will see location of outside forum users as "Active Users". You add this code to all outside of forum pages :
<!--#include virtual=".\forum\common.asp" --> <!--#include virtual=".\forum\functions\functions_date_time_format.asp" -->
<%
sorguuzantisi = Request.ServerVariables("QUERY_STRING")
If sorguuzantisi <> "" then sorguuzantisi = "?" & sorguuzantisi
'If active users is enabled update the active users application array If blnActiveUsers Then 'Call active users function saryActiveUsers = activeUsers("Outside forum pages", Request.ServerVariables("PATH_INFO"), http://www.yourdomain.com & Request.ServerVariables("PATH_INFO") & sorguuzantisi, 0) End If
%> |
Edited by superlative - 15 June 2006 at 11:27am