You should not be using MySQL 3 for any reason (in my opinion). MySQL 4+ is battle-tested and very very good. Plus, it already has a query cache.

27

(2 replies, posted in PunBB 1.2 discussion)

Is there a mailing list for PunBB? It'd be nice to have an email of when there is a new version out.

28

(1,382 replies, posted in General discussion)

snatch

yikes

29

(4 replies, posted in Programming)

It doesn't seem to be working now.

30

(3 replies, posted in Feature requests)

Sub forums would require a lot of recursive algorithms which are, unfortunately, very inefficient for this task. I don't think Rickard would want to add that much code.

31

(12 replies, posted in Programming)

There are several major advances between the two, including revamped OOP internals and new advanced functionality. Find a thorough rundown here.

32

(17 replies, posted in General discussion)

Darwin is the Unix (BSD-flavor with a mach-like kernel) base of OSX. The Apple GUI is not free or open source, nor are the programs like Safari. However, you can successfully run Gnome or KDE off of Darwin.

33

(13 replies, posted in General discussion)

Fire Fusion wrote:

If lying is the only way to get users away from Internet Explorer than so be it.

Fight FUD with FUD, eh?

I think that accusation about Opera lying is a bit thin. I've worked in many print shops, web shops (currently employed as a web developer). What probably happened was they set up a graphic ready for when they assumed they would win, and when they lost, they told the guy to use the other graphic. He screwed up and put up that on instead... It got resolved later.

That's just my view of what may have happened. It's all to common that I forget to actually export the new image from Photoshop before I upload. I'll have uploaded the old version again. wink

34

(2 replies, posted in General discussion)

Ah, so M$ is actually going to support a standard?

35

(1 replies, posted in Programming)

http://us2.php.net/manual/en/function.urlencode.php

36

(5 replies, posted in General discussion)

Linspire is a lot "easier" for *nix noobs. I don't like it, but that's because I'm a slackware guy.

37

(92 replies, posted in General discussion)

Zaher - It's gotta be a dual-display

38

(4 replies, posted in Programming)

What about Mac OSX? Being UNIX-based I would think it would be \n now...?

39

(58 replies, posted in General discussion)

Connorhd wrote:

it doesn't make SHA1 useless they can just crack it slightly more easily, and its still more effective than md5

What? That doesn't make sense to me. It's easier to crack... but more effective.

EDIT: Oh, and sorry about posting something that has been posted before. roll

40

(58 replies, posted in General discussion)

Yeah, I had been looking into converting all my stuff to SHA1 when I found that link. I know MD5 is nearing it's end-days but it's still better than SHA1! smile

BTW, upgrade your FreeBSD box! tongue

41

(58 replies, posted in General discussion)

SHA1 is broken

42

(58 replies, posted in General discussion)

Orpheus wrote:

But why this discussion ???

The question was raised 'How can we make this more secure?' so I just put in my two cents.

43

(92 replies, posted in General discussion)

Rickard wrote:

Nice to see some of you understand what the desktop is actually meant for. I.e. temporary storage and easy access. Just like in life smile

I'll just have to wait for XFCE 4.4 till I can do that. smile

44

(58 replies, posted in General discussion)

rajivm wrote:

Just sending over the md5 is bad, you should use a MD5 challenge handshake system.  I had written an implementation in JS a while back.  I'm pretty sure Yahoo mail uses this method also.  If you need some help w/ this email me.

I think I saw something like this on the PHP site. However I don't see how sending an MD5 is worse than sending a clear-text password. smile

45

(58 replies, posted in General discussion)

Connor, it's not a fix. It's just an idea. Or possibly a feature.

Just because someone suggests something doesn't mean it's fixing something. It's a request to improve the current design. Don't take it personally.

EDIT: I'd love to hear Rickard's opinion. After all, it's his software smile

46

(58 replies, posted in General discussion)

And for all the other skeptics as well: http://pajhome.org.uk/crypt/md5/

(I can't believe how many people freak out over a simple, easy, and effective solution.)

47

(58 replies, posted in General discussion)

Dexus wrote:

Can you point at least one site, using javascripted md5?
All mail servers i know using simple POST password.

vBulletin 3.0

48

(92 replies, posted in General discussion)

http://www.bwongar.com/images/screenshot_small.jpg

This is mine. I like XFCE.

49

(58 replies, posted in General discussion)

No, have a field that if javascript is enabled, change so that the PHP knows whether to use it or not.

50

(58 replies, posted in General discussion)

We could always use javascript for MD5ing passwords before they're sent. Of course, this requires around 6k more javascript, but it's quite effective.