07-13-2014, 11:45 AM
Hey !
Please help a brother out. Ive done half the legwork, and decoded license file, and could probably work this out, but still novice...its really basic though, couple pairs - aes, hmac sha2, these and the private/shared key are all visible in file. and structure of the generated file/license too. Hope you can help, if so, i will give full credit accordingly, thanksa bunch :)
essentially just ned to sort the date/expiry var to 0 (i think) companies to 99, lictype/status to valid
['comp_allowed'] = 1; <=99
['addons'][company] <=99
['comp_total'] = 2;
['status'] = 'valid';
extras i found digging around, idk if it helps
- (Object) add(term, options = {})
Public: Adds a new license.
- (Object) all
Public: Returns all licenses.
- (Object) cancel(license_id)
Public: Permanently cancels the given license.
- (Object) search(term, options = {})
Public: Search through all available licenses for a match.
- (Object) suspend(license_id)
Public: Indefinitely suspend a license.
- (Object) unsuspend(license_id)
Public: Unsuspend a previously suspended license.
- (Object) update_domain(license_id, options = {})
Public: Updates the domain for this license.
http://www21.zippyshare.com/v/29786108/file.html
Will appreciate help, will give credit/rep or even some other goodies
Please help a brother out. Ive done half the legwork, and decoded license file, and could probably work this out, but still novice...its really basic though, couple pairs - aes, hmac sha2, these and the private/shared key are all visible in file. and structure of the generated file/license too. Hope you can help, if so, i will give full credit accordingly, thanksa bunch :)
essentially just ned to sort the date/expiry var to 0 (i think) companies to 99, lictype/status to valid
['comp_allowed'] = 1; <=99
['addons'][company] <=99
['comp_total'] = 2;
['status'] = 'valid';
extras i found digging around, idk if it helps
- (Object) add(term, options = {})
Public: Adds a new license.
- (Object) all
Public: Returns all licenses.
- (Object) cancel(license_id)
Public: Permanently cancels the given license.
- (Object) search(term, options = {})
Public: Search through all available licenses for a match.
- (Object) suspend(license_id)
Public: Indefinitely suspend a license.
- (Object) unsuspend(license_id)
Public: Unsuspend a previously suspended license.
- (Object) update_domain(license_id, options = {})
Public: Updates the domain for this license.
http://www21.zippyshare.com/v/29786108/file.html
Will appreciate help, will give credit/rep or even some other goodies