Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 761 of 807  Not logged in ELOG logo
    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
    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: 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:


    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 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
    icon2.gif   Re: Quick Filter not searching on Enter, posted by Andreas Luedeke on Thu Aug 11 09:18:27 2016 
I've checked for this forum logbook, and pressing "enter" while having focus in the quickfilter text field does initiate the search. Does
it work for you with this logbook?




Alan
    icon2.gif   Re: elog client cmd line submission of attributes with spaces., posted by Andreas Luedeke on Sat Aug 20 12:17:10 2016 
If the "Start Time" attribute is of the type "datetime", then you cannot assign a date string to it.
Instead you'll have to assign the seconds of the epoch.
Try assigning a "0", that should be the 1st of January 1970.
ELOG V3.1.5-3fb85fa6