smilies :(

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Glo

smilies :(

Post by Glo »

Script URL: http://www.ladyhurricanes.net/mboard/mboard.php
Version of script: 1.2
Version of PHP: 4.3.11
Hosting company: echrisitianwebhosting
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: I checked to see that my settings.php indicated unix. I checked that the textarea name (message) and parent.opener.document.form.message.value agree. I reuploaded the images folder making sure to use binary. Read the readme again.

Write your message below:
Smilies will not appear in mesages.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Hmmm, not sure what is wrong. In your settings.php file try adding www. to the $settings['mboard_url'] value and see if that helps (reload MBoard before testing).

Regards
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
Glo

Smilies :(

Post by Glo »

Nope. That did not fix it. Smilies are a nicety not a necessity. So I'll just eliminate that function of the board ... unless you have another idea.

I really do like your board for its simplicity. Anyone can use it with confidence. I have boards such as this phpBB are intimidating to many.

Hmm. Just a thought: I have your board installed on another site (same host) and smilies work there:

http://www.massreformedchurch.org/mboard/mboard.php

When I have the time, I'll compare the differences in the two installations.

I added an .htaccess entry on massreformedchurch.org to disable magicquotes -- could that be the difference?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

No, disabling magic quotes doesn't matter here.

Post your settings.php content here and I will have a look (change password to ****).

Regards
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
Glo

Smilies :( settings

Post by Glo »

<?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']="xxxxxx";

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

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

// Message board title
$settings['mboard_title']="Lady Hurricanes - Kicking it around";

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

// 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']="lkraemer@optonline.net";

// 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 <<< //
$settings['verzija']="1.2";
?>
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Try changing

$settings['mboard_url']="http://ladyhurricanes.net/mboard";

to:

$settings['mboard_url']="http://www.ladyhurricanes.net/mboard";
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
Glo

Post by Glo »

I tried; it makes no difference.
Glo

Post by Glo »

Is there a way to do a clean install while keeping the messages intact.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You can do a clean install, just DON'T do this:

- delete msg folder or any files inside
- keep your EXISTING threads.txt and count.txt files, don't upload blank ones

I suggest you backup your mboard folder before installing fresh, just to be sure.

Regards
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
Glo

interesting thing is...

Post by Glo »

One of my visitors successfully posted smilies:

http://www.ladyhurricanes.net/mboard/msg/92.html
Glo

strange but true

Post by Glo »

And now, without any modifications to my code, settings or anything else, I , too, can post smilies:

http://www.ladyhurricanes.net/mboard/msg/95.html

:shock: :D
wkilc

Post by wkilc »

Hello,

I think I figured out the logic of why it works sometimes:

viewtopic.php?p=1099#1099

~Wayne
Locked