Connection to WEB sites via fsockopen works fine from my computer.
But it works not from site host, probably because they not allow it - to limit traffic.
So I try to workaround it, and use visitors connection to get desired pages. I tried to connect to visitors computer via fsockopen, port 80, but it works not. Is it possible at all, or it is only for servers? Maybe I use wrong port address?
Or I should do it with some Javascript code, and perform checkings complete in visitors browser?