PHP HTTP
PHP scripts about HTTP protocol clients, headers and cookies-
Request Info User Agent can parse the user agent identification sent by the browser or robot accessing the site and extract the browser type and other details. The script can determine if the client is a regular desktop browser, a search engine crawler, a mobile phone, as well as the operating system of the user. Requirements: PHP 5.0 or higher
-
The browser name is extracted after parsing the user-agent string. Requirements: PHP 5 or higher
-
Advanced detecting user language checks the HTTP request User-Agent and Accept-Language headers to determine the user preferred idiom. PHP scripts can be loaded with locale text definitions for the preferred language. These locale definitions are returned as an associative array. Requirements:PHP 4 or higher
-
robots.wizard(tm) is an open source (PHP), web-based, robots.txt generator and editor with a nice interface that allows you to browse the file system and check the boxes of files and directories you would like to disallow. robots.wizard(tm) allows you to efficiently generate accurate robots.txt files and provides a powerful server-side reference checker. It includes authentication to limit access to the ...
-
In addition to all regular cURL options, Easy cURL also supports methods for setting authentication credentials and making requests over a proxy server. Requirements: PHP 5 or higher
-
The PHP FTP extension is used to connect to a specified server and authenticate on behalf of a given user. myFTP can execute several types of operations to manipulate files and directories. Key Features of myFTP:- Get or change the current server work directory- List the contents of the current directory- Create or delete directories- Upload, download and rename files ...
-
GeoLocation takes a given IP address and sends a request to the geoPlugin Web services server to obtain the geographic location associated to the IP address. GeoLocation also retrieves location currency name and conversion rate relatively to a given base currency. This can be used to convert a given amount of money to the local currency. Location near a specified ...
-
guaranix URL determines if two URLs are from the same website. If so, it returns the URI of the second relative to the first. Otherwise guaranix URL returns the second absolute URL. Requirements: PHP 3 or higher
-
Browser Detection should be used to parse browser "user agent" string and determine exact browser version and operating system.Browser Detection recognize all popular browsers/os's as well as some not so popular. It returns the browsers name and its exact version number (ie. Firefox 1.0.7).
-
UserInfo.class can check the HTTP request variables to determine details like the IP address of the machine used by the user access the Web server, the type of browser and operating system being used, etc..Individual class variables are used to store the retrieved information in UserInfo.class.Requirements: PHP 4.0 or higher
-
XMethod will catch variables passes through a GET-request and send them out as a POST-request and vice versa.
-
Secure Session Class can set a given session variable using the CAST 128 class to encrypt the values before storing them.Session variables can also be retrieved and their values decrypted.Requirements:PHP 5.0 or higher
-
webstat is composed by two classes:- one class that generates Javascript to collect several types of statistics from the user browser like the window size, supported color depth, cookie support, current page URL, etc...- another class that can be used to track accesses from user browsers with Javascript disabled.A MySQL database is used to store the information for further analysis..Requirements: ...
-
LSM Browser Type is a simple class that can parse the user agent string and identify the browser and the operating system used on the user machine.
-
LSM Crypt Cookie is a simple class that can store encrypted values in cookies using a secret key. It can generate an encrypted version of a text value using a secret key and store it in a cookie.Whenever LSM Crypt Cookie is necessary to recover the original value, the class can decrypt the value stored in the cookie using the ...

