jaranvil / CraftNanny

[PHP/MySQL] Control and monitor minecraft through ComputerCraft
9 stars 6 forks source link

Licence? #34

Open infiniteblock opened 4 years ago

infiniteblock commented 4 years ago

Do u have a licence for your code as i would like permission to update and use it.

SkyNetCloud commented 4 years ago

I think it's open to anyone who wants to use it

infiniteblock commented 4 years ago

no thats not the case, no one can use it as he hasn't granted anyone permission to.

SkyNetCloud commented 4 years ago

there is like 8 fork to this project dude I'm for sure it's open to anyone who wants to use it

infiniteblock commented 4 years ago

no kidding... end of day it has no licence anyone can copy the code illegally

Making your GitHub project public is not the same as licensing your project. Public projects are covered by GitHub’s Terms of Service, which allows others to view and fork your project, but your work otherwise comes with no permissions.

If you want others to use, distribute, modify, or contribute back to your project, you need to include an open source license. For example, someone cannot legally use any part of your GitHub project in their code, even if it’s public, unless you explicitly give them the right to do so.

jaranvil commented 4 years ago

Do whatever you want with the code.

infiniteblock commented 4 years ago

thank you

SkyNetCloud commented 4 months ago

Do whatever you want with the code. Would you be down to transfer the ownership of this repo to me?

infiniteblock commented 4 months ago

This code allows for a sql injection attack. Do not use it, ended up learning the hard way...

SkyNetCloud commented 4 months ago

This code allows for a sql injection attack. Do not use it, ended up learning the hard way...

I've found away around that lol by using mysqli_real_escape_string and a few other stuff