Originally posted by Idle
I want to make a text based game that is similar to www.pimpagency.com I don't think the game is copyrighted so if i just copy and paste the main page to a text editor would it be exactly the same or do i still need to make my own php scripts?
I often re-write and modify open source code from internet.
As long as I do only use it at my own website, possible with a reference to original author
I think it is okay.
It is when Istart spreading my code, offering downloads to third part
and especially when I charge money out of code, that is based on others work
it becomes a more serious matter.
Get yourself information from who wrote the code.
It is often included in beginning of code or at website.
If unsure, email the author.
You have to judge from case to case.
I try to include some reference to author, most of time, in my modified scripts.
It will not hurt.
Otherwise, you know the saying:
"Steal the Best, Invent the Rest"
:p