With cgi proxy (http://www.jmarshall.com/tools/cgiproxy/) the url's that are outputted are: e.g. http://www.browsesneaky.com/nph-index.pl/010110A/http/www.google.com/ How would I go about turning the output into something like (for example) http://www.browsesneaky.com/nph-ind...he domain they are trying to visit in the url This is to avoid when people browse sites on a school network etc, filters pick up banned url's and block them from accessing it. Is there an easy way to do this? Thanks
I'm not totally familiar with CGI scripts but you should be able to run a base64_encode() on the URL. Then a base64_decode() when parsing it serverside.