Yay! Finally, I’ve got a working trackback-enabled blog!
It was a lot simpler than I thought. I just found line 67 that was giving me the error, and changed this:$fp = fopen($trackback_url, 'r');into this:ini_set(allow_url_fopen, 1);
$fp = fopen($trackback_url, ‘r’);
ini_set(allow_url_fopen, 0);
I’m not sure if that’s frowned upon at BeigeTower, but it works. I’m sure that, if trackbacks were really such a threat, it would have been discovered by now. It’s only opening for read access, anyhow.
Listen
This entry was posted
on Friday, February 27th, 2004 at 07:19:55 and is filed under .
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a Reply
Comments are moderated like crazy using a variety of plugins.
There is a very high likelihood that your comment won't show up right away, especially if you have
never commented here before, but it was not deleted.
Please be patient, and do not post your comment more than once. It will show up once it is approved.
You must be logged in to post a comment.