Page 1 of 1

Need a pointer regarding file.em

Posted: Thu Nov 01, 2007 7:30 am
by Basara
Hi all,

been trying to recreate a file I had a while back which was lost in server crash.
Our command scripts have a line at the top as follows:
//Example: .info - Shows info on the selected target

We used to have a function that could read the .src files, find that line and return it with the name of the script.
This was done in a www script and basically listed all commands and their decriptions.
Now I'm having a real problem figuring out how it was done with file.em, is there something I'm missing, am I using the wrong .em, is it possible it wasn't even using POL but PHP or PERL or something?

Thanks for any help

Posted: Fri Nov 02, 2007 9:06 pm
by Yukiko
I think you are correct when you say it wasn't using POL. For security purposes POL only has read access to data (txt) and config (cfg) files. It can write to data, config and log files.

So probably was PERL or PHP scripting involved there.