Register  |  Login
Not what you were looking for?
 

If you just need information on Live Chat or Website  Tracking solutions, go to:

WhosOn Logo

Click here for a free trial    Download Free Trial Image

 

If you need advanced e-mail processing or auto-responders, look at:

Email2Db Logo

 
  Print    
     
WhosOn
 
Start Chat Click To Chat Now

This is a demonstration of the WhosOn DNN Module working in a DotNetNuke Page. The HTML displayed in this module is completely customisable.

Welcome visitor from United States

Number of operators waiting to take support chats: 3

 
  Print    
     
ASP.NET Class
 

Look at ASP.NET Files for the current ASP Scripts.

Look at the Introduction to Server Side Tracking before you start, and look at the parameters you can pass.

 

The WhosOn tracking code is added to the page load event of the site that you are wanting to track.
 If you are using a MasterPage, then this can go in the MasterPage's page load.

Imports clsWhosOn
Partial Class SiteMasterPage
    Inherits System.Web.UI.MasterPage

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Dim whoson As New clsWhosOn
        whoson.WhosOnGatewayInternalIP = "145.245.123.33"
        whoson.WhosOnGatewayPort = 8080
        whoson.WhosOnDomain = "
www.test.com"
        whoson.WhosOnAuthenticationString = "AUTHSTRING"
        If whoson.SendPageInfoToWhosOn Then
            If whoson.Response.OperatorsOnLine > 0 Then
                ' code here for  display when operators are online
            Else
                ' code here for display when operators are offline
            End If
        Else
            ' code for when tracking fails
        End If
    End Sub
End Class
 
  Print    
     
Text/HTML
 
Hover here, then click toolbar to edit content
 
  Print    
     
Forum
   
  SearchSearch  Forum HomeForum Home  Print