Page 1 of 1

Wanted: Someone with a knowledge of PHP/similar

PostPosted: Apr 10, 2003 @ 1:31am
by ktemkin
... who can write a short script that will disguise web page names so a school filter, for example, can't read them; I've previosuly used Bypass.Bess and Openlaw (http://eon.law.harvard.edu/cite/annotater.cgi), but the filter has blocked them after a breif period of time. I'm looking for a PHP script that will work Client-Side (can be downloaded onto the computer you're on and stored on cd and) for the internet explorer browser.

The most importatnt part is that i want to be able to run it on a Windows ME computer without having to connect to a server, almost as if the file was EXE.

If you could help me, it would be greatly appreciated.

PostPosted: Apr 10, 2003 @ 1:49am
by James S
It can't run clientside because BESS comes in to play long before the computer receives the webpage. You'd need a proxy that changed webpage titles. Set one up on your home PC and leave your computer running while you're at school. Just have it completely delete <title> tags if you want. Just be sure you write down your computer's IP.

PostPosted: Apr 10, 2003 @ 1:55am
by damian
PHP can't run client-side without a PHP interpreter anyway. IE doesn't come with Apache or IIS by default.

Know what I did to bypass bess? Go to [url]babelfish.altavista.com[/url] and translate the given webpage from Chinese to English.

PostPosted: Apr 10, 2003 @ 2:07am
by sponge
http://www.megaproxy.com might work too.

PostPosted: Apr 10, 2003 @ 3:55am
by ktemkin

PostPosted: Apr 10, 2003 @ 1:57pm
by David Horn
PHP won't run client side anyway, since it's interpreted on the server. You'd have to install apache onto your PC, and even then it probably wouldn't work.