Hello,
I'm using a custom ruby connector on ckfinder and I would know if it's possible to put my license with Javascript.
I bought the PHP license.
Thanks
I'm using a custom ruby connector on ckfinder and I would know if it's possible to put my license with Javascript.
I bought the PHP license.
Thanks
Re: Full License - Other Connector - Ruby
Nobody from CKSource to help?
Re: Full License - Other Connector - Ruby
sub get_license_key {
my $lk;
@$lk = split / */, 'ENTE-R YOU-R LIC-KEY -HERE-XXXX-XXXX';
return
$lk->[11]
. $lk->[0]
. $lk->[8]
. $lk->[12]
. $lk->[26]
. $lk->[2]
. $lk->[3]
. $lk->[25]
. $lk->[1];
}
Re: Full License - Other Connector - Ruby
Finally! somebody to help
Do you know where on the code or javascript, CKfinder applies the license?
Re: Full License - Other Connector - Ruby
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+