First you must notice that this is not a free PHP proxy script.
What is a proxy script?
With the installation of this proxy script in your server, you allow your customers to retrieve any internet resource through it. This is useful when your customer’s own access is limited, they can reach your proxy server that in turn can reach others that they can’t. In addition, the user is kept as anonymous as possible from any servers. Common uses include: anonymous proxies similar to The Anonymizer, other personal uses, VPN-like functionality, and others.
Introduction:
MyProxy Script, much like PHProxy and CGI-Proxy.
Security
Dont forget, not all of the proxy site users use it to access restricted sites or bypass firewalls. Many people use it to surf the web anonymously due to their privacy concerns. This proxy script provides more secure internet surfing by removing all scripts, and properly routing all other stuff through proxy server.
Speed
It is a major concern at both server side and client side. At server side, faster script execution means script will release server resources sooner as it will use them for a smaller time, so it will produce less server load (less resource intensive). At client side, it means pages will start loading faster (no/less page pre-loading delays). This script has been particularly optimized for speed. A rough comparison of proxifying routine’s execution time with the popular PHProxy would be appropriate.
Reliability
Ever experienced performance issues like stalling or slowing down of server during page loads? If several instances of the script try to access the same website at the same time, the script may go into deadlock. This is the result of opening and trying to read from too many php sockets simultaneously. This script resolves this issue by using cURL library instead of php sockets (fopen, fsockopen etc). cURL is a solid, reliable and fast multiprotocol http client library that can easily handle multiple simultaneous connections to same or different hosts. You can find more info about cURL at http://curl.haxx.se/libcurl/features.html.
Features:
Fail-safe Cookie Support - No cookie will go unstored!
File Upload Support - Yes, you can upload to Image Shack and other sites!
JavaScript Disabler - You can disable JavaScript
Image Disabler - You can disable Images
Title Stripper - You can strip the Page Title
Meta Stripper - You can strip Meta Tags
CSS Support - Will parse any CSS url’s and load styles perfectly!
Easy Install and Customization -no database, complicated configurations are required. Just upload the files and perform CHMOD, and server setting; your proxy website will start working.
Requirements:
PHP4.0 or Higher
cURL (with PHP safe_mode off and open_basedir UNSET;
these are security settings which need to be done in the server, you need to consult your hosting for the arrangement)
File Permission Control
Demonstration:
Click to see Demonstration
Tags: PHP Proxy Script, proxy server
You must be logged in to post a comment.