Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Need concept regarding website visit tracking software c#

Need concept regarding website visit tracking software c#

Scheduled Pinned Locked Moved C#
csharpsysadmintutorial
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tridip Bhattacharjee
    wrote on last edited by
    #1

    i Need to develop a windows service which will log whatever website is visited from the pc where this service will be running. user can use any browser to browse the site but i want my win service will log site name,IP address,time when visit etc. i have no concept how to accomplish this. do i need to read network card. if yes then how extarct all my require data from network card. it is not about any hacking.

    tbhattacharjee

    A L D 3 Replies Last reply
    0
    • T Tridip Bhattacharjee

      i Need to develop a windows service which will log whatever website is visited from the pc where this service will be running. user can use any browser to browse the site but i want my win service will log site name,IP address,time when visit etc. i have no concept how to accomplish this. do i need to read network card. if yes then how extarct all my require data from network card. it is not about any hacking.

      tbhattacharjee

      A Offline
      A Offline
      ambarishtv
      wrote on last edited by
      #2

      this link may help you :thumbsup: Custom Web Visitor Tracking using C#[^] Simple Windows Service Sample[^] Build Windows Event Log Watcher Service Process to Export Event Log Entries as RSS Feed[^]

      -ambarish-

      1 Reply Last reply
      0
      • T Tridip Bhattacharjee

        i Need to develop a windows service which will log whatever website is visited from the pc where this service will be running. user can use any browser to browse the site but i want my win service will log site name,IP address,time when visit etc. i have no concept how to accomplish this. do i need to read network card. if yes then how extarct all my require data from network card. it is not about any hacking.

        tbhattacharjee

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Tridip Bhattacharjee wrote:

        i have no concept how to accomplish this.

        Logging traffic (and blocking it) can be done using a firewall or a proxy.

        Tridip Bhattacharjee wrote:

        user can use any browser to browse the site but i want my win service will log site name,IP address,time when visit etc

        When I launch MSN Messenger and it starts to fetch the ads - does that count as browsing a website? :)

        Tridip Bhattacharjee wrote:

        it is not about any hacking.

        You're right, it's about logging - do make sure that the subject knows his/her actions are being logged, or a court might rule otherwise.

        I are Troll :suss:

        1 Reply Last reply
        0
        • T Tridip Bhattacharjee

          i Need to develop a windows service which will log whatever website is visited from the pc where this service will be running. user can use any browser to browse the site but i want my win service will log site name,IP address,time when visit etc. i have no concept how to accomplish this. do i need to read network card. if yes then how extarct all my require data from network card. it is not about any hacking.

          tbhattacharjee

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          The standard way to do this is to write a proxy server, or, just use one off-the-shelf. Your program requirements, as you've listed, are not that uncommon.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups