| Author |
About: "This message was posted from a P800" |
ami6 Joined: Aug 20, 2002 Posts: 121 PM |
Hi,
sometimes I post into this forum from my P800 but dont see this msg - do you guys just check for IP adresses from UK? Maybe you should go check for the remote user agent identifier instead to include this msg...
Ami6 |
|
|
mixin Joined: Jan 26, 2002 Posts: > 500 From: Notts, UK PM, WWW
|
if you use the opera browser for the p800, it'll just say "posted from a wap device"
|
aZooZa Joined: Mar 23, 2003 Posts: 121 From: UK PM |
@ami6
Why would the Esato system know that you're posting from a P800 if you're using a standard TCP/IP session via a dialup ISP and CSD or HSCSD? It may recognise a GPRS bearer but again, how would it know it was a P800? Surely it's a signature thing or have I got this all wrong? The Opera deal is a different matter as the version is generic to the P800 so I can understand that... |
craigc Joined: Feb 05, 2003 Posts: 149 PM, WWW
|
not sure if it's done by this method here but the browser identifies itself as Opera running on a P800 so you can use this information to display a message ... |
ami6 Joined: Aug 20, 2002 Posts: 121 PM |
Hi,
any tool evaluating environment variables can detect this - for example in PHP you do:
$mobile_phone = getenv("HTTP_USER_AGENT");
echo $mobile_phone;
and you know exactly on release level which software is currently in that phone... |
|
|