Release ED ToolBox - A companion app

Note, when entering a log you can grab a image (or new image) and thumbnail it to the log (asks for a web link, which CAN link to the localhost etc but) isn't there a more direct way?
 
Formal Request: High Priority (first one of THESE for me)
Create a security login that allows edit menu and personal data BUT can share the general data remotely with other users (or if not a localhost secure things won't able to be seen). I would love to be able to make my travels public. But not things like my API and login. The public version would have to be a option of course and may have firewall issues.

I can, of course, let people see it now, but they can see my private data too.

Perhaps a "Just my logs are public" option as well with option to make non-public logs so they can't see trading comments?
 
Last edited:
Bug Report:
Selecting Database Management
Created:

Warning: Declaration of Min_DB::connect($O, $V, $G) should be compatible with mysqli::connect($host = NULL, $user = NULL, $password = NULL, $database = NULL, $port = NULL, $socket = NULL) in C:\Program Files (x86)\ED ToolBox\EDTB\admin\adminer.php on line 204

EDIT ADDED:

From EDTB Errors is a recuring:

12.02.2016 15:15:16 action\updateAPIdata.php 71 Error: no output from API, see http://edtb.xyz/?q=common-issues#api_info for help

and not as regular:

source\curSys.php 186 {"msgnum":402,"msg":"An entry for the same system already exists just before the visited date."}
 
Last edited:
Bug Report:
Selecting Database Management
Created:

Warning: Declaration of Min_DB::connect($O, $V, $G) should be compatible with mysqli::connect($host = NULL, $user = NULL, $password = NULL, $database = NULL, $port = NULL, $socket = NULL) in C:\Program Files (x86)\ED ToolBox\EDTB\admin\adminer.php on line 204

EDIT ADDED:

From EDTB Errors is a recuring:

12.02.2016 15:15:16 action\updateAPIdata.php 71 Error: no output from API, see http://edtb.xyz/?q=common-issues#api_info for help

and not as regular:

source\curSys.php 186 {"msgnum":402,"msg":"An entry for the same system already exists just before the visited date."}
Thanks, I use PHPMyAdmin myself so I hadn't noticed :) Updating Adminer to latest version fixed the problem.

As for API errors, you'll need to re-connect the API.
Formal Request: High Priority (first one of THESE for me)Create a security login that allows edit menu and personal data BUT can share the general data remotely with other users (or if not a localhost secure things won't able to be seen). I would love to be able to make my travels public. But not things like my API and login. The public version would have to be a option of course and may have firewall issues.


I can, of course, let people see it now, but they can see my private data too.


Perhaps a "Just my logs are public" option as well with option to make non-public logs so they can't see trading comments?
While a good idea, it's not exactly a simple task with how EDTB is built. I'll think about it though, maybe I can come up with a reasonable solution.

EDIT: the "An entry for the same system already exists just before the visited date" is a message from EDSM. Are you using other programs simultaneously that also update your logs to EDSM?
 
Last edited:
(I'll be quiet now, sorry)
*Goes over in the corner and contemplates the new help guide and how it will work....
 
While a good idea, it's not exactly a simple task with how EDTB is built. I'll think about it though, maybe I can come up with a reasonable solution.

EDIT: the "An entry for the same system already exists just before the visited date" is a message from EDSM. Are you using other programs simultaneously that also update your logs to EDSM?

I didn't say it would be easy :) I have rebuilt web pages before and added such a thing. All I can think off is NOT allowing stuff that needs to private to show up on anything EXCEPT on the local machine. Then no security layer needed... just defining which thinks are private or not.

On Edit: Ummm... pretty likely... think Slopey's does
 
Last edited:
Tried to update to 1.1.2 but "Err_connection_refused". same problem with update and clean install. I tried both download links, no difference

Downgrading to 1.1.1 works fine.
 
Tried to update to 1.1.2 but "Err_connection_refused". same problem with update and clean install. I tried both download links, no difference

Downgrading to 1.1.1 works fine.
Did you download after I made a fix at about 3 PM GMT? If so, seeing the httpd.conf file would help debugging.
 
all firewalls turned completely off, no luck

When running 1.1.1 I see the Apache httpd.exe process running but with 1.1.2 it refuses to start.
If I try to start http.exe manually I get:
Code:
C:\Program Files (x86)\ED ToolBox\bin\apache\bin>httpd.exe
AH00548: NameVirtualHost has no effect and will be removed in the next release C:/Program Files (x86)/ED ToolBox/bin/apache/conf/httpd.conf:61(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted.
AH00072: make_sock: could not bind to address 0.0.0.0:443
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
 
Last edited:
Hmm.. Can't reproduce this error. Anyone else having this issue? Can you PM me your httpd.conf from bin/apache/conf.

Just found out about this software and installed it. Getting connection refused like others even with firewall turned off. Where can I download older version?

edit: well turns out web server isn't running or more accurately not starting at all so naturally it's not working http://pastebin.com/vpwueP1r
edit2: found version 1.1.1 from the github and installed it. Working like a charm. So webserver is borked with 1.1.2 release
 
Last edited:
v.1.1.2
- Added ability to minimize the left panel
- User's local IP address range is now automatically
added to httpd.conf to allow connections
- Marvin's rants are now in text files in Marvin/Rants
and can be customized to suit any allegiance or
preferred power
- Added a third log type (personal log) and the ability
to pin logs to to the top of the list, as well as the
option to give titles to log entries
- Added option to record audio logs using a microphone

Great work, thank you! My update went without any issues btw. I haven't had time to play tonight, but I logged in to test the minimise left-panel and it's working great so thank you very much, it makes a huge difference on my tablet. Hopefully I can play some tomorrow :)


Edit: not sure if this will help troubleshoot, but this is from my error log (my install seems to be fine): http://pastebin.com/P18Jp9tU
 
Last edited:
all firewalls turned completely off, no luck

When running 1.1.1 I see the Apache httpd.exe process running but with 1.1.2 it refuses to start.
If I try to start http.exe manually I get:
Code:
C:\Program Files (x86)\ED ToolBox\bin\apache\bin>httpd.exe
AH00548: NameVirtualHost has no effect and will be removed in the next release C:/Program Files (x86)/ED ToolBox/bin/apache/conf/httpd.conf:61(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted.
AH00072: make_sock: could not bind to address 0.0.0.0:443
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
Most likely some other program is using the port 443, which (I've just realised) isn't even needed by ED ToolBox :eek:
Remove the lines that say "Listen 443" and "NameVirtualHost *:443" from your httpd.conf and see if it makes a difference.
 
Most likely some other program is using the port 443, which (I've just realised) isn't even needed by ED ToolBox :eek:
Remove the lines that say "Listen 443" and "NameVirtualHost *:443" from your httpd.conf and see if it makes a difference.

BINGO!
Started without a hitch :)
Netlogs imported, screenshots imported, API working... watar is a happy commander
 
Back
Top Bottom