Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.41 KB

PHP-Proxy

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

PHP-Proxy vs PHPProxy

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-Proxy - Requirements

  • PHP 5.2 or later with a cURL extension.
  • PHP-Proxy Installation

Installation

  1. Download the archive and unzip it to a directory in your server (or clone from GitHub).
  2. Copy config-template.php to config.php and adapt parameters to your needs.
  3. You are now ready to go!

PHP-Proxy Demo

If you wish to see how this script works on a live server, visit UnblockVideos.com which is powered by PHP-Proxy.

Download

Official download at PHP-Proxy.com. Modified sources at GitHub.