Hello everyone, this is Submit Antispam Addon module.
Most of you are bored of never ending spam. This module can solve your spam problems at 99%. Forever.
This module allows create user authorizations to submit certain number of new stories/comments based on quality of recent user submissions.
It means there is a restriction policy for submitting new stories:
How many links can be submitted, average user link votes count required to get certain level of autorization,enabling comment restriction policy and modifying comment multipler - all of these can be done after installing in Admin page in Pligg Configuration section, specificly Submit AntiSpam Addon category.
How it works:
It is pretty simple - when user reach submission limit then they will not be able to submit next story/comment in following 24 hours. See attached pictures.
Installation:
Download submit_antispam.zip archive, unpack and copy to your Pligg Modules folder.
1) open submit_step_3.tpl (located in templates/template folder) and at the end after "</fieldset>" tag add:
2) if you want to use comment restriction as well (default value is true) open story.php in root folder and into function insert_comment() before require_once(mnminclude.'comment.php') add:
Now you can install this module in Modules option in admin panel.
Compatibility note: This module was developed on 9.7 version but it was successfully tested on 9.9 version of Pligg.
Module language can be changed in lang.conf file, styles in css file. Javascript file is not supposed to be changed until you are pretty sure what you do.
Module configuration:
This is Alfa and Omega of this module. There is no general option how configure this module to work on all sites. Only you know what are your users and how strict restrictions should be. Letīs see individual settings which can be customized in Submit Antispam Addon:
Links history Count
How many latest user links are evaluated when average user links votes value is calculated - in the other words this is "retrospective settings". It can be set for links and comments the same value only.
Level 1-3 user authorization
Define average user links votes value required to become Level 1..2...3 user. Higher value = higher restriction. Each of levels can be set to desired value.
Level 1-3 Allowed links count
Define how many links are allowed to submit for user with Level 1-3 authorization in 24hrs.
Enable comment restriction
Define if comment submission restriction policy is enabled or not.There is really nothing special about this settings, just set true for enabling or false for disabling it.
Comment submission multiplier
Define how many comments are allowed at current authorization level x multiplier. To more understand that, you have to understand how comment votes limit value is calculated:
What else to know: Countdown timer is done by javascript, it is not static value.
Demo:
You can see preview on Pligg Beta 9 / Published News. Just register and add a few comments or links...
This is a FREE module which can be also downloaded from Pligg download page.
Most of you are bored of never ending spam. This module can solve your spam problems at 99%. Forever.
This module allows create user authorizations to submit certain number of new stories/comments based on quality of recent user submissions.
It means there is a restriction policy for submitting new stories:
- Level 0 Authorization = (default) user authorization, user can submit 1 story per day
- Level 1 Authorization = user authorization, user can submit x stories per day
- Level 2 Authorization = user authorization, user can submit y stories per day
- Level 3 Authorization = user authorization, user can submit z stories per day
How many links can be submitted, average user link votes count required to get certain level of autorization,enabling comment restriction policy and modifying comment multipler - all of these can be done after installing in Admin page in Pligg Configuration section, specificly Submit AntiSpam Addon category.
How it works:
It is pretty simple - when user reach submission limit then they will not be able to submit next story/comment in following 24 hours. See attached pictures.
Installation:
Download submit_antispam.zip archive, unpack and copy to your Pligg Modules folder.
1) open submit_step_3.tpl (located in templates/template folder) and at the end after "</fieldset>" tag add:
Code:
{checkActionsTpl location="tpl_submit_step_3_end"}
Code:
check_actions('story_insert_comment',$vars);
Compatibility note: This module was developed on 9.7 version but it was successfully tested on 9.9 version of Pligg.
Module language can be changed in lang.conf file, styles in css file. Javascript file is not supposed to be changed until you are pretty sure what you do.
Module configuration:
This is Alfa and Omega of this module. There is no general option how configure this module to work on all sites. Only you know what are your users and how strict restrictions should be. Letīs see individual settings which can be customized in Submit Antispam Addon:
- links history count
- level 1-3 user authorization
- level 1-3 allowed links count
- enable comment restriction
- comment submission multiplier
Links history Count
How many latest user links are evaluated when average user links votes value is calculated - in the other words this is "retrospective settings". It can be set for links and comments the same value only.
[Tip - if you want to distinct value for comments, open submit_antispam_main.php and change:]Code:$average_u_c_v=$db->get_var("SELECT avg(comment_votes) FROM ". table_comments . " WHERE comment_user_id=$current_user->user_id LIMIT $links_history_count");
Level 1-3 user authorization
Define average user links votes value required to become Level 1..2...3 user. Higher value = higher restriction. Each of levels can be set to desired value.
Level 1-3 Allowed links count
Define how many links are allowed to submit for user with Level 1-3 authorization in 24hrs.
[Tip - If you want to customize Level 0 value open submit_antispam_main.php and change]Code:switch ($authorization_submit_level) { case 0: $submit_limit = 1;
Enable comment restriction
Define if comment submission restriction policy is enabled or not.There is really nothing special about this settings, just set true for enabling or false for disabling it.
Comment submission multiplier
Define how many comments are allowed at current authorization level x multiplier. To more understand that, you have to understand how comment votes limit value is calculated:
comments_limit = submit link limit * submit_multiplier * average user comments value;You can also watch attached comment image.
submit link limit - depends on current user authorization level
submit_multiplier - multiply the whole equation
average user comments value - multiply the whole equation (it is calculated and cannot be edited)
What else to know: Countdown timer is done by javascript, it is not static value.
Demo:
You can see preview on Pligg Beta 9 / Published News. Just register and add a few comments or links...
Download Now
| submit_antispam.zip (12.0 KB, 43 views) |
Screenshots
Show Your Support
- This modification may not be copied, reproduced or published elsewhere without author's permission.












