Re: use password protected scripts on LC web server

2018-11-18 Thread Matthias Rebbe via use-livecode
That´s the way i am doing it with the complete script, not only with confidential data. Most of my scripts in public web root just contain an include command e.g. The included file, which is stored outside the public web area then contains the complete script. So in any case the Livecode Serv

Re: use password protected scripts on LC web server

2018-11-18 Thread AndyP via use-livecode
You can also put your LC scripts outside the public web root, then include them in a calling LC script for extra security. - Andy Piddock My software never has bugs. It just develops random features. TinyIDE a Free alternative minimalist IDE Plugin for LiveCode Script editor Themer

Re: use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
I finally got it to work, just don't do "include" the script, but only do "start using" On Sat, Nov 17, 2018 at 10:30 PM Todd Fabacher wrote: > I got the LC Indy web server installed and it can connect to the DB and > return JSON. > > But as soon as I reference a password protected script file

Re: use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
I got the LC Indy web server installed and it can connect to the DB and return JSON. But as soon as I reference a password protected script file, it gave me an error. This is the error I am getting: REVO7000 file "/var/www/html/model.lc" file "/var/www/html/xps_sync_delete.lc" file "/var/www/

Re: use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
SUPER..I FOUND IT AND THE ANSWER IS YES!!! This changes my entire concept of using LiveCode online. I can do full debugging in my app and just take the functionality I want and move it online. FANTASTIC!! On Sat, Nov 17, 2018 at 9:21 PM Todd Fabacher wrote: > Quick question...we have some spe

use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
Quick question...we have some specific info in LC we need to put in a LiveCode web script to be run online. But we need to protect the content. Can we put that in a password protected script, drop it online and add it in as an "Include"?? Thanks, this would be SUPER helpful, Todd