1,276

(11 replies, posted in PunBB 1.2 troubleshooting)

The problem with this approach is that there are still links to index.php here and there in PunBB. I would just add a header redirect to the top of index.php. E.g:

header('Location: http://anfume.com/foro/viewforum.php?id=1');

Jérémie wrote:

If there is a serious security breach, then yes an update is needed.

Well, it's semi-serious smile

I don't think I'll be releasing anything today. I was kind of asking you guys what you wanted me to do. If anything, it will be 1.2.10.

1,279

(5 replies, posted in Archive)

Det kan inte vara så att du kör Windows och att windows av någon anledning lägger på en .txt-ändelse på filnamnet? Om man t.ex. försöker spara en ny fil i notepad som config.php, tror jag den lägger på .txt på slutet.

1,280

(124 replies, posted in News)

I got it. Thanks a bunch Jérémie!

1,281

(3 replies, posted in General discussion)

Never heard of it.

Smartys wrote:

Rickard said he was going to take a look at it

I have and PunBB is vulnerable. However, so is pretty much every other web application out there that allows you to upload images. I have a fix, but I'm not sure I want to release 1.2.10 just yet. If you guys are ok with it, I can package it up and release it tomorrow. I have a few other fixes in store as well.

1,283

(8 replies, posted in Feature requests)

What's a "user legend"?

1,284

(114 replies, posted in PunBB 1.2 discussion)

sero wrote:

I spent few hours on translating it into Polish.
Now is 5.45 (AM!), and I still don't have all.
Maybe I should do this by $lang_something table and then posting new translation will be easier?
But I don't know how exactly you want to do a translation in the admin interface.

Most of the work is already done by Paul, so you really don't have to bother.

sero wrote:

Why you don't use <?= $something ?> insted of <?php echo $something ?>

Like ConnorHd pointed out, it does not work on some server setups.

exito100 wrote:

i also find the poll option essential and putting it into every update makes me not only nervous (about losing all posts or messing somehting up) but takes a lot of extra time

Relax. Live I've said before, 1.3 will come with an extension system.

1,285

(1 replies, posted in PunBB 1.2 bug reports)

True. I'll fix that for 1.3.

1,286

(14 replies, posted in General discussion)

It's kind of a cliché, but content really is king.

1,287

(114 replies, posted in PunBB 1.2 discussion)

GUI: Yes, of course. The per-style template files will be optional. If you don't supply the style with a custom set, it will use the default (what we have now).

I'm not sure what you mean by the second paragraph though. Why would an extension output different markup depending on the style/template set?

UPDATE posts SET message = REPLACE(message, 'http://old_url_here/', 'http://new_url_here/');

I'd probably take a quick backup first though. I've never tried it myself smile

1,289

(114 replies, posted in PunBB 1.2 discussion)

The subject is "What is planned for PunBB 1.3 then?", not "Post your feature requests here!".

1,290

(5 replies, posted in PunBB 1.2 discussion)

Yeah, but still. Where the hell did that huge hex code come from? smile

1,291

(5 replies, posted in PunBB 1.2 discussion)

What the hell? 0x6275726e696ec383c2a2c3a2e2809ac2acc3a2e2809ec2a2 does not look right smile

1,292

(4 replies, posted in PunBB 1.2 discussion)

A study of the attitudes of the British public found that f*ck was considered the third most severe profanity and its derivative motherf*cker second. C*nt was considered the most severe (Hargrave, 2000).

I don't know what it is about c*nt, but I agree. For some reason, it's just so dirty.

Cool smile

1,294

(9 replies, posted in PunBB 1.2 troubleshooting)

I would very much like to know how that post was formatted because if you can break the page layout with a malformed quote tag, there's a bug somewhere in the BBCode parser.

1,295

(6 replies, posted in PunBB 1.2 show off)

Nice! My german is a little dodgy though smile

1,296

(9 replies, posted in PunBB 1.2 troubleshooting)

Hmm, I didn't have time to see the problem. Was the page layout broken due to a malformed quote tag or did it just look funky?

fakhrudin: I e-mailed you asking why it appears you have registered three different accounts. I am still waiting for a reply.

Ooh, long time no see! I'm glad your back smile

No, $tid is set when the user is posting a reply, $fid is set when the user is posting a new topic. $cur_post['id'] is always set to the forum ID.

1,300

(13 replies, posted in PunBB 1.2 troubleshooting)

But then you might end up seeing a big quote box with all the padding and stuff and then hardly anything of the actual post.