Tuesday, August 3, 2010

Near begining of index.php find $brws line and change to this

Near begining of index.php find $brws line and change to this


PHP Code:
$brws explode(" ",$_SERVER['HTTP_USER_AGENT']); $ubr $brws[0]; $uip getip(); $action $_GET["action"]; $sid $_GET["sid"]; $page $_GET["page"]; $who $_GET["who"];  
It works at my place and detect Opera,Nokia,Samsung ... and their versions too (:

No comments:

Post a Comment