View Single Post
  #2  
Old 29th September 2010, 17:23
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
I just use this

PHP Code:
function getagent($httpagent=''$peer_id="")
    {
        return (
$httpagent $httpagent : ($peer_id $peer_id Unknown));
    } 
Reply With Quote