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
When the user hits ctrl-d {window.event} have the program call a server side script to query the IP address.
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?
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.