Yes.

He should try:

$cookie_domain = '.grupofantasma.com';

678

(5 replies, posted in PunBB 1.2 bug reports)

Hmm, that's odd. Oh well, unless it pops up again, I'll attribute it to a temporary server hickup.

http://punbb.org/forums/viewtopic.php?id=2295

*moving topic*

Try re-uploading all the scripts. Perhaps there's a corrupt file somewhere.

What is your cookie_domain set to?

682

(25 replies, posted in General discussion)

I watched Italy - Ghana yesterday. It was a very entertaining match. At least the first 45 minutes of it. Italy won 2 - 0 in the end and that was probably fair, but I think Ghana deserved at least one goal.

683

(69 replies, posted in News)

hcgtv: Yes, but I haven't been able to this time around. Turns out my ISP wasn't too fond of me sending out mass e-mail smile

684

(5 replies, posted in PunBB 1.2 bug reports)

sverrir probably deleted his post during the time you pulled up the page and when you clicked on the link.

The upgrade script in those versions does not affect that database in any way except bump up the version number, so I doubt the upgrade was the culprit.

686

(11 replies, posted in Archive)

Jag är mycket skeptisk till att du kan hållas ansvarig för detta. Du har inte publicerat PUL-känsligt material utan deras tillåtelse. Att du blivit hackad skulle jag kalla force majeur.

I find it quite amusing that we have a "Pirate Party" smile

688

(6 replies, posted in PunBB 1.2 troubleshooting)

It appears someone has been able to register with a non-valid e-mail address. Try admin/users and search for *arcsin* in the e-mail field.

Well, PunBB doesn't understand that the content is UTF-8 so you might run into some problems with string lenghts. For example, the maximum allowed username length is 25 (IIRC), but if you have a lot of non-ASCII characters in the username and it's in UTF-8, PunBB will interpret these as two characters and thus, 25 might turn into 18 or whatever. There are some other minor issues, but nothing showstopping.

You've fixed it?

691

(38 replies, posted in General discussion)

Now, if only they would fix the "spam e-mails aren't moved to the spam folder until I actually click the folder into which the e-mail was filtered" bug in Thunderbird, I would be a happy camper.

692

(17 replies, posted in General discussion)

User61 wrote:

I almost bought a W810i before I was introduced to the Nokia N70. More features at the same price sad

Yeah, but I prefer the looks of the W810i. Also, I can't buy a Finnish phone (Nokia). I'm from Sweden you know smile I have to buy Swedish.

On Free?

694

(18 replies, posted in PunBB 1.2 discussion)

elbekko wrote:

Well, I got it working, and it's really nice!
Although the one thing I was hoping for isn't there... the admin_extensions.php =/

It's the next thing on the list as soon as the markup and CSS changes stabilize.

695

(4 replies, posted in General discussion)

I've been using it quite a lot for a non-PunBB related project. It really is amazing.

696

(1 replies, posted in PunBB 1.2 troubleshooting)

I'd google the error message. There are a million different possibilities. PunBB probably isn't one of them smile

I wrote a blog post about this some time ago.

698

(25 replies, posted in PunBB 1.2 discussion)

1.2 will be updated if there are any security issues. At least for a while. I probably won't bother with updating the 1.2 tree for non-security related issues though.

699

(2 replies, posted in PunBB 1.2 discussion)

I'll take the blame for that one smile

Paul wrote:

Thinking about it, I'm rather surprised that nobody has produced a mod which adds time to the search criteria. On a big board it might be quite useful to say list all posts/topics in a particular forum which are less than 2 weeks old. That way if you've been away on holiday you don't have to trouble about new post indicators, you just do  a time limited search. Like I say, I'm surprised it hasn't been done as anybody who knows a bit of sql could do it easily. In fact, its probably just a cut and paste job on the existing search functions.

Actually, to make this a lot easier, maybe I will just change the parameter for "Recent posts" from show_24h to an integer so that people can change it themselves if they want to. An extension could then easily add a new search option. I'll put it on the list.