Results 1 to 3 of 3

Thread: Hit Counter

  1. #1
    Senior Member
    Join Date
    Dec 2003
    Posts
    137

    Hit Counter

    I need to design a hit counter in javascript for tracking users who log in with their unique user name. I got some scripts from the net but they were all calculated the number of visitors. I need something to tell me how many times each user has visited the site.
    Life is a shipwreck but we must not forget to sing in the lifeboats. ~Voltaire

  2. #2
    Junior Member
    Join Date
    Jan 2006
    Posts
    18
    What kind of DB are you using?

    It would be simple enough to create a quick code snippit to log +1 to a visited column every time there is a a successful login. By that user.
    Done.

  3. #3
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    Im not sure how he is gonna do that using only JS. You will need a php backend or something to connect to the DB...

Similar Threads

  1. html counter?
    By Arkimedes in forum General Programming Questions
    Replies: 3
    Last Post: February 12th, 2006, 04:37 AM
  2. rasctrs.dll Performance Counter Can Kill Remote Access
    By AngelicKnight in forum General Computer Discussions
    Replies: 5
    Last Post: March 22nd, 2005, 06:07 AM
  3. Counter Hack
    By t2k2 in forum Product / Book / Training / Conference Reviews
    Replies: 6
    Last Post: November 8th, 2002, 04:51 PM
  4. Hit Counter: DB Version
    By Rewandythal in forum Other Tutorials Forum
    Replies: 0
    Last Post: August 31st, 2002, 10:32 AM
  5. User profile counter
    By tyger_claw in forum Site Feedback/Questions/Suggestions
    Replies: 4
    Last Post: July 17th, 2002, 11:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •