http://www.php.net is a good start.EldarionII wrote:Ok... do you know a place where I can learn a bit of php? Or is there like a guide of where things need to be located or... I'll just shut up and ask for a php guide. LOL. Give me a break, I'm 14 years old!
Search found 89 matches
- Wed Aug 25, 2004 4:05 am
- Forum: [3.0/Olympus] Discussion
- Topic: MODs on 2.2
- Replies: 30
- Views: 15488
Re: MODs on 2.2
- Fri Jun 18, 2004 1:02 pm
- Forum: Chit Chat
- Topic: Firefox 0.9
- Replies: 23
- Views: 14650
Re: Firefox 0.9
firefox + adblock = hard_to_beat 

- Mon Jun 14, 2004 4:10 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Forum Rules
- Replies: 13
- Views: 9180
Re: Forum Rules
You could even place an annoying javascript pop-up saying the rules and alot of people wouldn't pay attention to it.
- Tue May 25, 2004 3:14 am
- Forum: [3.0/Olympus] Discussion
- Topic: Auto-pruning in 2.2
- Replies: 2
- Views: 3499
Re: Auto-pruning in 2.2
I found this in viewforum.php // Do the forum Prune thang - cron type job ... if ($forum_data['prune_next'] < time() && $forum_data['enable_prune']) { include_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx); if ($forum_data['prune_days']) { auto_prune($forum_id, 'posted', $forum_data['fo...
- Fri Apr 23, 2004 12:37 pm
- Forum: [3.0/Olympus] Styling
- Topic: Default 2.2 theme. Images to optimised PNG?
- Replies: 40
- Views: 32945
Re: Default 2.2 theme. Images to optimised PNG?
Amen!Kail wrote:Well, I only use Firefix now and it's superior to any other browser, Opera included.

- Sun Apr 18, 2004 3:29 pm
- Forum: Installing MODs with EasyMOD
- Topic: Error installing Quick Reply Mod
- Replies: 2
- Views: 2742
Re: Error installing Quick Reply Mod
If my thoughts are correct, most of Smartor's MODs doesn't use the full path in the FINDs. The original find looks something like this # #-----[ FIND ]------------------------------------------ # lang_main.php It should read like this for EasyMOD compatibility # #-----[ FIND ]-----------------------...
- Sat Apr 17, 2004 3:16 am
- Forum: [3.0/Olympus] Discussion
- Topic: Question: will there be an attachment option in phpBB2.2 ?_?
- Replies: 7
- Views: 5320
Re: Question: will there be an attachment option in phpBB2.2
In fact, they already are available. Scroll down to after the Options of the reply page. ;) This is strange. When you post, the attachment box is there, however, I see this on the bottom of the viewforum page You can post new topics in this forum You can reply to topics in this forum You can edit y...
- Fri Apr 16, 2004 12:58 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Question: will there be an attachment option in phpBB2.2 ?_?
- Replies: 7
- Views: 5320
Re: Question: will there be an attachment option in phpBB2.2
Attachments will be part of phpBB 2.2.
- Tue Apr 13, 2004 9:35 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: I need PHP5 support
- Replies: 10
- Views: 10047
Re: I need PHP5 support
Unless I missed something, I thought phpBB 2.2, when released, will support the version of SQL supplied with PHP5 (aka Firebird). Unless we're talking about something else here (I'm known to be clueless at times
)

- Tue Apr 13, 2004 9:29 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: phpBB 2.2 Gender + Digit code?
- Replies: 12
- Views: 9984
Re: phpBB 2.2 Gender + Digit code?
Yes it can be turned on and off in the ACP, just like it can in 2.0 series. After I was hit with a couple robotic registers, I found a MOD which took care of it. But since 2.0.5(?), phpBB backported the 2.2 version into 2.0, and added it into the /contrib directory. Nice feature, and never had anymo...