bright, fresh software
Downloads  |  Buy

Dreamweaver Extension Protection solution

Dreamweaver Extension Protection solution

Postby Ibn Saeed » May 31st, 2012, 9:23 am

Hello

I have been looking for a solution for protecting an extension which i have created for Dreamweaver.

while searching i stumbled upon http://answers.onstartups.com/questions/34180/is-there-a-way-to-protect-my-software-extension-of-an-adobe-design-product-from

and found a reply from the owner of Limelm

I would like to know if you could provide a solution for protecting a dreamweaver extension via either serial protection or some other method etc and activating each order which online activation.

Here is an example screenshot of another dreamweaver extension company doing a similar protection of their extensions.

http://i.stack.imgur.com/lILyE.png

Is there a similar solution ?
Ibn Saeed
 

Re: Dreamweaver Extension Protection solution

Postby Wyatt » May 31st, 2012, 10:28 am

Yes, you can do the same with your dreamweaver extension using LimeLM. What programming language are you using for the extension?
User avatar
Wyatt
Site Admin
 
Posts: 2559
Joined: July 11th, 2007, 10:30 pm
Location: New Hampshire

Re: Dreamweaver Extension Protection solution

Postby Ibn Saeed » May 31st, 2012, 11:54 am

Hello

Thanks for replying

Here is from the documentation

Most Dreamweaver extensions are written in HTML and JavaScript. This guide assumes that you are familiar with Dreamweaver, HTML, XML, and JavaScript programming. If you are implementing C extensions, the guide assumes that you know how to create and use C dynamic link libraries (DLLs).


Steps:
http://help.adobe.com/en_US/dreamweaver/cs/extend/WS5b3ccc516d4fbf351e63e3d117f53d6592-7ffb.html


XML is used as well, that is how the type of extension i have created.

So HTML, XML and Javascript are used along with Dreamweaver own DOM.
Ibn Saeed
 

Re: Dreamweaver Extension Protection solution

Postby Wyatt » May 31st, 2012, 7:33 pm

Well, you'll be able to use the C/C++ header for TurboActivate (the part of LimeLM you include with your app). See: Using TurboActivate with C, C++, and Objective-C.

I don't know if you'll be able to call TurboActivate directly from javascipt, or if you'll need to make a simple C dll to use TurboActivate. I'm sure Dreamweaver docs cover this.

Tell me if you have any questions using it.
User avatar
Wyatt
Site Admin
 
Posts: 2559
Joined: July 11th, 2007, 10:30 pm
Location: New Hampshire

Re: Dreamweaver Extension Protection solution

Postby Ibn Saeed » June 1st, 2012, 4:16 am

Hello

I dont have any experiences with C or C++.

I know HTML, XML and Javascript
Ibn Saeed
 

Re: Dreamweaver Extension Protection solution

Postby Wyatt » June 2nd, 2012, 5:04 pm

If you can point us to a couple of Dreamweaver example plugins -- preferably using C or C++ alongside javascript/HTML, then we might be able to help you out.
User avatar
Wyatt
Site Admin
 
Posts: 2559
Joined: July 11th, 2007, 10:30 pm
Location: New Hampshire

Re: Dreamweaver Extension Protection solution

Postby Ibn Saeed » September 30th, 2012, 5:08 am

Hello

I found the following in the Help section of Adobe Dreamweaver

C-level extensibility
http://help.adobe.com/en_US/dreamweaver/cs/extend/WS5b3ccc516d4fbf351e63e3d117f508c8de-7f66.html

Would the above help you ?
Ibn Saeed
 

Re: Dreamweaver Extension Protection solution

Postby Wyatt » September 30th, 2012, 7:34 pm

It doesn't seem like you can make direct calls to TurboActivate. You'd have to create another C/C++ DLL (a special one that conforms to their odd spec) that in turn calls TurboActivate. We don't have time right now to build this for you. We can give you pointers on how to build it, if you need help.
User avatar
Wyatt
Site Admin
 
Posts: 2559
Joined: July 11th, 2007, 10:30 pm
Location: New Hampshire


Return to LimeLM & TurboActivate Support