After looking over the current PHP Akismet API classes (http://askimet.com) I couldn't help but notice they all used fopen() to talk with akismet. Which besides being slow is also disabled on some hosts that have "safe mode" on. This class solves that problem by using the fast CURL php extension (http://php.net/curl) available on most web hosts.
This class is also the smallest and easiest Akismet Class I have ever seen. Wink
That is a very small and very easy Akismet class, I will have to play around with that. Thank you for the find, as I have fopen() set on my server, but I have been wanting to look at other solutions.
After looking over the current PHP Akismet API classes (http://askimet.com) I couldn't help but notice they all used fopen() to talk with akismet. Which besides being slow is also disabled on some hosts that have "safe mode" on. This class solves that problem by using the fast CURL php extension (http://php.net/curl) available on most web hosts.
This class is also the smallest and easiest Akismet Class I have ever seen. Wink
http://code.google.com/p/akismet-php-curl-class/
Would anyone mind testing it? Wink
http://code.google.com/p/akismet-php-curl-...unk/example.php
Xeoncros - Code 2 Truth - Imrah - Code 2