Forum Moderators: open
Some webs, like 'meneame' or 'digg', do 'fopen' to read a web before the submition of a post. But they can't open my web because my server doesn't allow those HTTP requests.
¿How can I allow them?
eg.
When a web do 'fopen' to my web they get the next error:
failed to open stream: http request failed
Also, you might have somewhere in your configuration some code that blocks based on user agent, maybe an isapi filter or some firewall setting.
Hope this leads you in the right direction