Search found 97 matches
- Mon May 02, 2005 11:20 am
- Forum: [3.0/Olympus] New features discussion
- Topic: How about a Torrent Tracker
- Replies: 18
- Views: 20568
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.
- Tue Apr 19, 2005 11:06 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Smarty as your template engine..
- Replies: 20
- Views: 23357
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.
- Thu Mar 24, 2005 10:53 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Feature envy
- Replies: 4
- Views: 6813
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.
- Thu Mar 17, 2005 4:30 am
- Forum: [3.0/Olympus] Discussion
- Topic: Some People Angry
- Replies: 28
- Views: 29935
Re: Some People Angry
8O I'm not sure whether to laugh or cry.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
- Sun Mar 13, 2005 7:30 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Proposed code review of phpBB
- Replies: 47
- Views: 37796
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 ...
- Wed Mar 09, 2005 12:58 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Now it's late-Feb/early-March!
- Replies: 60
- Views: 56663
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 ...
- Sun Mar 06, 2005 2:32 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Now it's late-Feb/early-March!
- Replies: 60
- Views: 56663
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 ...
- Fri Feb 25, 2005 1:37 am
- Forum: [3.0/Olympus] Discussion
- Topic: Will it be easier?
- Replies: 11
- Views: 13010
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 ...
- Sun Feb 13, 2005 9:26 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Chat
- Replies: 11
- Views: 13568
Re: Chat
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.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?
- 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: 18541
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.