By Anthony Comegys on Friday, 20 May 2016
Posted in General Issues
Replies 1
Likes 0
Views 342
Votes 0
Notice the word "viagra" here from your file /administrator/components/com_easyblog/includes/akismet/library.php. Is this intentional?

* <code>
* $comment = array(
* 'author' => 'viagra-test-123',
* 'email' => 'test@example.com',
* 'website' => 'http://www.example.com/',
* 'body' => 'This is a test comment',
* 'permalink' => 'http://yourdomain.com/yourblogpost.url',
* );
*
* $akismet = new Akismet('http://www.yourdomain.com/', 'YOUR_WORDPRESS_API_KEY', $comment);
I believe this name is use for testing Akismet, put 'viagra-test-123' as name of the sender and this word is reserved for testing.

Reference link : https://akismet.com/development/api/#comment-check
·
Friday, 20 May 2016 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post