* release 0.4 september 7th, 2005 _____________________________________________________________________ - support for get forms. things like google work now. - complete overhaul of the url modifying function. now supports nearly all html tags - support for css proxifying - new browsing options - new layout - other fixes * release 0.3 july 22nd, 2004 _____________________________________________________________________ - script can now only work for php 4.2.0 and newer. - support for http file uploads. - support for basic http authorization. only one relam per domain is currently supported. - $this->url_segments['prefix'] should be have been $this->url_segments['base'] in the follow_location method. - err_no and err_msg variables are now passed by value in fsockopen like they should've been. - mailto: links are now not proxified. - new helper method: stripslashes() - all files except html are now passed immediately to the user without first being stored in the script. - fixed problem with opening files if the path contained spaces. - fixed cookies being passed with the response headers in addition to the phproxy cookies - fixed problem if the url started with a question mark. - new configurable variable: banned_hosts - a dot at the beginning of domain names in banned_hosts and allowed_hosts matches all subdomains. * release 0.2 june 22nd, 2004: _____________________________________________________________________ -
fixed bug in set_post_body: $name should have been $parent_key new logic for index.php updated some html and css changed xml to xhtml in public method: return_response() when checking if we should update the html - added 7 gtlds (.aero, .biz, .coop, .info, .museum, .name, .pro) for the regexp when validating a cookie against a domain - updated index.php, url_form.inc to be compatible with short_open_tag = off - anchors now work - made the mini url-form more user friendly * release 0.1-alpha june 16th, 2004: _____________________________________________________________________ initial release.