Search found 10 matches

by automagnus
Wed Mar 22, 2006 9:42 pm
Forum: [3.0/Olympus] Discussion
Topic: ajax?
Replies: 63
Views: 57820

Re: ajax?

Where exactly would you like to see ajax. I'm just curious
by automagnus
Mon Mar 20, 2006 2:46 am
Forum: [3.0/Olympus] Discussion
Topic: new idea for PHP IDE
Replies: 20
Views: 16854

Re: new idea for PHP IDE

BondGamer wrote: Oh it doesn't?

You can compile PHP to machine code for faster execution and/or to prevent someone from stealing code.
That is the most ridiculous yet interesting thing i've ever seen.
by automagnus
Mon Mar 20, 2006 1:52 am
Forum: [3.0/Olympus] Discussion
Topic: new idea for PHP IDE
Replies: 20
Views: 16854

Re: new idea for PHP IDE

guys hold on... this gonna blow your minds!!! A php ide doesn't not actually compile anything!!!! OH MAN can you believe it! so guess what? It really doesn't matter if the program is very fast or not because it's essentially just a text editor with fancy features and a parser. Besides considering th...
by automagnus
Tue Feb 28, 2006 4:52 am
Forum: [3.0/Olympus] New features discussion
Topic: Feature suggestion: easy updates (like Firefox)
Replies: 24
Views: 22896

Re: Feature suggestion: easy updates (like Firefox)

for those who have never seen SMF's package manager it's basically easymod for SMF. Since the updates are already easymod compatible this feature already exists. edit: no confirmation that phpbb3 will have easy mod built in. I misread, but it is very likley an easy mod will be released for it, so no...
by automagnus
Sun Feb 26, 2006 4:10 pm
Forum: [3.0/Olympus] Discussion
Topic: 100,000 lines of code
Replies: 4
Views: 5588

Re: 100,000 lines of code

congratulations! Party hats to you all!
Image
by automagnus
Sat Jan 14, 2006 4:13 am
Forum: [3.0/Olympus] Discussion
Topic: latest PHPBB
Replies: 9
Views: 10013

Re: latest PHPBB

yes your right, sorry. I checked on wikipedia http://en.wikipedia.org/wiki/Development_stage#Alpha" target="_blank
by automagnus
Sat Jan 14, 2006 1:29 am
Forum: [3.0/Olympus] Discussion
Topic: latest PHPBB
Replies: 9
Views: 10013

Re: latest PHPBB

I wouldn't go so far as to say it's mostly broken. I mean, we are using it now.

And i'm pretty sure it's past the alpha stages.
by automagnus
Thu Jan 12, 2006 12:36 am
Forum: [3.0/Olympus] Discussion
Topic: Why does phpBB use a posting confirmation page?
Replies: 44
Views: 38486

Re: Why does phpBB use a posting confirmation page?

A little off topic, but I always wondered why phpbb uses

Code: Select all

$server_name = preg_replace('#^\/?(.*?)\/?$#', '\1', trim($board_config['server_name']));
and not

Code: Select all

$server_name = preg_replace('#^\/?(.*?)\/?$#', '\1', trim($_SERVER['HTTP_HOST']));
in the redirect function
by automagnus
Thu Jan 12, 2006 12:27 am
Forum: [3.0/Olympus] New features discussion
Topic: seo
Replies: 39
Views: 42811

Re: seo

With the small amount of knowledge i know about google and how it searches (which isn't a lot) I know the this google will look at pages with viewtopic?t=100 only if it is being linked to from somewhere that googlebots already go to. since you obviously have a link to it somewhere on your site. The ...
by automagnus
Fri Jan 06, 2006 12:21 am
Forum: [3.0/Olympus] Discussion
Topic: I am taking the code.
Replies: 131
Views: 120189

Re: I am taking the code.

joke thread of the year!