Readme
Readme
_____________________________________________________________________
contact
_____________________________________________________________________
email: [email protected]
website: http://www.whitefyre.com/poxy/
support
_____________________________________________________________________
http://www.sourceforge.net/projects/poxy/
look for the forums
table of contents
_____________________________________________________________________
1. license
2. what is phproxy?
3. how it works
4. requirements
5. installation
6. configurable script variables
7. available options
8. legal disclaimer
9. changelog, faq, todo, license, bugs, limitations
10. credits
1. license
_____________________________________________________________________
2. what is phproxy?
_____________________________________________________________________
phproxy is a web http (for now; ftp is not supprted yet) proxy
designed to bypass proxy restrictions through
a web interface very similar to the popular cgiproxy
(http://www.jmarshall.com/tools/cgiproxy/). for example, in my
university, the it department blocks a lot of harmless websites
simply because of their popularity. so i use this porgram to access
those websites. the only thing that phproxy needs is a web server
with php installed (see requirements below).
be aware though, that the sever has to be able to access those
resources to deliver them to you.
3. how it works
_____________________________________________________________________
you simply supply a url to the form and click browse. the script then
accesses that url, and if it has any html contents, it modifies
any urls so that they point back to the script. of course, there is more
to it than this, but if you would like to know more in
detail, view the source code.
comments have yet to be added.
4. requirements
_____________________________________________________________________
5. installation
_____________________________________________________________________
---
$flags: this array contains the default values for the browsing
options which are explained in section 7.
$allowed_hosts: this array contains entries for the domain names that
the script is allowed to browse. for example, setting
this variable to array('www.yahoo.com') will restrict
the script to browse _only_ www.yahoo.com. if you'd
like the script browse all subdomains within yahoo.com
then instead of www.yahoo.com, set it to
array('.yahoo.com'). the dot in the beginning tells
the script to match all subdomains. to add more
entries, simply seperate them with a comma. example:
array('.yahoo.com', '.fark.com');
7. available options
_____________________________________________________________________
+-------------------------------------------------------------------+
| option | explanation |
+-------------------------------------------------------------------+
| include form | includes a mini url-form on every html page for |
| | easier browsing. |
| remove scripts | remove all sorts of client-side scripting |
| | (i.e. javascript). removal is not perfect. some |
| | scripts might slip by here and there. |
| accept cookies | accept http cookies |
| show images | show images. you might want to turn this off if |
| | you want to save your server's bandwith. |
| show referer | show referring website in http headers. this |
| | will show the base url for the website you're |
| | currently viewing. because many website disable |
| | hotlinking, this can be quite useful. |
| rotate13 | use rotate13 encoding on the url. * |
| base64 | use base64 encoding on the url. * |
| strip meta | strip meta html tags |
| strip title | strip website title |
| session cookies| store cookies for this current session only |
+-------------------------------------------------------------------+
* only one type of encryption will be used even if both are selected
8. legal disclaimer
_____________________________________________________________________
10. credits
______________________________________________________________________