Advertisement:

Author Topic: [Free Plugin] Anti Spam & Protection System  (Read 87491 times)

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Plugin] Spam Protection
« Reply #45 on: May 02, 2017, 01:49:23 am »
 ;D  you are welcome to join

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: [Plugin] Spam Protection
« Reply #46 on: May 02, 2017, 01:57:12 am »
If you put a contact email in your github profile we can speak :)

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Plugin] Spam Protection
« Reply #47 on: May 02, 2017, 02:01:18 am »
ups... done xD

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #48 on: May 02, 2017, 02:38:09 am »
i was thinking about to change the name  ;D

because i want to add more features to secure our osclass installations. Suggestions always welcome ;)



Login protection for example ?

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Plugin] Spam Protection
« Reply #49 on: May 02, 2017, 02:53:34 am »
...at moment i'm building a login limit for this plugin and dont want to interrupt
;D

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: [Plugin] Spam Protection
« Reply #50 on: May 02, 2017, 03:23:41 am »
https://forums.osclass.org/plugins/(plugin)-limit-login/
By the way . Where is jay ?(trains)
Other features  like limit login does not feat into spam protection profile plugin .

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #51 on: May 02, 2017, 10:21:01 am »
https://forums.osclass.org/plugins/(plugin)-limit-login/
By the way . Where is jay ?(trains)
Other features  like limit login does not feat into spam protection profile plugin .

Everything fit in a security plugin, Liath said he is considering to turn it into a security plugin.

The limit plugin is probably discontinued and un supported. I have it and displays several errors, never fixed.

Aficionado

  • Guest

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #53 on: May 02, 2017, 09:24:09 pm »
After Osclass Market REFUSING to update the plugin (and no replies from anyone from Osclass), i manually downloaded and updated.

BUT i get this (updated but a new update is available ????!!) and not sure what happens and what to do:


dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Plugin] Spam Protection
« Reply #54 on: May 03, 2017, 02:00:57 am »
The reason why you see this message is probably that your daily cron has not yet executed another daily upgrade check, so it should disappear within the next day.

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #55 on: May 03, 2017, 02:19:35 pm »
Liath,

Some tests for 1.41. Tested on a live site with 9000+ ads. PHP 7.1.18 and Litespeed server.

Duplicate check enabled for ALL ads, using Title and md5 option. Works but seems heavy. Took 5-6 seconds.

Duplicate check enabled for ALL ads, using Title and similar check with 85%. Works and seems light for me. Took 1-2 seconds.

Thanks for the update and your work.


Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #56 on: May 03, 2017, 02:22:19 pm »
The reason why you see this message is probably that your daily cron has not yet executed another daily upgrade check, so it should disappear within the next day.

I will keep an eye open and let you know.

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Plugin] Spam Protection
« Reply #57 on: May 03, 2017, 02:41:48 pm »
As discussed before, consider introducing a limit to last N items or so, or items newer than 30-90 days only.
It will have similar effect, but with much higher efficiency. For large projects with 100k-1M items this plugin can bring entire server down.

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #58 on: May 03, 2017, 02:49:45 pm »
As discussed before, consider introducing a limit to last N items or so, or items newer than 30-90 days only.
It will have similar effect, but with much higher efficiency. For large projects with 100k-1M items this plugin can bring entire server down.

Maybe also an other way to limit the server load is to check in the specific category (and subcategories) and not to all categories. Since the duplicates will rarely be posted in different ROOT categories (for example Cars and Jobs).


dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Plugin] Spam Protection
« Reply #59 on: May 03, 2017, 02:52:01 pm »
Don't have much experience with duplicates, but any pattern that can reduce the search will help, because scanning entire database (that is not the major problem here) and comparing (this one is) is slow. Additional issue are multi-language sites, where each item can have N descriptions that needs to be considered (even if empty).