I have some proxys and wondering how hard it would be to create a form that could be placed on any site and would load a proxy from there. e.g. put a form on funstuff.com to type a domain in like on a regular proxy but then loads the proxy from a different site e.g. proxystuff.com Kinda like what proxy.org does where it allows you to just type in a site and surf it using a random proxy but i would just want it to be a proxy i have set. Thanks
A package to do this already exists. It's called PHPProxy - https:// sourceforge.net /projects/phpproxy/ (I have less than 10 posts so I can't post links yet) and it does exactly what you said- it takes the settings from whichever domain it's placed on and uses that as the proxy. I think you can also supply it with proxy lists too.
sorry thats not what i meant. I know of phproxy, i mean to have the proxy bit hosted on a proxy site but link to it directly from a form on another site
I think you can directly point the form to the final server: <form action="http://domain2.com/proxy.php"> Rest is done by that proxy.php on domain2.com etc... Sorry if I missed your question