Detect Real User Agent (Grabber)

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

    Detect Real User Agent (Grabber)

    Detect real user agent 100%
    Demo: http://tinytop.mobi
    Attached Files
    Last edited by kiss; 12.10.11, 19:13.
    www.inbuzunar.mobi - Your mobile portal pocket

    #2
    its showing the browser
    FAKE: Opera/9.80 (Series 60;
    Opera Mini/5.1.22396/26.958; U;en) Presto/2.8.119
    Version/10.54
    REAL: Opera Mini/5.1

    Comment


      #3
      Yup, the real browser
      www.inbuzunar.mobi - Your mobile portal pocket

      Comment


        #4
        U know the difference between UserAgent ("FAKE") and SoftwareVersion ("REAL") right?
        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

        Comment


          #5
          Originally posted by kiss View Post
          Detect real user agent 100%
          Demo: http://tinytop.mobi
          A little update was made, download it.
          www.inbuzunar.mobi - Your mobile portal pocket

          Comment


            #6
            So give us the real script what the hell is the point in grabbing browser script:D

            Comment


              #7
              UserAgentString.com - Netscape version 4.0
              <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

              Comment


                #8
                Neah...detect only few desktop browsers :-j try again later :D
                www.inbuzunar.mobi - Your mobile portal pocket

                Comment


                  #9
                  ha ha grab from your site
                  you give any confirmation to never change your page

                  Comment


                    #10
                    try this guys Find Browser for HTTP - free PHP User-agent, Browser Script
                    demo

                    Comment


                      #11
                      try this guys Find Browser for HTTP - free PHP User-agent, Browser Script
                      demo
                      Attached Files

                      Comment


                        #12
                        somehow i just don't get it...
                        i mean..
                        i dont understand,
                        why you need any script for detecting browser ??

                        DEMO !!(it is JUST two lines of simple code)

                        demo site fixed now, so you got actualy displayed:
                        • browser
                        • code how to display browser

                        unbelievable i'ts free, unlike here ==>>> 15 € ??? WTF
                        p.s.
                        I did not know, that is sooo(kind a... LFMAO) hard,
                        to display PHP code on simple site,
                        but OK, I've learnt now that too
                        Last edited by metulj; 14.10.11, 22:26.
                        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


                          #13
                          Code:
                          function is_bot($user_agent)
                          {
                            //if no user agent is supplied then assume it's a bot
                            if($user_agent == "")
                              return 1;
                          
                            //array of bot strings to check for
                            $bot_strings = Array(  "google",     "bot",
                                      "yahoo",     "spider",
                                      "archiver",   "curl",
                                      "python",     "nambu",
                                      "twitt",     "perl",
                                      "sphere",     "PEAR",
                                      "java",     "wordpress",
                                      "radian",     "crawl",
                                      "yandex",     "eventbox",
                                      "monitor",   "mechanize",
                                      "facebookexternal"
                                    );
                            foreach($bot_strings as $bot)
                            {
                              if(strpos($user_agent,$bot) !== false)
                              { return 1; }
                            }
                            
                            return 0;
                          }
                          Code:
                          function gum_real_ua() 
                          { 
                          //GET REAL DEVICE USER AGENT 
                              $keyname_ua_arr = array('HTTP_X_DEVICE_USER_AGENT', 'HTTP_X_OPERAMINI_PHONE_UA','HTTP_X_BOLT_PHONE_UA', 'HTTP_X_MOBILE_UA', 'HTTP_USER_AGENT'); 
                              foreach ($keyname_ua_arr as $keyname_ua) { 
                                  if (!empty($_SERVER[$keyname_ua])) { 
                                      return $_SERVER[$keyname_ua]; //REAL UA 
                                      break; 
                                  } 
                              } 
                          }
                          Browser.php – Detecting a user’s browser from PHP | Chris Schuld's Blog

                          Good Luck Kiss

                          Boom other found.
                          Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                          Visit: WapMasterz Coming Back Soon!
                          _______
                          SCRIPTS FOR SALE BY SUBZERO
                          Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                          FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                          _______
                          Info & Tips
                          php.net
                          w3schools.com

                          Comment


                            #14
                            just leave him
                            dont destroy his ego,
                            he has probably spent many hours/days on coding his script
                            Advertise your mobile site for FREE with AdTwirl

                            Comment


                              #15
                              Originally posted by GumSlone View Post
                              just leave him
                              dont destroy his ego,
                              he has probably spent many hours/days on coding his script
                              many hours ? LOL
                              it take less than 2 minutes to put browser_detect code on server LOL
                              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

                              Working...
                              X