Search found 97 matches

by CLee
Mon May 02, 2005 11:20 am
Forum: [3.0/Olympus] New features discussion
Topic: How about a Torrent Tracker
Replies: 18
Views: 20443

Re: How about a Torrent Tracker

You can upload torrent files using the attachment feature. However, a tracker server should be seperate from the forum software. Mainly because a tracker is a different kind of service and uses a different set of ports then HTTP.
by CLee
Tue Apr 19, 2005 11:06 pm
Forum: [3.0/Olympus] Discussion
Topic: Smarty as your template engine..
Replies: 20
Views: 23136

Re: Smarty as your template engine..

Um no. They may have used one process from Smarty, but that does not make the entire template system Smarty.
by CLee
Thu Mar 24, 2005 10:53 pm
Forum: [3.0/Olympus] New features discussion
Topic: Feature envy
Replies: 4
Views: 6778

Re: Feature envy

A lot of the stuff is just recycled from earlier feature requests that were rejected for one reason or another. Others really have no meaningful use on a forum while yet others will have very difficult technical hurtles for the developers to overcome.
by CLee
Thu Mar 17, 2005 4:30 am
Forum: [3.0/Olympus] Discussion
Topic: Some People Angry
Replies: 28
Views: 29724

Re: Some People Angry

Mr. Morrowind says:
To just pump it so full of *beep*, 3.0 will kill the entire hack community once it hits...
Mr. Morrowind says:
Why write a hack for it if it's already in the freaking package
8O I'm not sure whether to laugh or cry. :?
by CLee
Sun Mar 13, 2005 7:30 pm
Forum: [3.0/Olympus] Discussion
Topic: Proposed code review of phpBB
Replies: 47
Views: 37514

Re: Proposed code review of phpBB

Throughout the nearly 3 years that the 2.0.x branch has been released, there has only been one major security hole that has been found that could compromise the entire server. All other security matters have been limited to just the board itself. And even for the one major security whole, a patch wa...
by CLee
Wed Mar 09, 2005 12:58 pm
Forum: [3.0/Olympus] Discussion
Topic: Now it's late-Feb/early-March!
Replies: 60
Views: 56301

Re: Now it's late-Feb/early-March!

Btw, maybe phpbb should look for more dev's to help out? At this point in the development cycle, adding new developers will actually slow things down. The new developers are going to have to spend a great deal of time learning the code that is already there and the coding standards that Paul and th...
by CLee
Sun Mar 06, 2005 2:32 pm
Forum: [3.0/Olympus] Discussion
Topic: Now it's late-Feb/early-March!
Replies: 60
Views: 56301

Re: Now it's late-Feb/early-March!

No. psotfx had said that they were expecting to have beta ready by late feb/early march and no-one has attacked the devs for not having it ready by now. But the complaining and the repeatedly asking for a new estimate are bad enough. psotfx said that the beta release has been pushed back once more,...
by CLee
Fri Feb 25, 2005 1:37 am
Forum: [3.0/Olympus] Discussion
Topic: Will it be easier?
Replies: 11
Views: 12936

Re: Will it be easier?

What sarcasm? Where? Actually, you've got it backwards, the code is actually LESS clean. In fact, the devs have gone our of their way to make it difficult to read, by doing things out of order, inefficiently, and by putting in code that doesn't actually do anything. So much so, that even the though...
by CLee
Sun Feb 13, 2005 9:26 pm
Forum: [3.0/Olympus] New features discussion
Topic: Chat
Replies: 11
Views: 13485

Re: Chat

battye wrote: It seems silly to add Chat to a forum? Chat is a form of communication, as is a forum. Why don't you just make a Chat Forum? :)
If you want to chat with someone, why not use IRC or an IM client instead? A forum is a forum, not a chat client.
by CLee
Sat Feb 05, 2005 4:44 pm
Forum: [3.0/Olympus] Discussion
Topic: phpBB's storage of time and dates in the database
Replies: 17
Views: 18409

Re: phpBB's storage of time and dates in the database

It is much easier and faster to use the time() function, which gives the same results based in the Unix Epoch regardless of the time zone you are in, and convert the results to whatever format you need using the built in PHP functions.