Search found 61 matches
- Sun Jun 15, 2003 1:21 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Karma Level
- Replies: 184
- Views: 216441
Re: Karma Level
I agree, that would be cool. Maybe "mod" as in "module," not as in "modification," i.e. the modules would be small PHP files that could be dropped into a certain directory, and loaded when needed, sort of like how it's done with the new authentication system: there are now 3 different ways of ...
- Sun Jun 15, 2003 2:10 am
- Forum: Chit Chat
- Topic: Just wondering..
- Replies: 3
- Views: 3867
Re: Just wondering..
Beast14 wrote:
The man himself Makes errors
Well, of course- everybody makes errors. If pso didn't make errors, he'd be the only developer, and he'd already be working on phpBB3
.
The man himself Makes errors
Well, of course- everybody makes errors. If pso didn't make errors, he'd be the only developer, and he'd already be working on phpBB3
- Sun Jun 15, 2003 2:07 am
- Forum: Chit Chat
- Topic: Riddle anyone?
- Replies: 4
- Views: 5548
Re: Riddle anyone?
Naah, I agree with theFinn
- Sun Jun 15, 2003 1:53 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Visual confirmation image
- Replies: 28
- Views: 28386
Re: Captchas
coolio wrote:
How come I'm the only one who doesn't know what /me means??
Can someone please explain??
^
|
Italicized because quote bbCode seems to be b0rken
"/me" is an IRC command used to talk about yourself in the third place. If you were logged onto an IRC server as "coolio," and you typed ...
How come I'm the only one who doesn't know what /me means??
Can someone please explain??
^
|
Italicized because quote bbCode seems to be b0rken
"/me" is an IRC command used to talk about yourself in the third place. If you were logged onto an IRC server as "coolio," and you typed ...
- Wed Jun 11, 2003 10:55 pm
- Forum: [3.0/Olympus] Discussion
- Topic: php based avatars...
- Replies: 18
- Views: 19000
Re: php based avatars...
psoTFX wrote:Just use passthru(); to send the image data straight to the browser after sending an appropriate content-type header (image/png in this case).
Actually, I think it would make more sense to use readfile(); instead of passthru();FF8Jake wrote:Ahh okay. I'll look into that function, thanks.
- Wed Jun 11, 2003 10:49 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Karma Level
- Replies: 184
- Views: 216441
Re: Karma Level
Liberate, read the rules of database normalization and everything will make sense.
- Wed Jun 11, 2003 6:56 pm
- Forum: [3.0/Olympus] Discussion
- Topic: php based avatars...
- Replies: 18
- Views: 19000
Re: php based avatars...
I don't see how the server could possibly avoid PHP-based images, maybe there's just an incompatibility in how gdlib outputs these things.
php avatars can been dangerous, especially if one of them attachement bad commands that will affect user's pc
If an avatar is generated dynamically, it is ...
php avatars can been dangerous, especially if one of them attachement bad commands that will affect user's pc
If an avatar is generated dynamically, it is ...
- Wed Jun 11, 2003 6:51 pm
- Forum: Chit Chat
- Topic: Authorised VS. Authorized
- Replies: 21
- Views: 19523
Re: Authorised VS. Authorized
'Twas a joke.A_Jelly_Doughnut wrote:Or just learn to live with it.
- Wed Jun 11, 2003 6:38 pm
- Forum: Chit Chat
- Topic: Should I become a thief?
- Replies: 6
- Views: 7350
Re: Should I become a thief?
haravikk, you can indeed take code or whole files from phpBB, though because of the GPL license, there are some conditions. One of the most important things to remember is that your derived program, the whole thing, must also be under the same GPL license. But it's a good idea to read the whole ...
- Wed Jun 11, 2003 6:18 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Beginnings of Ver 2.2
- Replies: 13
- Views: 13562
Re: Beginnings of Ver 2.2
From the recent commits, it looks like 2.0.5 is near release. It won't be anything spectacular, just some bug fixes and small new features (like visual confirmation during registration).