Error You are not allowed to post on this message board!

Is message board greying out your hair (at least what's left of it)? Let us help you here
teevguy
Posts: 2
Joined: Wed Jan 03, 2007 3:18 pm

Error You are not allowed to post on this message board!

Post by teevguy »

Script URL:http://www.leasidehighschool.com/pm/mem ... mboard.php
Version of script:1.3
Hosting company:Netfirms
URL of phpinfo.php:http://www.leasidehighschool.com/pm/mem ... hpinfo.php
URL of session_test.php:http://www.leasidehighschool.com/pm/mem ... n_test.php
What terms did you try when SEARCHING for a solution: ALL

Write your message below:
There is one other post about this error message but no answers as to how to fix.

Larry
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Your MBoard works fine, I was able to post a message. So the problem is that you did something to be blocked by the SPAM filter, reading this should help (it's written for GBook script, but it's the same for MBoard):
viewtopic.php?t=938
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
teevguy
Posts: 2
Joined: Wed Jan 03, 2007 3:18 pm

Post by teevguy »

Thanks. Your scripts are awesome!
adimallikarjunareddy
Posts: 3
Joined: Thu Mar 22, 2007 8:53 am

Error

Post by adimallikarjunareddy »

http://adilive.in/mboard
I tried posting first post on the board, it is giving me the following error.

Error
You are not allowed to post in this message board.


Let me know the cause.

Code: Select all

<?php
// >>> SETUP YOUR MESSAGE BOARD <<< //
// Detailed information found in the readme.htm file
// Settings file version: 1.3

// Password for admin area
$settings['apass']='***********';

// Website title
$settings['website_title']="AdiLive.in";

// Website URL
$settings['website_url']='http://www.adilive.in/';

// Message board title
$settings['mboard_title']="We speak 4 u!!";

// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']='http://www.adilive.in/mboard';

/* Prevent automated submissions (recommended YES)? 0 = NO, 1 = YES, GRAPHICAL, 2 = YES, TEXT */  
$settings['autosubmit']=2;

/* Checksum - just type some digits and chars. Used to help prevent SPAM */
$settings['filter_sum']='xswer23floi87';

/* 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;

// 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']='me@mydomain.com';

// Display IP number of members posting? 1 = YES, 0 = NO
$settings['display_IP']=1;

// Maximum number of posts displayed on the first page
$settings['maxposts']=50;

// Keep or delete old posts? 1 = KEEP, 0 = DELETE
$settings['keepoldmsg']=1;

// File exstention for message files
$settings['extension']='html';

/* 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';

/* DO NOT EDIT BELOW */
if (!defined('IN_SCRIPT')) {die('Invalid attempt!');}
?>
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I was able to post without a problem...

Oh and it's not smart to post your admin password here, I removed it for you :wink:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
adimallikarjunareddy
Posts: 3
Joined: Thu Mar 22, 2007 8:53 am

Post by adimallikarjunareddy »

I am sorry to say that, the error still persists for me. I dont know what went wrong?


Regards
Adi
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Try clearing your browser cache (temporary internet files), close all browser windows and try again.

What browser are you using? Do you have cookies enabled?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

What was the message you were trying to post.

The message you got is the same as when you upset the junkmark spamfilter of MBoard.

You can use other words to not upset the spamfilter.

Or in settings.php file you can change

Code: Select all

/* 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;
Chagne $settings['junkmark_use']=1; to $settings['junkmark_use']=0; to disable the spamfilter (not recommended)
Or change $settings['junkmark_limit']=60; to a higher value (70 or 80) to make the spamfilter less strict.

Greetings,
Henrie
adimallikarjunareddy
Posts: 3
Joined: Thu Mar 22, 2007 8:53 am

Post by adimallikarjunareddy »

Dear Stirn,

I am using Firefox and the cookies are enabled. I cleared cache also.

Dear Henrie

I am posting "This is test post".
As per your suggestions i changed

$settings['junkmark_use']=1; to $settings['junkmark_use']=0;

Now it is working, but does it solves my problem, because spam filter is not working for me now right?


Regards
Adi
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Adi, are you behind a Proxy server?

Like Henrie suggested try enabling the filter again and set the score limit to 80, then see if you can post. Close all browser windows before you test.

Even with JunkMark off some spam protection is still active, but might not be as effective.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
clubamigos99
Posts: 62
Joined: Mon Feb 20, 2006 4:20 pm

Post by clubamigos99 »

Hello,

I get the same problem , l tried all you mentioned i.e clear browser , set junk mark to 0. I also set junk mail limit to 80.

please please can you help as this problem has suddenly occured. It appears other users can post to forum but not me!

http://www.club-amigos.co.uk/mboard/mboard.php
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Have you tried closing all browser windows and trying again?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
sfv
Posts: 6
Joined: Thu Apr 19, 2007 4:17 am

Post by sfv »

.
Hi Klemen.S.

Suddenly today without warning, or other errors,
I get the excact same problem on our club board,
I,m not alowed to post - etc-etc. - urghhh...

Aparent all other can post, - but not me as webmaster ???
And I,ve tried all the trix in the book concerning browser setup,
clearing cache, and checked for correct Cmod etc- etc.

You welcome to try (I delete your post) but please solve the problem.

Regards.:/ Sven
Board URL:
http://www.southislandcruisers.dk/sic/m ... mboard.php
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Works fine here, so something is wrong on your side. Try this:

1. try posting a very simple message, with only "test" as name, subject and comments.

2. Create a new text file, name it "test.php", place this code inside:

Code: Select all

<?php
header("Content-type: text/plain");
print_r($_SERVER);
?>
Upload to the server, open in your browser and tell me what it says.

3. What is $settings['junkmark_limit'] set to in your settings file?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
sfv
Posts: 6
Joined: Thu Apr 19, 2007 4:17 am

Post by sfv »

.
Hi Klemen

I,ve tryed raise to: $settings['junkmark_limit']=80;

Have a look at the PHP test file (lying in the Mboard sub)
Click:
http://www.southislandcruisers.dk/sic/mbforzz/test.php
As I see it - no server problemos.
- -

1)
Then i try as you suggest:
Making a 1new contri. - with 2sub threads = no problem.

2)
But a answer to an existing (both 1level and 2-3sub level entries)
is impossible = You not allowed etc...

3)
And now when I have got the = You are not allowed ...
then attempt to answer all threads _BEFORE_ the new test from today
goes wrong, - but making the nr4 test answer to the same was okay.
VERY VERY STRANGE.

4)
Klemen - please try some sub answer test on the contribution = Forsikring (assurance)
it was from that guys contribution (and when I should answer all goes in fish)
And if you wanna see the file inside, its the msg#49
Click:
http://www.southislandcruisers.dk/sic/m ... sg/49.html

Regards.:/ Sven
Denmark
Locked