How does the new JunkMark SPAM filter work?
-
- Posts: 3
- Joined: Tue May 30, 2006 3:02 pm
junkmark
I installed the new gbook.php over the old one, but now,
after i put in the security number and click continue it just refreshes the security number and won't go to the next page.
it doesn't give an error either.
am i missing something?
after i put in the security number and click continue it just refreshes the security number and won't go to the next page.
it doesn't give an error either.
am i missing something?
Please keep this topic to questions about JUNKMARK
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Turning Spam Filtering Off
How do I turn off Spam Filtering? I don't need it because we are using password protected directories for Submitting requests.
Thanks,
cwt
Thanks,
cwt
Klemen Stirn wrote:Hi,
The admin is not notified (you would get too many notifications when you are hit by many spambots), the message is simply blocked from Gbook and doesnt appear.
Regards
The README.htm file is there to be read.
You can turn SPAM filters off in settings.php, set $settings['junkmark_use'] to 0.
You can also set $settings['autosubmit'] to 0
For more info please refer to the readme.htm file, it has more info about each variable that can be set in the settings.php file
You can turn SPAM filters off in settings.php, set $settings['junkmark_use'] to 0.
You can also set $settings['autosubmit'] to 0
For more info please refer to the readme.htm file, it has more info about each variable that can be set in the settings.php file
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 28
- Joined: Tue Mar 07, 2006 5:56 am
info
In regards to this post in this thread:
PostPosted: Sun May 14, 2006 8:36 pm Post subject: Reply with quote
Just out of curiosity, what happens to an entry by a real user but for whatever reason it is regarded as spam?
Is the poster notified or does the post simply not appear anywhere?
I assume the admin is not notified.
Thanks,
Matt
-----------------------
Do they get a particualar error message?
I have been trying to post a message in a guestbook and I keep getting the error that they are not accepting new entriws at this time. When I emialed the web master they said they are able to post.
PostPosted: Sun May 14, 2006 8:36 pm Post subject: Reply with quote
Just out of curiosity, what happens to an entry by a real user but for whatever reason it is regarded as spam?
Is the poster notified or does the post simply not appear anywhere?
I assume the admin is not notified.
Thanks,
Matt
-----------------------
Do they get a particualar error message?
I have been trying to post a message in a guestbook and I keep getting the error that they are not accepting new entriws at this time. When I emialed the web master they said they are able to post.
-
- Posts: 28
- Joined: Tue Mar 07, 2006 5:56 am
info
Is this filter built into ver 1.41 I do I have to install it?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Yep, agree a great program!!! Using gbook for both a Guestbook and a Prayerbook with just candles (in the Prayerbook) for smileys.. Has done a great job, no spam in either book since I installed the lastest version.
Thank you Klemen for the great programs!!
Just voted. Of course "no spam"
.. sorry about using the word great so much, but it is well used.
Thank you Klemen for the great programs!!
Just voted. Of course "no spam"

Junefly
http://www.rampbbs.net
http://www.rampbbs.net
-
- Posts: 28
- Joined: Tue Mar 07, 2006 5:56 am
there back
ok, the spam is back in full force in my book. woo hoo..
I don't get any in the demo gbook, what are your settings?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 28
- Joined: Tue Mar 07, 2006 5:56 am
settings
Everything is default I think
/* Website title */
$settings['website_title']="Livermore Dublin Pleasanton Daycare Childcare Home Page";
/* Website URL */
$settings['website_url']='http://www.pleasanton-daycare-childcare.com/';
/* Guestbook title */
$settings['gbook_title']="Mullins Day Care Guest Book";
/* Use "Your website" field? 1 = YES, 0 = NO */
$settings['use_url']=1;
/* Allow private posts (readable only by admin)? 1 = YES, 0 = NO */
$settings['use_private']=1;
/* Allow smileys? 1 = YES, 0 = NO */
$settings['smileys']=1;
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=1;
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
$settings['admin_email']='*******@aol.com';
/* URL of the gbook.php file. Only required if $settings['notify'] is set to 1 */
$settings['gbook_url']='http://www.pleasanton-daycare-childcare.com/gbook.php';
/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=1;
/* Filter language. Please refer to readme for info on how to add more bad words
to the list! */
$settings['filter_lang']='en';
/* Prevent automated submissions (recommended YES)? 1 = YES, 0 = NO */
$settings['autosubmit']=1;
/* Checksum - just type some digits or chars. Used to help prevent SPAM */
$settings['filter_sum']=deleted to post
/* Use JunkMark(tm) SPAM filter (recommended YES)? 1 = YES, 0 = NO */
$settings['junkmark_use']=1;
/* JunkMark(tm) score limit after which messages are marked as SPAM */
$settings['junkmark_limit']=60;
/* Show "NO GUESTBOOK SPAM" banner? 1 = YES, 0 = NO */
$settings['show_nospam']=0;
/* Prevent multiple submissions in the same session? 1 = YES, 0 = NO */
$settings['one_per_session']=1;
/* Maximum chars word length */
$settings['max_word']=75;
/* Website title */
$settings['website_title']="Livermore Dublin Pleasanton Daycare Childcare Home Page";
/* Website URL */
$settings['website_url']='http://www.pleasanton-daycare-childcare.com/';
/* Guestbook title */
$settings['gbook_title']="Mullins Day Care Guest Book";
/* Use "Your website" field? 1 = YES, 0 = NO */
$settings['use_url']=1;
/* Allow private posts (readable only by admin)? 1 = YES, 0 = NO */
$settings['use_private']=1;
/* Allow smileys? 1 = YES, 0 = NO */
$settings['smileys']=1;
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=1;
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
$settings['admin_email']='*******@aol.com';
/* URL of the gbook.php file. Only required if $settings['notify'] is set to 1 */
$settings['gbook_url']='http://www.pleasanton-daycare-childcare.com/gbook.php';
/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=1;
/* Filter language. Please refer to readme for info on how to add more bad words
to the list! */
$settings['filter_lang']='en';
/* Prevent automated submissions (recommended YES)? 1 = YES, 0 = NO */
$settings['autosubmit']=1;
/* Checksum - just type some digits or chars. Used to help prevent SPAM */
$settings['filter_sum']=deleted to post
/* Use JunkMark(tm) SPAM filter (recommended YES)? 1 = YES, 0 = NO */
$settings['junkmark_use']=1;
/* JunkMark(tm) score limit after which messages are marked as SPAM */
$settings['junkmark_limit']=60;
/* Show "NO GUESTBOOK SPAM" banner? 1 = YES, 0 = NO */
$settings['show_nospam']=0;
/* Prevent multiple submissions in the same session? 1 = YES, 0 = NO */
$settings['one_per_session']=1;
/* Maximum chars word length */
$settings['max_word']=75;