How To Create A Wap Site For Free?

How do i get phone information like imei, phone model, number of cell phone accessing the wap/wml site?

  • i am trying to create a wap/wml site that offers mobile contents such as ringtone and themes to the users via their cellphones. I need to know what their cellphone model is, their imei and their phone number, so i will eb able to send them the correct filetype for their phones.. how do i get using PHP/mysql these information?

  • Answer:

    You must analyze HTTP headers of requests. There is a lot of interesting information in them. For example: 1) In "User-Agent" is nearly always written a phone model number: Nokia6100/1.0 (06.01) Profile/MIDP-1.0 Configuration/CLDC-1.0 MOT-T720/G_09.09.06R MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0 Nokia3220/2.0 (04.94) Profile/MIDP-2.0 Configuration/CLDC-1.1 SAMSUNG-SGH-D500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 2) In "Profile" or "X-Wap-Profile" is written a link to a detail XML phone specifications: http://wap.sonyericsson.com/UAprof/T630R401.xml http://nds.nokia.com/uaprof/N3100r100.xml http://communication-market.siemens.de/portal/UAProf/UAP.aspx?device=ME75&v=22 3) In "Accept" are written all types of content that phone can handle. Some of them are obvious, some are very interesting: application/vnd.nokia.ringing-tone image/vnd-nok-camera-snsp application/x-nokiagamedata and so on. Just look thoroughly to headers and you will obtain all the info you need.

winsia at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.