Advertisement:

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

gold1@bk.ru

  • Newbie
  • *
  • Posts: 1
Re: [Free Plugin] Anti Spam & Protection System
« Reply #990 on: November 13, 2018, 01:13:22 pm »
Hello. After installing the plug-in and entering the admin panel error appears
Warning: in_array() expects parameter 2 to be array, boolean given in C:\Webserver\OpenServer\domains\DOMAIN.COM\oc-content\plugins\spamprotection\classes\class.spamprotection.php on line 1349

Warning: Cannot modify header information - headers already sent by (output started at C:\Webserver\OpenServer\domains\DOMAIN.COM\oc-includes\osclass\utils.php:1744) in C:\Webserver\OpenServer\domains\BBS.KG\oc-includes\osclass\utils.php on line 1749

How to solve a problem?

davidyan

  • Newbie
  • *
  • Posts: 16
Re: [Free Plugin] Anti Spam & Protection System
« Reply #991 on: January 12, 2019, 09:47:12 pm »
Message for LIATH
Your plugin is really fantastic and even usin PHP 5.4 I managed to make it work.
I just modify into backend.php :
Quote
function sprot_install() {
    if (version_compare(phpversion(), '5.3', '<')) {
        trigger_error("I'm sorry, but you need to install at least PHP 5.5 to make use of this Plugin", E_USER_ERROR);
    }
    spam_prot::newInstance()->_install();
}
as I use PHP 5.4.45
Thanks again
Yan

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #992 on: January 12, 2019, 10:03:53 pm »
Message for LIATH
Your plugin is really fantastic and even usin PHP 5.4 I managed to make it work.


as I use PHP 5.4.45
Thanks again
Yan

PHP versions less than 5.6 are NOT to be used. For many reasons, security is one of them. And speed an other.

If you use 5.4 then update asap. No reason to to stay at that very old version.
« Last Edit: January 13, 2019, 03:07:57 pm by Aficionado »

davidyan

  • Newbie
  • *
  • Posts: 16
Re: [Free Plugin] Anti Spam & Protection System
« Reply #993 on: January 13, 2019, 02:41:02 pm »
Hi Aficionado
I perfectly know that PHP 5.4 is deprecated and I am doing a lot of work to make software doing good with PHP 5.6 migration on my dedicated server
Thanks a lot for your message
Yan

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #994 on: January 30, 2019, 03:09:13 pm »
Any ideas how i can also check for spam words in the "website" field of the ads ?

I prohibit the use of any link shorteners, still posters can put shorteners in website field.

Thanks

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: [Free Plugin] Anti Spam & Protection System
« Reply #995 on: January 30, 2019, 08:34:10 pm »
That website field is a custom field or a plugin field? If it's a custom field, can you give me it's name or ID?

Regards.

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #996 on: January 30, 2019, 08:43:37 pm »
That website field is a custom field or a plugin field? If it's a custom field, can you give me it's name or ID?


It is a custom field named "Website" (type URL, Identifier name: new-custom-field).


Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Free Plugin] Anti Spam & Protection System
« Reply #997 on: January 31, 2019, 11:22:16 am »

hi friends, I'm really happy that you still like my plugin and it helps you and i'm sorry about my absence, but a lot of my work has changed so much that osclass has moved more and more into the background.


I do not know if I'm going to continue this plugin, but I do not mind if someone else cares about it. I think that the plugin is not too complicated, so anyone with some php experience should be able to adjust and fix one or two flaws... or more ;)


if you want, i can upload my last version 1.7.5. but i do not know if there are dependencies on others of my plugins ... maybe it needs to be improved

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #998 on: January 31, 2019, 11:59:04 am »

hi friends, I'm really happy that you still like my plugin and it helps you and i'm sorry about my absence, but a lot of my work has changed so much that osclass has moved more and more into the background.


I do not know if I'm going to continue this plugin, but I do not mind if someone else cares about it. I think that the plugin is not too complicated, so anyone with some php experience should be able to adjust and fix one or two flaws... or more ;)


if you want, i can upload my last version 1.7.5. but i do not know if there are dependencies on others of my plugins ... maybe it needs to be improved

All i can say is thank you for that plugin. I heavily used it in all my sites and has saved me hours of work.

Osclass Market has 1.7.1 of your plugin, i use 1.7.4 from your site (with no problems, apart from a few notices and warnings).

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Free Plugin] Anti Spam & Protection System
« Reply #999 on: January 31, 2019, 12:35:32 pm »
i have uploaded 1.7.5 to my  site, dont know if i have uploaded another version than 1.7.1 to the market  ;D


you wil find it in the post for this plugin, next to the download button

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #1000 on: January 31, 2019, 12:42:15 pm »
Do you remember what has changed in 1.7.5 (from 1.7.4) ?

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Free Plugin] Anti Spam & Protection System
« Reply #1001 on: January 31, 2019, 10:44:05 pm »
no... i'm sorry, i dont know anything what i did there  :-X

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #1002 on: January 31, 2019, 11:36:00 pm »
no... i'm sorry, i dont know anything what i did there  :-X

Since 1.7.4 works great, i did a folder/file comparison of 175beta and 174.

3 differences,

* one new config.php file in admin folder of the plugin

* two new js files, admin.js and script.js

I have no idea what those are, but i believe it will be allright to try. I will update here after installing that in one high traffic site of mine.

« Last Edit: January 31, 2019, 11:46:52 pm by Aficionado »

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #1003 on: February 01, 2019, 01:56:17 am »
The differences between 1.7.4 (NOT 1.7.1 from Osclass market) with 1.7.5beta are some Admin protection functions.

« Last Edit: February 01, 2019, 02:05:57 am by Aficionado »

Aficionado

  • Guest
Re: [Free Plugin] Anti Spam & Protection System
« Reply #1004 on: February 01, 2019, 01:22:00 pm »
Version 1.7.5beta has one fatal error:

PHP Fatal error:  Uncaught Error: Class 'Debugger' not found in /home/oc-content/plugins/spamprotection/classes/class.spamprotection.php:719