Quote:
Originally Posted by Andreas
Keeping allow_ur?l_fopen off in mind, using fopen() might not be the best choice ...
If you don't want to use cUrl for one or another reason, what about fsockopen()?
Also, I'd prefer not to waste resources for local URLS (eg. showthread, etc.)
Would be nice if those were detected automaticvally and the titles retrived directly rather than forking a new vBulletin instance just to get the title 
|
That might not be a bad idea. I could definitely craft it with fsockopen. So far, nobody has reported any issue with fopen as of yet. If it becomes one, I will take your advice.
As for the local links. I see your point. If I get some time next week, I might poke around with that.