Re: [videoblogging] Re: Questions: RSS, PSP, 3g, IP ...

2006-05-11 Thread David Meade
I wrote up a quick PHP script to check most of that stuff. It returns an array of data so that in your page you can call the function and then test things like:$request['agent']or$request['os']or$request['isBOT'] and a bunch of other booleans I added in. It will even (try to) tell you if the

[videoblogging] Re: Questions: RSS, PSP, 3g, IP ...

2006-05-08 Thread wazman_au
Hmm, I suppose I was looking for a bit more than a Yes, it can be done/no, it can't be done answer; rather, someone who's done it, or done something similar, and might have a ready-made solution! I have no idea how WordPress logs the info about user agent, for example. Oh well, looks like

Re: [videoblogging] Re: Questions: RSS, PSP, 3g, IP ...

2006-05-08 Thread Jen Simmons
yeah, well when you figure it out, offer the code to us as open source, with an in-depth tutorial !!! :-) you'll get lots of brownie points and well wishes as far as I know many of us have been wishing for something like this, but no one's yet done it... (ok, jump in to correct me if /

Re: [videoblogging] Re: Questions: RSS, PSP, 3g, IP ...

2006-05-08 Thread David Meade
I wrote a php script once to parse out the user agent and OS of people requesting my feed. I used it to estimate subscribers ... I moved over to feedburner and abandonded my script ... but it certainly is possible ... I know of at least one script that did something similar :-P I dont have alot