Re: Code Security When Using LiveCode Server

2012-04-22 Thread Gregory Lypny
Hello Jacqueline, Richard, Mike, Pierre, and Phil, Thank you for your helpful thoughts on web code security. I think I’ll prototype with a combination of stacks for sensitive things (I’ll do some homework on where to place the stacks and how to refer to them) and embedded lines for innocuous

Code Security When Using LiveCode Server

2012-04-21 Thread Gregory Lypny
Hello everyone, In developing a site using LiveCode server, I’d be interested in your thoughts on keeping prying eyes away from LiveCode scripts. I imagine that keeping the scripts in files and stacks, as opposed to embedded in web pages, is the best thing. Gregory

Re: Code Security When Using LiveCode Server

2012-04-21 Thread J. Landman Gay
On 4/21/12 1:02 PM, Gregory Lypny wrote: Hello everyone, In developing a site using LiveCode server, I’d be interested in your thoughts on keeping prying eyes away from LiveCode scripts. I imagine that keeping the scripts in files and stacks, as opposed to embedded in web pages, is the best

Re: Code Security When Using LiveCode Server

2012-04-21 Thread Richard Gaskin
Gregory Lypny wrote: In developing a site using LiveCode server, I’d be interested in your thoughts on keeping prying eyes away from LiveCode scripts. I imagine that keeping the scripts in files and stacks, as opposed to embedded in web pages, is the best thing. Why not? Jacque's right

Re: Code Security When Using LiveCode Server

2012-04-21 Thread Mike Bonner
Plus you can put any included library files or stacks outside the webserver document root so they can only be hit indirectly. Be careful if you use a library stack made with 5.5 and save it in the legacy format. I don't believe the current lc server can load up 5.5 stacks. On Sat, Apr 21, 2012

Re: Code Security When Using LiveCode Server

2012-04-21 Thread Pierre Sahores
Conformed : LC server can handle stack's libs saved under up to the 5.0.2 version of LC Le 21 avr. 2012 à 20:24, Mike Bonner a écrit : Plus you can put any included library files or stacks outside the webserver document root so they can only be hit indirectly. Be careful if you use a