Real Browser for lavalair

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

    Real Browser for lavalair

    Im use the script lava script in my site. This function for browser
    function getbrws(){
    $brw=getenv('HTTP_USER_AGENT');
    $ponto=explode(' ',"$brw");
    if($ponto[0]=='Mozilla/5.0'){
    $ponto=explode(";","$brw");
    if($ponto[2]==''){
    return $ponto[1];
    }else{
    $ponto=explode(")","$ponto[2]");
    return $ponto[0];
    }}elseif($ponto[0]=='Mozilla/4.0'){
    $ponto=explode(";","$brw");
    if($ponto[2]==''){
    return $ponto[1];
    }else{
    $ponto=explode(")","$ponto[2]");
    return $ponto[0];
    }}else{
    return $ponto[0];
    }}

    Im acess the site using opera mini the browse apear is Opera/9.60. More the real browser Sony Ericsson w610i. What code im use to apear real browser?

    #2
    use the search function you will be supprised to find alot of the answers to your questions there. but heres a link that may helo you.....


    http://coding-talk.com/f14/user-agent-behind-opera-mini-4346/
    Last edited by crazybrumi; 21.09.09, 15:15.
    Want something coded email me at sales@webnwaphost.com for a prices.




    Comment

    Working...
    X