Page 3 of 3

Posted: Mon May 01, 2006 10:29
by Enok
http://en.wikipedia.org/wiki/Great-circle_distance

Any of those formulas work fine (2nd one looks nice), when southern latitudes and western longitudes are negative, as Google maps use. And remember the degree-radian conversion if needed. Finally multiply the result by earth's average radius; 6372.795 km.

Posted: Sat Jun 03, 2006 21:30
by Smeagol

Posted: Sun Jun 04, 2006 10:21
by Enok
RSS the whole frontpage content, not just the blogs!

Posted: Sun Jun 04, 2006 13:33
by Smeagol
that's a good idea! ill add it to todo

Posted: Mon Jun 05, 2006 12:48
by Mortis
A one-click user delete button for administrators. Them bots are asking for it Very Happy I'll search for addons later.

Also we need to reconsider the torrent system.

Posted: Tue Jun 06, 2006 16:08
by Mortis
Another thing! The files system currently is a bit messed up and a few changes might be in order, mainly:

1) Showing the uploader's name next to the files?
2) Designating user folders for users?

Posted: Tue Jun 06, 2006 21:08
by Smeagol
the thing about the files script, is that it is entirely on file level, it is just interacting with the filesystem. If we want more features like user folders and such, i would need to tie in the database as well. And then im not sure which would be best, to tie in the database completely or just tie it in where it is nice... (not sure what would be easiest/best)

Posted: Thu Jun 08, 2006 06:24
by nobile
Mortis wrote:Also we need to reconsider the torrent system.

I tries using the torrents some time ago, but couldn't figure out how they worked Embarassed

Posted: Thu Jun 08, 2006 11:48
by Mortis
That's a good point in itself x]

Posted: Mon Jul 10, 2006 12:39
by Smeagol
Perhaps a spamjoke button, where it would edit crap out, add a poll and move it to the correct forum? Razz Might not be needed for phpbb3 though..

just a sär idea

Posted: Mon Jul 10, 2006 12:40
by Smeagol
and about the database with the filesystem, tying it in where it is needed is probably the best. Ill think of something.