Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 55 of 238  Not logged in ELOG logo
icon1.gif   Sample of actual elog Config with URL in SSL, posted by Dawang on Mon Dec 14 04:42:04 2015 
HI Guys,

Can you please give me an idea how will I write in the config. I want my elog will be accessed via internet. Though there's a tutorial /
guideline, I need an actual config file for me to easily grasp how the URL = xxx should be write. Do my port should be Port = 433 and SSL=1?
    icon2.gif   Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Wed Dec 16 09:56:09 2015 
You normally don't need to specify "URL = xxx" at all. It is only needed if you work with a Proxy that changes the normal ELOG URL. And
yes, you'll need "Port = 433" and "SSL =1".

And elogd must be compiled with USE_SSL=1, maybe that's your problem?
       icon2.gif   Re: Sample of actual elog Config with URL in SSL, posted by Chris Smyth on Thu Aug 4 16:40:14 2016 
how do I compile elogd with USE_SSL=1?




Andreas Luedeke wrote:



You normally don't need
          icon2.gif   Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Thu Aug 4 21:53:37 2016 
Very easy: uncomment the line USE_SSL=1 in the Makefile and then compile.

You'll need of course a gcc compiler on your Windows system, a makefile environment, SSL libraries, etc.. If you don't have that: ask
you local administrator.
             icon2.gif   Re: Sample of actual elog Config with URL in SSL, posted by Chris Smyth on Tue Aug 9 04:23:07 2016 
By the Makefile i belive you are refering to the elogd.cfg? if not what file do I have use?

I have added

port = 443
                icon2.gif   Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Tue Aug 9 14:01:04 2016 
You need to download the source file package of ELOG and compile it. If you don't know what a Makefile is, then it is likely futile for you to attempt
to compile ELOG.

Or in other words: you cannot use SSL.
                icon2.gif   Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Tue Aug 9 14:08:20 2016 
You've already named your solution: drop the very old ELOG version and download the new one. Obviously it was compiled with USE_SSL and you can use
it right away.

Since you probably don't even have the source files of the old version, you'll have no chance to make it work with that. Just use ELOG
icon8.gif   SSL, posted by Chris Smyth on Thu Aug 4 14:28:18 2016 
How do I enable SSL with port 443 in version ELOG V2.7.8-2294 and
rename from localhost?

Server is running Windows 2008
icon5.gif   inserting pictures into a post, posted by d. nettles on Wed Jul 17 23:46:01 2002 
does elog have a way of inserting pictures into a post other than including
them as an attachment? i can put a picture in using html text, but this
method only works if the picture is stored on the local server. anyone
    icon2.gif   Re: inserting pictures into a post, posted by Stefan Ritt on Tue Jul 23 09:21:38 2002 
> does elog have a way of inserting pictures into a post other than 
including
> them as an attachment? i can put a picture in using html text, but 
this
> method only works if the picture is stored on the local server. anyone
       icon2.gif   Re: inserting pictures into a post, posted by JD on Fri Jul 22 09:58:47 2016 
I know this thread is realy old. Anyways I would like to give a +1 on this request.  As a workaround I currently wrote a small PHP Image Hosting/Upload
Script and embedded a link to it in the Menue. 

On that page the user uploads the image and gets a link which he/she can embedd using the 
          icon2.gif   Re: inserting pictures into a post, posted by Stefan Ritt on Fri Jul 22 10:08:13 2016 Screen_Shot_2016-07-22_at_10.09.00_.png
I don't know if you realized, but that (veeeeery old) wish has been implemented about five years ago or so. Now you can instert pictures into the
body like this:

             icon2.gif   Re: inserting pictures into a post, posted by JD on Fri Jul 22 10:27:09 2016 
Wow, now me managed it as well ;).. We uploaded/droped the image in the attatchment and not into the text area.  Thank you!

Cheers

Jonathan
             icon2.gif   Re: inserting pictures into a post, posted by Antonio Bulgheroni on Fri Jul 22 13:56:06 2016 
I have just made a fresh installation of ELOG 3.1.1 on a windows machine and unfortunately it is not working. If I try to insert a picture with the image
button, the dialog complains that the image url is missing. If I drag-and-drop the picture on the edit area, it gets attached but not added as picture.

