User Agent Parser Support forum user-agent-parser Analyze the user agent to check the browser type This class can analyze the user agent to check the browser type. It takes as parameter the string sent by a browser when accessing the site and determines the type of browser. The class returns an ...
PHPClientSniffer Support forum phpsniff HTTP_USER_AGENT parser A PHP class file that allows one to quickly determine the client's browser and system information based on the HTTP_USER_AGENT string. The class can be used to generate browser specific html markup and other client side scripting. phpsniff ...
This class can be used to recognize and handle Web robots by IP address or user agent. It can check the IP address of the computer or the user agent of the browser program currently accessing the Web server to determine if it is within a range of IP addresses known to be of Web robots like search engine ...
Request Info User Agent Support forum request_user_agent Detect the type of browser accessing the site This class can be used to detect the type of browser accessing the site. It can parse the user agent identification sent by the browser or robot accessing the site and extract the browser type ...
This class can be used to detect the type of browser accessing the site. It analyzes the user agent request header and compares it to known patterns to detect the type of browser currently accessing the site. The class can return the browser name, version, whether it is a browser on a mobile device ...
... session hijacking and session fixation. When a session is initialized the class computes a fingerprint string that takes in account the browser user agent string, the user agent IP address or part of it and a secret word. If the fingerprint value changes, it is very likely that the session was hijacked ...
MobileUserAgent Support forum mobileuseragent Extract information from mobile browser identifier This class parses user agent identifier strings from browsers used by mobile devices to extract relevant information. It recognizes many of the current mobile user agent identifier strings and processes ...
... class can manage user access sessions providing some security features. It verifies whethers the IP address and the browser identification (user agent) are not different from those used when the session is created. Otherwise, the session is flagged as invalid. An exception is opened for users accessing ...
... in MySQL This class can be used to keep track of visitors to site pages in a MySQL database. It keeps track of visitors by IP address and user agent. Each new visitor it stores a record in a MySQL database table. The class can also retrieve the number of site visitors and the number of a visits a ...
... Support forum findbrowser Determine the user browser This is a simple class that can be used to determine the users browser. It parses the user agent string and extracts the browser name. Example Main Class LICENSE Site Meter