776

(38 replies, posted in PunBB 1.3 troubleshooting)

Solovey: Your hostile attitude isn't going to get you far.
You suggested percent encoding or purely numeric schemes. Rickard pointed out that we have several purely numeric schemes, that your suggestion for percent encoding was more difficult than it appeared, and that it would be simple for you or someone else to write an extension that takes advantage of your idea. That, as far as I can see, is the only response from a developer directed toward you in this topic. As Jérémie said, calling us "closed minded and xenophobic" is a great way to get us to not listen to your points. We do not appreciate being insulted just because we disagree with something you say.
We are willing to listen to all suggestions given to us. Where they make sense to implement in the core, they will be implemented in the core. Where they make more sense as an extension, we will suggest that they be implemented that way.
Now then, if you can come up with a way to implement your suggestion (or parts thereof) in a reasonable fashion, it will certainly be considered. However, at this point, all we have in this topic is a lot of hot air from both sides. I'd like everyone to cool it and only post if they have something constructive to add.

777

(34 replies, posted in PunBB 1.3 troubleshooting)

The link I'm now seeing is
http://pundemo.kierownik.nl/gallery-album-Lightbox.html
Do you see why that doesn't match the regex?

778

(34 replies, posted in PunBB 1.3 troubleshooting)

Yes. Replace [0-9] there with [a-z]

779

(34 replies, posted in PunBB 1.3 troubleshooting)

Aha
http://pundemo.kierownik.nl/gallery.htm … m=Lightbox
You shouldn't be adding arbitrary elements to the URL. You should be using pun_link for that.

780

(34 replies, posted in PunBB 1.3 troubleshooting)

And what is the problem you're having?

Wonderful! big_smile

782

(69 replies, posted in News)

Mpok: You're right, that was my mistake in writing the change. I've corrected it in SVN. My apologies to anyone running < 4.3, although I would suggest that they upgrade anyway: they're almost 6 years out of date.

783

(34 replies, posted in PunBB 1.3 troubleshooting)

Try using the latest SVN. If it still doesn't work, repost all the code you're using now in your extension.

784

(34 replies, posted in PunBB 1.3 troubleshooting)

Fixed, you should now be able to pass script.php?foo without a notice.
Bad request means you didn't match any of the rewrite rules.

785

(34 replies, posted in PunBB 1.3 troubleshooting)

You're defining some pun_url stuff as gallery_album and some as gallery/album/. You should be using the same indexes (the first one) no matter what.
And the other issue is one we should probably address in the core, I'll be doing that now.

786

(2 replies, posted in Programming)

That's what basename is for. wink
I would also check for duplicates if the user is doing the file naming. And forbid .htaccess, .php files, index.htm(l), etc.

787

(6 replies, posted in PunBB 1.2 troubleshooting)

You need to talk to your host about that. That error means PHP hasn't been given a temporary folder to save uploaded files to.

You have to set up your domain name to point to your hosting. This is a GoDaddy issue, not a PunBB issue. wink

You're right, I'll make those changes now wink

Ooh, very nice find smile

791

(5 replies, posted in PunBB 1.2 troubleshooting)

Link?

And for the database, you simply take a database dump and import it on the other side.

792

(5 replies, posted in PunBB 1.2 troubleshooting)

Formatting?

793

(119 replies, posted in PunBB 1.3 extensions)

daris wrote:

Try replace:

<?

with

<?php

in extensions/portal/include/cache.php

Yes. Which I've pointed out to you and told you you need to fix tongue

794

(2 replies, posted in PunBB 1.3 troubleshooting)

They will be done at some point, likely before the final release of 1.3.

That won't stop people from changing email addresses, it just makes it harder.

SuperMAG wrote:
elbekko wrote:

'Normally,' as you define it, is just what you are used to.
I much prefer putting settings where they belong - with similar settings.

not that i am used to ... because its bitter and cleaner way ... i cant beleave no one agree with that ...

The fact that people aren't agreeing you might be a hint that other people don't think it's a better way tongue

797

(1 replies, posted in Programming)

Removing the data: URI, which can be used in attacks.
And I think the code you have above is good.

Talk to your host. PHP can't upload files with its current settings.

Moved to Modifications

Try taking a backup again. The backup should include it.