https://github.com/yetopen/phpproxy
Source of PHP-Proxy with my modifications
https://github.com/yetopen/phpproxy
Last synced: 11 months ago
JSON representation
Source of PHP-Proxy with my modifications
- Host: GitHub
- URL: https://github.com/yetopen/phpproxy
- Owner: YetOpen
- Created: 2014-11-28T15:50:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T16:07:11.000Z (over 11 years ago)
- Last Synced: 2024-03-26T19:55:53.044Z (about 2 years ago)
- Language: PHP
- Homepage: https://www.php-proxy.com/
- Size: 125 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://sourceforge.net/projects/poxy/). 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](https://www.php-proxy.com/).
Modified sources at [GitHub](https://github.com/YetOpen/phpproxy).