Page 1 of 1

don't have permission to access

Posted: Thu Oct 13, 2005 8:39 pm
by Sabine
Every time I want to read a message it says: "You don't have permission to access /mboard/msg/1.html on this server" in times new roman!! I need help.... urg :(

Posted: Thu Oct 13, 2005 8:49 pm
by Guest
do you have an url to see it in action

URL

Posted: Thu Oct 13, 2005 9:08 pm
by Sabine

Settings

Posted: Thu Oct 13, 2005 9:14 pm
by Sabine
MY SETTINGS

<?php
// >>> SETUP YOUR MESSAGE BOARD <<< //
// Detailed information found in the readme file

// What type of server is your website on?
// 1 = UNIX (Linux), 2 = Windows, 3 = Machintos
$settings['system']=1;

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

// Website title
$settings['website_title']="Hundeleksikon";

// Website URL
$settings['website_url']="http://www.hundesitter.dk";

// Message board title
$settings['mboard_title']="Hundeleksikon - online debat";

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

// Allow smileys? 1 = YES, 0 = NO
$settings['smileys']=0;

// Send you an e-mail when a new entry is added? 1 = YES, 0 = NO
$settings['notify']=0;

// Your e-mail. Only required if $settings['notify'] is set to 1.
$settings['admin_email']="you@yourdomain.com";

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

// 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']="htm";

/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=0;

/* 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 <<< //
$settings['verzija']="1.1.2";
?>

Posted: Thu Oct 13, 2005 10:41 pm
by Guest
hi, make sure you have created a folder called msg (inside the mboard folder) and make sure you chmod the new folder to 777

your ftp program should let you do this

Posted: Fri Oct 14, 2005 1:17 pm
by Guest
I have created a folder called msg (inside the mboard folder) but my upload-program (FTP) only gives me the option to (chmod (UNIX) - Remote file permissions) "white", "read" and/or "execute". I can“t select 777 :(

Posted: Fri Oct 14, 2005 1:25 pm
by Guest
oh dear, lol

which FTP program do you use ?


because this is the problem, the 777 bit

Posted: Fri Oct 14, 2005 1:31 pm
by Guest
hi me again,

I also use a unix(linux) based server and am able to chmod to 777

?

Posted: Fri Oct 14, 2005 2:17 pm
by Guest
I have downloaded Smart FTP now and have changed msg to 777 and the 2 files to 666, but the font is still "Times new roman" in the messages!?

Problems...

Posted: Fri Oct 14, 2005 2:18 pm
by Sabine
I have downloaded Smart FTP now and have changed msg to 777 and the 2 files to 666, but the font is still "Times new roman" in the messages!?

I solved the problem myself

Posted: Fri Oct 14, 2005 3:36 pm
by Sabine
I changed

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

to

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

Thank you ;)

Posted: Fri Oct 14, 2005 10:10 pm
by Klemen
If you read the readme.htm carefully you can solve many problems :wink: