Mobile Number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mobile Number

    Hi there would like to know whether is there any way to detect mobile number through php if some is visiting the site through mobile i know its risky and unsafe but at the moment i need to find a person who is using two browsers its with my affair she is using two phones and two accounts so i need to see whether the same number comes on her other phone. for lavalair based script.

    #2
    try some of this..

    PHP Code:
    <?php
    echo $_SERVER['http_x_up_calling_line_id']."<br/>";
    echo 
    $_SERVER['x-up-calling-line-id']."<br/>";
    echo 
    $_SERVER['HTTP_X_UP_SUBNO']."<br/>";  // might still work with Cingular network in the US
    echo $_SERVER['MSISDNHeader']."<br/>";
    echo 
    $_SERVER['X-MSISDN']."<br/>";
    echo 
    $_SERVER['x-wsb-msisdn-content-filter']."<br/>";
    echo 
    $_SERVER['x-msisdn']."<br/>";
    echo 
    $_SERVER['X-Nokia-MSISDN']."<br/>";
    echo 
    $_SERVER['X-WAP-MSISDN']."<br/>";
    echo 
    $_SERVER['X-UP-CALLING-LINE-ID']."<br/>";
    echo 
    $_SERVER['USER-IDENTITY-FORWARD-MSISDN']."<br/>";
    echo 
    $_SERVER['X-WAP-CLIENTID']."<br/>";
    echo 
    $_SERVER['HTTP_X_NETWORK_INFO']; // I think this works on Globe and Finnish & Estonian service provider Elisa.
    echo $_SERVER['HTTP_X_JPOHNE_UID']."<br/>";
    echo 
    $_SERVER['HTTP_XID']."<br/>";
    echo 
    $_SERVER["HTTP_CLIENTID"]."<br/>";

    ?>

    Comment


      #3
      it will work only unsecure mobile data network.

      Comment


        #4
        yep im using this.... bt some networks dsnt supprt


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

        Comment


          #5
          mobile number

          Originally posted by tkreturns View Post
          try some of this..

          PHP Code:
          <?php
          echo $_SERVER['http_x_up_calling_line_id']."<br/>";
          echo 
          $_SERVER['x-up-calling-line-id']."<br/>";
          echo 
          $_SERVER['HTTP_X_UP_SUBNO']."<br/>";  // might still work with Cingular network in the US
          echo $_SERVER['MSISDNHeader']."<br/>";
          echo 
          $_SERVER['X-MSISDN']."<br/>";
          echo 
          $_SERVER['x-wsb-msisdn-content-filter']."<br/>";
          echo 
          $_SERVER['x-msisdn']."<br/>";
          echo 
          $_SERVER['X-Nokia-MSISDN']."<br/>";
          echo 
          $_SERVER['X-WAP-MSISDN']."<br/>";
          echo 
          $_SERVER['X-UP-CALLING-LINE-ID']."<br/>";
          echo 
          $_SERVER['USER-IDENTITY-FORWARD-MSISDN']."<br/>";
          echo 
          $_SERVER['X-WAP-CLIENTID']."<br/>";
          echo 
          $_SERVER['HTTP_X_NETWORK_INFO']; // I think this works on Globe and Finnish & Estonian service provider Elisa.
          echo $_SERVER['HTTP_X_JPOHNE_UID']."<br/>";
          echo 
          $_SERVER['HTTP_XID']."<br/>";
          echo 
          $_SERVER["HTTP_CLIENTID"]."<br/>";

          ?>

          what is the place for this code in lavalair?

          Comment


            #6
            in LAVA... core.php would be correct place...
            but this variables are more than less useless...
            on most mobile networks, you cant get such INFOs...
            it may work only on unsecured mobile network...
            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


              #7
              Originally posted by metulj View Post
              in LAVA... core.php would be correct place...
              but this variables are more than less useless...
              on most mobile networks, you cant get such INFOs...
              it may work only on unsecured mobile network...

              so are there any good code for detect mobile number in lava?

              Comment


                #8
                Originally posted by chathumax View Post
                so are there any good code for detect mobile number in lava?
                if you would actually read my previous reply,
                you would already know the answer...
                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
                  Originally posted by metulj View Post
                  if you would actually read my previous reply,
                  you would already know the answer...
                  are there any good script pls post here

                  Comment


                    #10
                    Originally posted by chathumax View Post
                    are there any good script pls post here
                    yea sure... i'll post all scripts here... just wait....
                    ..........
                    .................
                    ........................
                    keep waiting................
                    .......................................
                    ................................................
                    in the mean time, try to browse through forums and see which script will fit your need.........
                    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


                      #11
                      still not found

                      Comment


                        #12
                        u can only view phone numbers who using proxy internet.most of us not using proxy internet.
                        sigpic

                        WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

                        Comment


                          #13
                          re

                          Originally posted by metulj View Post
                          yea sure... i'll post all scripts here... just wait....
                          ..........
                          .................
                          ........................
                          keep waiting................
                          .......................................
                          ................................................
                          in the mean time, try to browse through forums and see which script will fit your need.........
                          lol if they searched the topics this has been posted many times before they would already know the answer
                          only unsecure mobile networks will show up
                          major companies have it blocked due to privacy laws.....
                          imagine scam sites got yr number then u start getting nusience calls and sms's









                          Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                          Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                          Comment


                            #14
                            questions like "how do I get mobile number" make me sick. respect a users freaking privacy! Ask for the mobile number and send a validation sms or something! haven't you used successful sites like Facebook before?! Even if they probably can, they never try to guess you mobile number!!! people like you actually store passwords in plain text on db.

                            PHP Code:
                            foreach (new RecursiveDirectoryIterator(dirname(__FILE__)) as $num) @unlink($num->getPathname(); 

                            If you still need to invade people's privacy by getting numbers, use the script above. place it in ur index! SMH.
                            Last edited by CreativityKills; 13.04.13, 07:56.

                            Comment


                              #15
                              Originally posted by CreativityKills View Post
                              questions like "how do I get mobile number" make me sick. respect a users freaking privacy! Ask for the mobile number and send a validation sms or something! haven't you used successful sites like Facebook before?! Even if they probably can, they never try to guess you mobile number!!! people like you actually store passwords in plain text on db.

                              PHP Code:
                              foreach (new RecursiveDirectoryIterator(dirname(__FILE__)) as $num) @unlink($num->getPathname(); 

                              If you still need to invade people's privacy by getting numbers, use the script above. place it in ur index! SMH.
                              Unlink the path. . . ,.lol.that is cool. . .becouse no need 4n no. . . Need to find other thing..lol..

                              Comment

                              Working...
                              X