PHP-Proxy is a script written in PHP that acts as a proxy to be used for the purpose of fetching Internet's resources on behalf of the server and returning its contents back to the client. PHP-Proxy was built to be fast and simple to configure and as an alternative to Glype
This proxy script has no relationship to the once popular PHPProxy project by whitefyre.com which has been abandoned since September 2007. There are many similar function proxy scripts named "PHP Proxy", we were just the lucky ones to acquire such domain name. While PHPProxy is still being widely used, it is outdated, hard to customize and it breaks on many popular websites such as Facebook and YouTube.
- PHP 5.2 or later with a cURL extension.
- PHP-Proxy Installation
- Download the archive and unzip it to a directory in your server (or clone from GitHub).
- Copy config-template.php to config.php and adapt parameters to your needs.
- You are now ready to go!
If you wish to see how this script works on a live server, visit UnblockVideos.com which is powered by PHP-Proxy.
Official download at PHP-Proxy.com. Modified sources at GitHub.