Page 1 of 1

The licence for Chat Script

Posted: 07 Feb 2015, 01:32
by David
Good Day my friend,

You don't actually stipulate any licence for PHP Script Chat and I want to add the script below to all of the php files I modified (Which are all of them) And want to know if you are happy with the GNU licence being added to them? Or would you prefer something else?

Code: Select all

/**
* @package (c) CoursesWeb - Script Chat Simple < https://coursesweb.net/php-mysql/script-chat-simple_s2 >
* @Modified February 2015 by Gnu Arcade Script Version.1.0
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*/
Thanks,
David.

The licence for Chat Script

Posted: 07 Feb 2015, 06:42
by MarPlo
Hi,
The chat script is free, you can use it and modify it freely.
You can add the GNU licence if you want.

The licence for Chat Script

Posted: 07 Feb 2015, 09:10
by David
Thank you MarPlo,

I never assume that just because something is free, one can do as one pleases with it. So it's a bonus that it is available as GNU, GPL. :)

I integrated it into a php arcade script I'm doing and I don't blame you for not supporting it, as I could imagine the questions you would get.

But if anyone else want an example of how to integrate it, I'll only be too willing to help if I can.

Last thing, while going through the scripts I noticed this nofallow in chatfuntions.js - line: 296/297

Code: Select all

bbcodeParser.addBBCode('[url]{URL}[/url]', '<a href="{URL}" title="link" target="_blank" rel="nofallow">{URL}</a>');
bbcodeParser.addBBCode('[url={URL}]{TEXT}[/url]', '<a href="{URL}" title="link" target="_blank" rel="nofallow">{TEXT}</a>');
I trust that, that is a 'typo' that needs to be corrected?

Other than that - Thanks again for another great script. :mrgreen:

The licence for Chat Script

Posted: 07 Feb 2015, 10:05
by MarPlo
I added "nofallow" because the links added by users in the chat room to not affect the page rank, it is just for SEO.
Anymay, it isn't important, so it can be removed.