Detailed Browser Info script

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

    Detailed Browser Info script

    iAny body have a detailed browser info script like thishttp://2wap.org/device/index.php?act=info If u have it please post it hereI Also want a simple browser info script with out many details only showing the name of browser:confused:
    Last edited by trigger007; 18.03.09, 08:13. Reason: Link error

    #2
    Code:
    function mobile_phone($_mob_ua) 
    { 
          $_position=strpos($_mob_ua,"Nokia"); 
           if($_position)$_mob_ua = substr($_mob_ua, $_position,25); 
           else $_mob_ua=$_mob_ua; 
          $phone = explode ('/', $_mob_ua);  
          return $phone[0]; 
    }
    usage :

    Code:
    echo 'Best for '.mobile_phone($_SERVER['HTTP_USER_AGENT']).'';
    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


      #3
      Originally posted by subzero View Post
      Code:
      function mobile_phone($_mob_ua) 
      { 
            $_position=strpos($_mob_ua,"Nokia"); 
             if($_position)$_mob_ua = substr($_mob_ua, $_position,25); 
             else $_mob_ua=$_mob_ua; 
            $phone = explode ('/', $_mob_ua);  
            return $phone[0]; 
      }
      usage :

      Code:
      echo 'Best for '.mobile_phone($_SERVER['HTTP_USER_AGENT']).'';
      Heloo subzero how can i put it may source i tird it in a php page with html it not working

      Comment


        #4
        try this

        <?php

        function mobile_phone($_mob_ua)
        {
        $_position=strpos($_mob_ua,"Nokia");
        if($_position)$_mob_ua = substr($_mob_ua, $_position,25);
        else $_mob_ua=$_mob_ua;
        $phone = explode ('/', $_mob_ua);
        return $phone[0];
        }

        echo 'Best for '.mobile_phone($_SERVER['HTTP_USER_AGENT']).'';

        ?>

        Go to that page ?
        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


          #5
          Thank you Subzero. But still i dont got the detailed one likehttp://2wap.org/device/index.php?act=info Any Body have it please post it here

          Comment


            #6
            Copy the text so i know what you want
            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


              #7
              that gives me this when i use my pc

              Brand name: Danger
              Display 65536 colors
              Resolution width/height: 240px/160px
              rows/columns: 13/28
              max image width/height: 236px/236px
              Storage max deck size: 4 KB
              MMS max size: 300 KB

              YEH AM RUNUGN 240px/160px LOL ... NOT
              Want something coded email me at sales@webnwaphost.com for a prices.




              Comment


                #8
                i get

                This is NOT mobile!
                Brand name: Opera
                Model name: Symbian Client
                Display 256 colors
                Resolution width/height: 90px/40px
                rows/columns: 6/11
                max image width/height: 770px/770px
                Storage max deck size: 4 KB
                MMS max size: 0 KB

                :mad::D
                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


                  #9
                  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


                    #10
                    Thanx Subzero i hav uploading one here .I hav problem with it pls chk it.And help me guys
                    Attached Files

                    Comment


                      #11
                      Thanx Subzero i hav uploading one here .I hav problem with it pls chk it.And help me guys.It not working properly

                      Comment


                        #12
                        lol
                        somethings wrong
                        Brand name: Opera
                        Model name: Mini
                        Display 256 colors
                        Resolution width/height: 128px/92px
                        rows/columns: 6/11
                        max image width/height: 128px/128px
                        Storage max deck size: 4 KB
                        MMS max size: 0 KB
                        sigpiceeeeerrr....

                        Comment

                        Working...
                        X