To get Mobile operators 4n Number

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    To get Mobile operators 4n Number


    Not Works with opera mini
    Only works on some hosts
    works fine 4 me it shows me with the country code


    PHP Code:
    <?php
    if ($_SERVER['HTTP_MSISDN']){
    $msdn explode(" ",
       
    $_SERVER['HTTP_
            MSISDN'
    ]);
    }
    else if (
    $_SERVER
    ['HTTP_X_MSP_
    MSISDN'
    ]){
    $msdn explode(" ",
     
    $_SERVER['HTTP_X_
         MSP_MSISDN'
    ]);
    }
    else if (
    $_SERVER
    ['HTTP_USER_
    IDENTITY_FORWARD_
    MSISDN'
    ]){
    $msdn explode(" ",
       
    $_SERVER['HTTP_
     USER_IDENTITY_
    FORWARD_MSISDN'
    ]);
    }
    else if (
    $_SERVER
    ['HTTP_MIN']){
    $msdn explode(" ",
       
    $_SERVER['HTTP_
    MIN'
    ]);
    } else {
    $msdn explode(" ",
     
    $_SERVER['HTTP_X_
     UP_CALLING_LINE_
                    ID'
    ]);
    }
    //Take preg match from 0-9
    if (preg_match("/^
    ([0-9])+$/"
    $msdn
    [0])){
    $hape = ($msdn[0]) ?
            
    $msdn[0] : "";
    } else {
    $hape = ($msdn[1]) ?
            
    $msdn[1] : "";
    }
    echo 
    $hape;
    ?>


    ....................................
    http://photomag.lk/
    ....................................


    #2
    it doesnt work on my server. How to enable the server to support this?
    do you have a demo of the script? I would like to see how great it is....thanks

    Comment


      #3
      Here....

      i enterd using dialog,mobitel,atisalat,airtel even i tested using prepaid, postpaid

      works damn well
      Attached Files


      ....................................
      http://photomag.lk/
      ....................................

      Comment


        #4
        it only works if operator sends msisdn. doesnt work on most operator.
        Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

        Comment


          #5
          It does not work...

          Comment


            #6
            MSISDN is only workable if the operator is insecure. most of the fone operators are secure and it nt works.

            Comment


              #7
              ok i the newsest code, operator does not have to send isdn, working on all mobile operators and hosting servers even free hosts
              and im selling...$$$$ any one interests pm me


              ....................................
              http://photomag.lk/
              ....................................

              Comment


                #8
                Originally posted by centi View Post
                ok i the newsest code, operator does not have to send isdn, working on all mobile operators and hosting servers even free hosts
                and im selling...$$$$ any one interests pm me
                i'd like to see demo...
                so i can go there with my phone..
                if you can post my phone number after..
                im ready to pay for the code...
                else topic get trashed...
                It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                Comment


                  #9
                  as long time ago i said in similar topic that you can see if user using Internet wap service with proxy and apn etc like in india airtel live would show number not airtel mobile office i didnt check now but it was working before i am not sure if providers update some thing or not its seems wasting time for this nothing else could make issue such as braking cyber law one thing more many user wont register at your site if they come to know you get cell number especially Girlsssssssss
                  left wap stuff

                  Comment


                    #10
                    im not selling it anymore peeepz, its not working 4 all thats it.. bt its working for my county... i have all the gals now LOL


                    ....................................
                    http://photomag.lk/
                    ....................................

                    Comment

                    Working...
                    X