0

こんにちはみんな!Facebook などの一部のサイトへのアクセスに問題があるため、PHP を使用した Web プロキシが必要です。私は多くのオープン ソースの Web プロキシを探しましたが、自分で作成することを好みます。私はこれをしたい:

http://www.mysite.com/facebook (which is located in remote server)
should open http://www.facebook.com ,
but it should not just open it,
the requests must be done using IP address of remote server.

どうすればこれを管理できますか?

4

2 に答える 2

0

try using the function fsock. You can learn from this simple proxy http://sourceforge.net/projects/poxy/

于 2012-08-03T15:31:14.940 に答える