Detect user mobile

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

  • softwarefreak
    replied
    Originally posted by pyramid_raider View Post
    sue me for changing copyrights or function name for that code lol.. if u want to share ur copyrigted codes than encrypt them before sharing else dont claim copyrights...
    Bro.you're wrong somewhere...the people who shares doesn't ask for money but just their name as copyrights at the footer(not as 400*400 banners) I guess we can & we must give them the respect for their hard work of sleepless nights,hope you understand now.

    Leave a comment:


  • arnage
    replied
    Originally posted by pyramid_raider View Post
    sue me for changing copyrights or function name for that code lol.. if u want to share ur copyrigted codes than encrypt them before sharing else dont claim copyrights...
    It's not just gay this is stupid!

    Leave a comment:


  • pyramid_raider
    replied
    sue me for changing copyrights or function name for that code lol.. if u want to share ur copyrigted codes than encrypt them before sharing else dont claim copyrights...

    Leave a comment:


  • kei_ki7
    replied
    Not new many people don't know what their doing.

    Leave a comment:


  • arnage
    replied
    Unbelievable that someone could be so incompetent and rude at the same time.

    Leave a comment:


  • metulj
    replied
    Originally posted by something else View Post
    Its funny if you google that code you see many different members of coding-talk's names to that function lol
    this function will soon get as many ''copyrights'' as lava script LMFAO !

    Leave a comment:


  • something else
    replied
    Its funny if you google that code you see many different members of coding-talk's names to that function lol

    Leave a comment:


  • arnage
    replied
    Yep in two topic mate, just in opposite order.

    Leave a comment:


  • something else
    replied
    Originally posted by pyramid_raider View Post
    Use this code to detect browsers
    PHP Code:
    <?
    function raider_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;
            }
        }

    $short = explode(' ', raider_real_ua());
    echo ''.$short[0];  
    ?>
    funny how functions get renamed ;)


    Originally posted by arnage View Post
    Nice code, u wrote it yourself?
    I didnt see your post arnage .... we was thinking the same thing lol

    Leave a comment:


  • arnage
    replied
    Originally posted by pyramid_raider View Post
    Use this code to detect browsers
    PHP Code:
    <?
    function raider_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;
            }
        }

    $short = explode(' ', raider_real_ua());
    echo ''.$short[0];  
    ?>
    Nice code, u wrote it yourself?

    Leave a comment:


  • pyramid_raider
    replied
    Use this code to detect browsers
    PHP Code:
    <?
    function raider_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;
            }
        }

    $short = explode(' ', raider_real_ua());
    echo ''.$short[0];  
    ?>

    Leave a comment:


  • usama742
    started a topic Detect user mobile

    Detect user mobile

    i need php code which detect user mobile
Working...
X