I tried already on two different computer and on the basic elog configuration.
icon5.gif   Different logbook files when running elogd as admin or normal user, posted by Antonio Bulgheroni on Thu Jul 21 07:44:04 2016 
Dear all, I have a problem with my window elog installation (2.9.2) and I would like to ask your help for solving it.

I'm using elog on my lab computer for a single user installation, so something very simple. It was running smoothly for many months using
the automatic window service (i.e. elogd was started automatically at boot). I need to add that the service is started as the local administrator, while
    icon2.gif   Re: Different logbook files when running elogd as admin or normal user, posted by Stefan Ritt on Thu Jul 21 08:08:07 2016 
I don't know why elogd uses different logbook directories depending on the user. Maybe you start it in different directories, or one user cannot
read the config file and falls back to some default. Anyhow, you can start elogd interactively wit the -v flag which tells you which logbook files are
parsed. There are no cache files or similar, everything is stored in Yymmdda.log files, you just have to search for them.
       icon2.gif   Re: Different logbook files when running elogd as admin or normal user, posted by Antonio Bulgheroni on Thu Jul 21 09:37:47 2016 
So I found the my log files, but this issue should probably be documented.

When running as admin my logbook files are where they should (C:\Program Files (x86)\ELOG\logbooks)

When running as local user (with no admin rights), elogd has no writing access to the logbooks directory. So it falls back to use C:\Users\[MyUserName]\AppData\Local\VirtualStore\Program
icon1.gif   string length limit in url tag, posted by Don on Wed Jul 20 16:03:24 2016 
What is the string length limit in url tag and how to increase it?

For example,

[url=http://example.com?<text_string>]click here[/url]
    icon2.gif   Re: string length limit in url tag, posted by Andreas Luedeke on Thu Jul 21 06:15:44 2016 
Several strings in ELOG are limited to 256 chars. It is likely the limit for URLs, too.

The magic number "256" appears 285
times in the elogd.c file.

It is probaly easier if you compress long URLs with goo.gl

Cheers, Andreas




Don wrote:


icon1.gif   Escape character [ or ] doesn't work within [url], posted by Don on Fri Jul 15 19:46:26 2016 
Here is the problem:

[url=http://example.com?arrays[]=v1&arrays[]=v2]click here[/url]

How can I escape [] inside url tag?
    icon3.gif   Re: Escape character [ or ] doesn't work within [url], posted by Andreas Luedeke on Mon Jul 18 23:37:22 2016 
The URL encoding of ']' as '%5D' appears to work:

[url=http://example.com?arrays[%5D=v1&arrays[%5D=v2]click here[/url]

Cheers, Andreas
       icon2.gif   Re: Escape character [ or ] doesn't work within [url], posted by Don on Tue Jul 19 21:08:08 2016 
 




Andreas
Luedeke wrote:



The URL encoding of ']' as '%5D' appears to work:
icon1.gif   Email report has incorrect pictures, posted by Austin Reid on Tue Jul 12 21:23:13 2016 emailedversion.jpgokversion.jpg
My group uses the precompiled Debian binary, and I use ELCode to format my log reports. (I've found it to be the easiest way to generate inline images)

Yesterday, I submitted an entry that renders correctly on the elog itself, but the email report that was sent to my collaborators was quite confusing,
icon5.gif   Using Reply option, posted by Jason S on Tue Jul 12 16:18:46 2016 
Forgive me I'm not incredibly Elog savy yet.

A little backround about this log book -  I have our log set up as individual user names.  The log book is designed for entrys to be
made when a process shutdown needs to be bypassed.  The operator will create an entry and submit it.  Then a supervisor will come in after
    icon2.gif   Re: Using Reply option, posted by Andreas Luedeke on Tue Jul 12 19:39:04 2016 
Preset on reply Author = $long_name
Cheers, Andreas




Jason
       icon2.gif   Re: Using Reply option, posted by Jason S on Tue Jul 12 20:53:03 2016 
Works Great. Thanks Andreas




Andreas Luedeke wrote:



Preset on reply Author
ELOG V3.1.5-3fb85fa6