Should I become a thief?

Want to chit chat about anything, do it here ... posting here won't increase your post count (or shouldn't!). Please do not post any "phpBB" specific topics here unless they do not fit into the category above. Do not post bug reports, feature or support requests!
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.

Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
Post Reply
User avatar
haravikk
Registered User
Posts: 292
Joined: Sun Apr 20, 2003 5:05 pm
Contact:

Should I become a thief?

Post by haravikk »

Okay, misleading title...

As shorts as possible I am intending to make an online game in php (which I'm pretty familiar with) and I want to have it use a 'styles' system (at key points in the game the style will actually change automatically, but users may have options as well should they prefer), and phpBB 2.0.x has a templating system which would make that very easy indeed, a few other nifty features as well I could probably use. As far as an online game goes 2.2 doesn't really offer anything extra (no offense).

Well, what I'm hoping is that since phpBB 2.0.x is open source (and 2.2 will be as well) I could borrow elements from the templating system? I doubt much would be directly copied, but many things would be very useful if I am allowed to do so. Similar with a few other features such as the database management allowing multiple types to be used. The game is likely going to be an open source thing people can host and mod themselves since I don't really have the cashflow to host it if it becomes popular.

So, can I use phpBB 2.0.x code for this kind of thing without having some huge legal smackdown on me? I would of course give full credit (and would probably use phpBB for support forums :D)
Images in sigs! please.

TC
Registered User
Posts: 340
Joined: Tue Sep 25, 2001 7:23 pm
Location: Black Sector from Teh
Contact:

Re: Should I become a thief?

Post by TC »

doctors and thieves both wear masks. :)
Image
2 8 : 0 6 : 4 2 : 1 2

User avatar
dhn
Registered User
Posts: 1518
Joined: Wed Jul 04, 2001 8:10 am
Location: Around the corner
Contact:

Re: Should I become a thief?

Post by dhn »

haravikk, you can do whatever you want with the sourcecode if you follow the guidelines of the GPL license.
Image

Adam Atlas
Registered User
Posts: 66
Joined: Fri May 09, 2003 4:31 pm
Contact:

Re: Should I become a thief?

Post by Adam Atlas »

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 thing.
fun, sigs work!!!

User avatar
haravikk
Registered User
Posts: 292
Joined: Sun Apr 20, 2003 5:05 pm
Contact:

Re: Should I become a thief?

Post by haravikk »

Thanks for the useful information! (well, not that mask part, that was more amusing than useful...)

I read it all but I'm sure most of it went over my head, but it sounds like what I want to do is acceptable.
I fully intend to release the game in as modular a form as possible (the main reason I want to borrow some parts like templates and database interaction) so that people can download it and run it as easily as possible, and even customise it easily (I hope to add an admin panel of some kind to easily add units, planet types etc).
I also hope to run the game on my own web host, but that's kind of subject to getting donations and advertising (hey, phpBB group, ever wanted to host an online game which uses some of your technology? :wink:).

Perhaps I missed it (I don't really have time to run it through a fine tooth comb) but does a GPL license actually cost money? I know I will probably have to shell out a bit of money for a proper copyright...
Images in sigs! please.

Linkooseven
Registered User
Posts: 18
Joined: Fri Apr 25, 2003 8:26 pm
Location: Michigan
Contact:

Re: Should I become a thief?

Post by Linkooseven »

Keep us updated on how the game goes. I'd like to check it out :)
Image

User avatar
dhn
Registered User
Posts: 1518
Joined: Wed Jul 04, 2001 8:10 am
Location: Around the corner
Contact:

Re: Should I become a thief?

Post by dhn »

haravikk wrote:Perhaps I missed it (I don't really have time to run it through a fine tooth comb) but does a GPL license actually cost money? I know I will probably have to shell out a bit of money for a proper copyright...
Nope. You just add all the required information to your source and your product is GPLed.
Image

Post Reply