[FX.php List] FM Plugin on FileMaker Server 9

luke at soundtoys.com luke at soundtoys.com
Wed Nov 5 09:02:18 MST 2008


Webko,

Thanks for responding. The plugin runs an encyption algorithm that takes 
various product and order parameters (version, product ID, order ID, 
etc...) and computed a unique serial number that can be decoded to 
reveal the original product/order parameters. I finally got it working, 
though it's a bit of a work-around. It seems that filemaker plugins are 
used mostly on the client side, not on the server side and i was unable 
to get the plugin working through a server-called script. I finally 
wrote a command-line executable in C++ to mirror the plugins 
functionality and I call that using PHPs native exec() function to 
return the calculated serial. All in all, it's not a bad solution and 
only took me half a day to actually code it. The big problem was the 2 
and a half days it took me to converge on a good solution.

Ah, the joys on multi-platform development.

Cheers,

-- 


/***************************

 *   Luke Awtry

 *   Audio Plugin Developer

 *   SoundToys, Inc.

 *   802.951.9700 x207

 *   luke at soundtoys.com

 ***************************/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20081105/6e3b8ac9/attachment.html


More information about the FX.php_List mailing list