PHP HTTP

PHP scripts about HTTP protocol clients, headers and cookies
  1. No Screenshot
    1666 total visits
    Browser Detect can be used to detect the characteristiscs of the browser used to access the current script page.Browser Detect analyzes the User-Agent: HTTP request header and determines which browser is used, its version and the user machine operating system.
  2. No Screenshot
    1969 total visits
    cURL Class is a simple class that allows you to POST/GET via the php cURL library. Includes cookie file setup.Examples:$curl = new cURL(FALSE);echo $curl->get('http://wwww.google.com');
  3. No Screenshot
    1493 total visits
    The script Rewriter can rewrite request variables by parsing the request URI in a similar way to what the Apache module mod_rewrite does but without using regular expression based rules. Rewriter allows to map a request to an URL like http://example.com/pages/index.1.html into the equivalent to a request to http://example.com/index.php?method=pages&page;=1 . The mapping is performed by a script that handles page ...
  4. No Screenshot
    1768 total visits
    Simple Browser Detection is a very simple class that can be used to determine which browser is being used to access the site. The script looks the user-agent name identification and looks for text that match what is used by several known browsers. Simple Browser Detection returns a string with two characters that is an abbreviation of the identified browser. ...
  5. No Screenshot
    1992 total visits
    When register_globals option is On in php.ini, PHP automatically fills variables like $userName with $HTTP_GET_VARS["username"], and so on. As it represents a security concern, the default value of this option is Off since PHP version 4.2. reGlobal provides two solutions to emulate the setting of register_globals On under PHP installations that have it disabled.- the first solution consists assigning the ...
  6. No Screenshot
    1678 total visits
    SiteCookie easily handles multiple cookies for a site in one browser cookie.
  7. No Screenshot
    1799 total visits
    HTTP requests are sent directly or via proxy servers, securely using or not SSL, setting the referrer URL, cookies, custom headers, etc., all configurable options. Requirements: PHP 5 or higher
  8. No Screenshot
    1800 total visits
    HTTP CURL has options for setting cookies, proxies or user agent of the POST and GET requests. Requirements: PHP 5.0 or higher
  9. No Screenshot
    2025 total visits
    Lazy Registry Class is Managing globals with the registry pattern. This script provides lazy loading functionallity. This means it is possible to add a callback or class (with arguments) which will be called or instanciated when it is being used for the first time.
  10. No Screenshot
    2118 total visits
    What is your IP? IP Lookup, IP WHOIS, IP Addres Checker Displays your current IP address Find your IP address here! Features of Turnkey Script: What is your IP?: - PHP Script, - No database, - Easy to install, - Google Adsense ready Requirement: PHP Webhosting
  11. No Screenshot
    1808 total visits
    docType analyzes the current HTTP request Accept header and depending on whether the browser accepts XHTML documents or not, it creates a DOM document structure with the right DOCType element for XHTML. Regular calls to DOM object functions can be used to compose the rest of the document structure. Requirements: PHP 5.0 or higher
  12. No Screenshot
    1879 total visits
    With Mini spiders and bots class, requests can be sent to various types of servers in order to perform different actions. Key Features of Mini spiders and bots class:- Get text phrase correct spelling using Google search spelling suggestions- Get exchange rates from Banca di Italia site- Get weather forecasts from Google- Get shorter URLs using TinyURL- Get the geographic ...
  13. No Screenshot
    1649 total visits
    Session Cookie Class can set values for a group of variables and store an encrypted version in an cookie with a given name. The script can also handle decrypting the cookie and retrieving the original values. Requirements: PHP 5.0 or higher
  14. No Screenshot
    2173 total visits
    Php easy :: whois lookup script is intended to lookup for domain registrant data for all top-level domains (both generic and country-code types are supported, 158 TLDs in total), and also for IP whois lookups. What's new in this release Php easy :: whois lookup script:- provides only unique whois results- cuts off comments when querying different whois servers for ...
  15. No Screenshot
    2126 total visits
    Bot recognizer and dispatcher is the IP address of the computer or the user agent of the browser currently accessing a Web service can be checked to determine if it is known to be used by search engine robots or malicious Web crawlers.The Bot recognizer and dispatcher can call different callback functions depending on the type of crawler was identified. ...
Pages 5 of 16« 1 2 3 4 5 6 7 8 9 »