YAFLogo

sanjaypatro
  • sanjaypatro
  • 51.2% (Neutral)
  • YAF Forumling Topic Starter
6 years ago
Hi

We are trying to add the spam detection service in our localhost project.

1. Internal spam check words-by all the option it is not working for any default spam word.

2. Akismet-i tried in localhost project and given the api key,but this wont works.

3. BlogSpam.net API-This one i am able to understand how to use this service.

Please help me how to implement any spam detection service in my localhost project.

Thanks,

Sanjay

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
6 years ago
Please describe the problem! "Not working" is not a description of the problem!

What option did you choose for Handling of as SPAM Detected Messages? Did you test the spam detection with a regular user account or with a admin/moderator account?

sanjaypatro
  • sanjaypatro
  • 51.2% (Neutral)
  • YAF Forumling Topic Starter
6 years ago
Login as admin user

1. selected internal spam checking words and Handling of as SPAM Detected Messages: selected all the options and then tried to post new topics with defaults spam check words and posted.But instead of post should be spam but it is posting.

2. Akismet API: i have created an api for Akismet Personal used all the option,it is not worked still topics were posting.

http://test.blogspam.net:9999/  url is modified in private const string _Url = "http://test.blogspam.net:9999/"; in BlogSpamNet.cs file.Then i tried with all the option from Handling of as SPAM Detected Messages with spam default spam word or url. iT is not working.

Please help me.

Thanks

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
6 years ago
Admins and mods are excluded from the spam checking. You need to try with a regular account.