Program to detect who bookmarked your site

Discussion in 'Programming' started by stojan, Sep 19, 2006.

  1. #1
    This might be a stupid question , but I am really not familiar if there is anything out there like this. Basically what I am looking for is something that can show me the IP adress of the users that have bookmarked my website or set as their homepage ( I know I have quite a few people who use my site as a homepage ) .
    Is there a script out there that can provide me with this type of info .

    Looking for your suggestions !

    Thanks,

    stojan
     
    stojan, Sep 19, 2006 IP
  2. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #2
    When the user hits ctrl-d {window.event} have the program call a server side script to query the IP address.
     
    QiSoftware, Sep 19, 2006 IP
    stojan likes this.
  3. stojan

    stojan Guest

    Messages:
    208
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Q, I will look into that.


    stojan
     
    stojan, Sep 19, 2006 IP
  4. vinxxv

    vinxxv Well-Known Member

    Messages:
    506
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    118
    #4
    pretty good question...

    for QiSoftware:
    but what if the user didn't press Ctrl+D and just have it the old fashioned way? Clicked on Favorites, Add to Favorites, then Pressed OK.. is still there a way to detect this?
     
    vinxxv, Sep 22, 2006 IP
  5. dotboost

    dotboost Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Do it like awstats: count who and when is downloaded the favicon.ico file. Make that file a php script which will insert in DB ip, browser, data, and anything else you want, and return a regular ico file.
     
    dotboost, Sep 22, 2006 IP