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.
26 2005-06-14 20:32
Re: Cache output of extern.php, a little help? (15 replies, posted in PunBB 1.2 discussion)
27 2005-06-14 20:25
Topic: Mailing list? (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 2005-06-10 23:06
Re: Word Association Thread (1,382 replies, posted in General discussion)
snatch
29 2005-06-09 17:52
Re: help required in url rewriting (4 replies, posted in Programming)
It doesn't seem to be working now.
30 2005-06-09 17:17
Re: New new feature - Sub Topics (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 2005-06-08 20:49
Re: Perl & Python vs. PHP & ASP (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 2005-06-08 20:46
Re: The day I never thought I would see (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 2005-06-08 20:44
Re: Opera Lies About Popularity Status (13 replies, posted in General discussion)
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.
34 2005-04-28 19:49
Re: IE7 News (2 replies, posted in General discussion)
Ah, so M$ is actually going to support a standard?
35 2005-04-15 22:52
Re: Passing Special Characters in GET string (1 replies, posted in Programming)
36 2005-04-14 23:58
Re: Anyone use or ever try Linsipre? (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 2005-04-08 01:31
Re: Your desktop screenshots... (92 replies, posted in General discussion)
Zaher - It's gotta be a dual-display
38 2005-04-07 17:11
Re: UNIX Line break style (4 replies, posted in Programming)
What about Mac OSX? Being UNIX-based I would think it would be \n now...?
39 2005-04-06 19:44
Re: Security of Pun's authentification (58 replies, posted in General discussion)
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.
40 2005-04-06 19:10
Re: Security of Pun's authentification (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!
BTW, upgrade your FreeBSD box!
41 2005-04-06 18:55
Re: Security of Pun's authentification (58 replies, posted in General discussion)
42 2005-04-06 18:37
Re: Security of Pun's authentification (58 replies, posted in General discussion)
But why this discussion ???
The question was raised 'How can we make this more secure?' so I just put in my two cents.
43 2005-04-06 18:14
Re: Your desktop screenshots... (92 replies, posted in General discussion)
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
I'll just have to wait for XFCE 4.4 till I can do that.
44 2005-04-06 18:07
Re: Security of Pun's authentification (58 replies, posted in General discussion)
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.
45 2005-04-06 18:05
Re: Security of Pun's authentification (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
46 2005-04-06 05:41
Re: Security of Pun's authentification (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 2005-04-06 05:39
Re: Security of Pun's authentification (58 replies, posted in General discussion)
Can you point at least one site, using javascripted md5?
All mail servers i know using simple POST password.
vBulletin 3.0
48 2005-04-06 00:40
Re: Your desktop screenshots... (92 replies, posted in General discussion)
49 2005-04-06 00:26
Re: Security of Pun's authentification (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 2005-04-05 18:59
Re: Security of Pun's authentification (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.