Dreamweaver has a nasty habit of rewriting URLs
1,952 2007-11-13 23:29
Re: Image Verification test missing (1 replies, posted in PunBB 1.2 troubleshooting)
<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 2007-11-13 23:28
Re: Delete this topic (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 2007-11-13 22:58
Re: Delete this topic (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)
1,955 2007-11-13 21:52
Re: Delete this topic (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 2007-11-13 18:32
Re: admin link (2 replies, posted in PunBB 1.2 troubleshooting)
Well, admin_index.php doesn't accept login requests
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 2007-11-13 18:30
Re: Optimizations (14 replies, posted in PunBB 1.2 discussion)
Which we're not going to be doing
1,959 2007-11-13 16:31
Re: Pending questions (15 replies, posted in PunBB 1.2 troubleshooting)
Ask your host, it depends on them
1,960 2007-11-13 11:33
Re: Pending questions (15 replies, posted in PunBB 1.2 troubleshooting)
1,961 2007-11-13 11:32
Re: Optimizations (14 replies, posted in PunBB 1.2 discussion)
That code won't work, just take a look at how check_bans works
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 2007-11-13 01:09
Re: An update (124 replies, posted in News)
When it's ready
That is, unfortunately, the best estimate I can give you
1,963 2007-11-12 20:07
Re: Can't get forum emailing to work (8 replies, posted in PunBB 1.2 troubleshooting)
Indeed
1,964 2007-11-12 18:26
Re: Can't get forum emailing to work (8 replies, posted in PunBB 1.2 troubleshooting)
You'll want to use 25, since that's the port for SMTP
1,965 2007-11-12 11:39
Re: Charset help (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,967 2007-11-12 11:29
Re: Blocking posts from users ? (3 replies, posted in PunBB 1.2 discussion)
which isn't the same thing
1,968 2007-11-12 11:29
Re: post count for specific user (8 replies, posted in PunBB 1.2 troubleshooting)
It's not strange
You would select the num_posts column from the users table where the user ID is 4
1,969 2007-11-12 01:30
Re: Charset help (7 replies, posted in General discussion)
Then it's sort of difficult to determine what your particular situation is
1,971 2007-11-12 00:47
Re: Arcade Error (2 replies, posted in PunBB 1.2 troubleshooting)
Paste line 84?
1,972 2007-11-12 00:00
Re: Enable Debug (1 replies, posted in PunBB 1.2 troubleshooting)
From the sticky: http://punbb.org/forums/viewtopic.php?id=2658
1,973 2007-11-11 22:54
Re: Capturing the destination uri (12 replies, posted in Programming)
That sounds better
1,974 2007-11-11 22:45
Re: Capturing the destination uri (12 replies, posted in Programming)
I don't think that's possible with an HTTP header. I think you want a meta refresh tag
1,975 2007-11-11 22:43
Re: MYSQL Standard vs SQLITE (3 replies, posted in PunBB 1.2 discussion)
They are two different database systems?