[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
phpBBModders.net • phpBB.com's MOD-DB is back!
Page 1 of 2

phpBB.com's MOD-DB is back!

Posted: 30 Apr 2007, 04:39
by igorw
It has finally retourned, and it's looking great! Have a look over [url=http://www.phpbb.com/mods/db/]here[/url]. It isn't possible to submit your MODs yet, but SHS` said we can hopefully see that in a week.

What do you think?!

Posted: 30 Apr 2007, 05:03
by Krank
oh wow yayyy everything is getting back to normal (and even much better) i like it

Posted: 30 Apr 2007, 07:20
by Ash Hi Fi Zone
Yeah saw that announce..... It is really great that they have fixed that problem... :D

Posted: 30 Apr 2007, 07:38
by paul
I think that iam tired now :D
Note that there still can change things in the layout of de modsdb, as I dont like some parts now.

Posted: 30 Apr 2007, 15:57
by Ganon_Master
Great! But why is there a MD5 hash on every Mod page? :\

Posted: 30 Apr 2007, 16:02
by paul

Posted: 30 Apr 2007, 17:02
by igorw
There is a function for this called [man]md5_file[/man], which (afaik) does the same as md5(file_get_contents()), it calculates the m5 hash of the file's contents. So if you download a file, to make sure it isn't broken, you can compare the md5 hashes...

Posted: 30 Apr 2007, 18:24
by Ash Hi Fi Zone
Yeah md5 hash is used to check the integrity of a file.... Almost no two files can have the same MD5 hash..... There are some free MD5 checksum calculators for files out there too..... :D

Posted: 30 Apr 2007, 18:37
by igorw
I could write a script for that in PHP, for anybody who loves commandline tools, you can use this: http://www.pc-tools.net/win32/md5sums/

Posted: 01 May 2007, 13:05
by DualFusion
MOD-DB!!!!

Sorry, I'm just happy, ask everyone i sent an IM to :P lol. Cant wait for phpBB3 submition so that I can get my first MOD denied :P Yes, I'm wierd




Reduced number of exclamation marks - evil

Posted: 01 May 2007, 13:26
by Ash Hi Fi Zone
Lol - you made the page width go so long :D

Anyway I think they wont allow phpbb 3 mod submissions until the final release....

The phpbb 2 mod-db also I bet wont be open atleast till RC of the phpbb 3 is out since the team there have been pretty busy fixing the bugs here and there and if they open the MOD-DB submission too then they will have too much on their plate to eat... :P

Posted: 01 May 2007, 13:35
by DualFusion
I know i pulled the page width. And the mod-db will supposedly be open in atleast a week for phpBB2 submissions. But i agree in the part that phpBB3 mods will not be accepted in the db yet

Posted: 01 May 2007, 15:18
by drathbun
Where's that "report post" button when you need it... :-P

Posted: 01 May 2007, 18:28
by igorw
It has been taken care of :D

In the docs i saw something about mod numbering, and it explained how to number for RC releases (if i remember correctly), so possibly we can submit MODs for phpBB3 when RC1 is out. Possibly.

And also note that the MOD team is not developing phpBB3, so they would have time to validate MODs. Perhaps they also want to reduce size of the queue before accepting new MODs, before the change to phpBB3 the queue was quite long, over 100 MODs.

Posted: 02 May 2007, 19:49
by DualFusion
Sorry :(

...Well cant wait for that MOD-DB to come up :D