Advertisement:

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

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #15 on: April 05, 2017, 03:01:46 pm »
vps

Well, sorry but i have no idea in that case.

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #16 on: April 05, 2017, 03:03:53 pm »
ok thanks for your support

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #17 on: April 05, 2017, 03:04:43 pm »
Quote
102
down vote
accepted
As Jacob mentioned, the CentOS packages repo appears to only have PHP 5.3 available at the moment. But these commands seemed to work for me...

rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum remove php-common       # Need to remove this, otherwise it conflicts
yum install php56w
yum install php56w-mysql
yum install php56w-common
yum install php56w-pdo
yum install php56w-opcache
php --version               # Verify version has been upgraded
You can alternatively use php54w or php55w if required.

CAUTION!
This may potentially break your website if it doesn't fully resolve all your dependencies, so you may need a couple of extra packages in some cases. See here for a list of other PHP 5.6 modules that are available.

If you encounter a problem and need to reset back to the default, you can use these commands:

sudo yum remove php56w
sudo yum remove php56w-common
sudo yum install php-common
sudo yum install php-mysql
sudo yum install php
(Thanks Fabrizio Bartolomucci)


going to try this if it is success will let you know...

TangoX

  • Jr. Member
  • **
  • Posts: 64
Re: [Plugin] Spam Protection
« Reply #18 on: April 06, 2017, 12:07:04 am »
Liath, please don't forget about the remaining issues.

@Liath Any news on a new version containing: 1, 2, 3, 4?

Thanks!

Cheers!

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Plugin] Spam Protection
« Reply #19 on: April 06, 2017, 02:46:54 am »
Liath, please don't forget about the remaining issues.

@Liath Any news on a new version containing: 1, 2, 3, 4?

Thanks!

Cheers!


I know :)
this is next after i have finished another project

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #20 on: April 06, 2017, 10:03:42 am »
@aficionado

after php upgrade site not working and in log receiving continuous error like

Call to undefined function utf8_decode() in /public_html/oc-includes/osclass/compatibility.php on line 73
   

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #21 on: April 06, 2017, 10:52:01 am »
@aficionado

after php upgrade site not working and in log receiving continuous error like

Call to undefined function utf8_decode() in /public_html/oc-includes/osclass/compatibility.php on line 73
   

got myself solved

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #22 on: April 06, 2017, 11:03:08 am »
after activating the plugin and if i view the source code for the honey pot in item page or contact page i cant find the honey pot entry ....

please some one confirm....i need to know this works for me or not...plz help

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Plugin] Spam Protection
« Reply #23 on: April 06, 2017, 10:46:59 pm »
did you named the honeypot field and checked the checkbox for activating the honeypot? It doesnt have a name like honeypot! The default name is sp_price_range


Which Theme are you using? The Honeypot uses the Hooks item_edit and item_post, so you should search there where all other plugins hooks on the item-page

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #24 on: April 08, 2017, 10:52:10 am »
Hi liath will test what you said and report back...

i have simple item moderation plugin and if a new post comes it will make that post to wait for my moderation, but this plugin makes them the new post activate and not allowing me to moderate....

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #25 on: April 08, 2017, 10:53:15 am »
how to make it so that the simple itme moderation plugin will block the ads and after i approve post comes online like before

mandi007

  • Full Member
  • ***
  • Posts: 204
Re: [Plugin] Spam Protection
« Reply #26 on: April 08, 2017, 12:05:09 pm »
@liath

checked for sp_price_range, and it is not appearing in item post page.

also if i save the setting in the plugin it is creating header already send error in error_log

Quote
PHP Warning:  Cannot modify header information - headers already sent by (output started at /oc-includes/osclass/utils.php:1740) in /oc-includes/osclass/utils.php on line 1745, referer: page=plugins&action=renderplugin&file=spamprotection/admin/config.php&tab=settings


using modern theme

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #27 on: April 08, 2017, 12:45:47 pm »

also if i save the setting in the plugin it is creating header already send error in error_log

Quote
PHP Warning:  Cannot modify header information - headers already sent by (output started at /oc-includes/osclass/utils.php:1740) in /oc-includes/osclass/utils.php on line 1745, referer: page=plugins&action=renderplugin&file=spamprotection/admin/config.php&tab=settings


using modern theme

Maybe you have changed some files and introduced white space in some PHP files. Because i can save the settings of the plugin without any error or problem like this.

Aficionado

  • Guest
Re: [Plugin] Spam Protection
« Reply #28 on: April 08, 2017, 01:04:18 pm »
how to make it so that the simple itme moderation plugin will block the ads and after i approve post comes online like before

Apparently you can't mix two plugins like that.

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [Plugin] Spam Protection
« Reply #29 on: April 27, 2017, 08:50:49 pm »
I'm working on an update, for now following changes are done

  • correcting some translations
  • fixed PHP < 5.6 Bug (i hope... can't test it)
  • adding similar_text() method for duplicate search
  • now you can choose between search in all items or per user for duplicates
  • adding item comment check (still in development)

Have done this suggestions:

@Liath Any news on a new version containing: 1, 2, 3, 4?


I'm preposting this update info, because i want to know which features you all want for checking the comments, which mechanism you think are needed and what would be a nice have?


Following features are implemented for comment spam check
  • Check comments for links/urls
  • Ban Email-Addresses/TLD's for comments
  • Define stopwords for comments
Also planned is a protection for contact forms, where admins and user can setup this protection. Suggestions are welcome.



This version 1.4.0 is not yet available for download
------------------

checked for sp_price_range, and it is not appearing in item post page.

it is important to select a categorie first, then the hook is activated and the honeypot is "shown"
« Last Edit: April 27, 2017, 11:43:39 pm by Liath »