How can I host elog in a web server. I need sample config file on [global] segment to show config on how it can be host. Please need your help. Thanks
Hi all,
i have a question... How can i manage it that elog starts automatically on windows startup ? I always need to type "elogd -p 85" in the console that it starts ...
Can anyone help me ? =)
Thanks
SenoX
Hi Stephan,
How can I delete / hide the Elog Icon
and Labels like ELOG V2.7.5-2175 ?
Thanks,
Michael
My config files are often large and use some shell scripting. In these shell scripting part I interact with files and execute scripts in specific folder. It would be nice to have the ability to define for example a file path once and reuse it in different parts of the config file. It would help to make config files cleaner. For example:
Preset CampaignID = $shell( if [ -r $c_cid ] ; then cat $c_cid; else echo None > $c_cid; echo None; fi )
Encoding problem: How to make ELOG generate HTTP pages with <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=XXXX"> tag in header. With charset=XXX selectable via config.
Used to deny a certain command to a list of users. This can be used to deny a guest user to enter new messages or modify a message. Hosts allow = <list> Hosts deny = <list> could you deny guest user like this guest is not loggeg ? hubert is logged Hosts deny = guest,hubert does anybody has experience with deny based on IP adresse ?