1,951

(4 replies, posted in PunBB 1.2 troubleshooting)

Dreamweaver has a nasty habit of rewriting URLs

<br />
<b>Fatal error</b>:  Call to undefined function imagettftext() in <b>/home/mypunbb/public_forum/ran.class.php</b> on line <b>55</b><br />

This is a MyPunBB issue, you'll have to contact Connor directly: as MyPunBB is a third party hosting provider, there's nothing we can do about it.
Closed.

1,953

(4 replies, posted in PunBB 1.2 troubleshooting)

The reputation mod is a modification, not a plugin.
However, it looks like some program you're using is automatically rewriting URLs in files.

1,954

(4 replies, posted in PunBB 1.2 troubleshooting)

Gmail needs you to use SSL, which PunBB does not support without modifying the files (and which PHP needs to support as well) wink

1,955

(4 replies, posted in PunBB 1.2 troubleshooting)

Bad HTTP_REFERER: set your base URL properly
mail issues: either set your SMTP settings correctly or disable email on registration.

1,956

(2 replies, posted in PunBB 1.2 troubleshooting)

Well, admin_index.php doesn't accept login requests tongue
You can submit to login.php and set redirect_url to admin_index.php

Oh, and I should mention that this is horribly insecure and depends on the user never changing passwords. You're better off integrating logins completely.

1,957

(14 replies, posted in PunBB 1.2 discussion)

Which we're not going to be doing wink

1,958

(14 replies, posted in PunBB 1.2 discussion)

Fair enough wink

1,959

(15 replies, posted in PunBB 1.2 troubleshooting)

Ask your host, it depends on them

1,960

(15 replies, posted in PunBB 1.2 troubleshooting)

http://us.php.net/manual/en/ref.errorfu … lay-errors

1,961

(14 replies, posted in PunBB 1.2 discussion)

That code won't work, just take a look at how check_bans works wink
And I'm confused, do you have any benchmarks to back up the idea that storing the count and using the stored value actually reduces page load time?

1,962

(124 replies, posted in News)

When it's ready wink
That is, unfortunately, the best estimate I can give you tongue

Indeed

You'll want to use 25, since that's the port for SMTP

1,965

(7 replies, posted in General discussion)

The charset can be changed in lang/whatever language/common.php
In PunBB 1.3, we'll be using UTF-8 exclusively.

Now, as for what the charset is for, I'll quote Wikipedia
"A character encoding consists of a code that pairs a sequence of characters from a given character set (sometimes referred to as code page) with something else, such as a sequence of natural numbers, octets or electrical pulses, in order to facilitate the storage of text in computers and the transmission of text through telecommunication networks."
Basically, the character set you're using should be able to represent the character you want. Which means you should be using UTF-8 all the way for Korean text (eg: database tables, database connection, page charset).

1,966

(12 replies, posted in Programming)

No wink

1,967

(3 replies, posted in PunBB 1.2 discussion)

which isn't the same thing wink

1,968

(8 replies, posted in PunBB 1.2 troubleshooting)

It's not strange wink
You would select the num_posts column from the users table where the user ID is 4

1,969

(7 replies, posted in General discussion)

Then it's sort of difficult to determine what your particular situation is wink

1,970

(7 replies, posted in General discussion)

Link to the site?

1,971

(2 replies, posted in PunBB 1.2 troubleshooting)

Paste line 84?

1,972

(1 replies, posted in PunBB 1.2 troubleshooting)

From the sticky: http://punbb.org/forums/viewtopic.php?id=2658

1,973

(12 replies, posted in Programming)

That sounds better tongue

1,974

(12 replies, posted in Programming)

I don't think that's possible with an HTTP header. I think you want a meta refresh tag wink

1,975

(3 replies, posted in PunBB 1.2 discussion)

They are two different database systems?