Filters and Robots? Specifically, I want to encrypt me proxy so that no filter would have the ability to automatically classify my website as a proxy. Of course, It still could be done manually and My website isn't likely to get indexed, but If I get an unblockable proxy that way then so be it.
I dont think this is possible. I guess you could use Zend or Ioncube to encrypt the whole site but I am not sure it would achieve what you want.
Assuming your server is set up properly, nothing can read your PHP source code. If its getting classified as a proxy its because it is a proxy, not because it "looks like one" in the code.
Not true ecentricNick, there is a proxy out there that took 3 months + to block because its keywords were "pruxy".
Could I just do it using a regular HTML encryptor like using javascript's unescape or like a base64 encoder?
Try and see if proxy refer dot com is blocked. Because it is using a script of mine that redirects users to proxies - and possibly, it won't get blocked. I haven't had the chance to test it out yet. When I do get around to it, I may consider selling copies of the script IF it works