Need a pointer regarding file.em

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
Basara
Novice Poster
Posts: 47
Joined: Fri Oct 13, 2006 6:37 am

Need a pointer regarding file.em

Post 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
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post 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.
Post Reply