Release ED ToolBox - A companion app

Would have to call the web page in question actually... hmmm... well... I already can do that, so what am I asking you for? :)
Thinking aloud in text :)
 
Last edited:
Hi, thanks for this awesome tool :)
Just a quick note: your httpd.conf allows connections from eg 192.168.1; User like me in a 192.168.178 local network won't be able to connect from other machines in the network with the default configuration.
 
Hi, thanks for this awesome tool :)
Just a quick note: your httpd.conf allows connections from eg 192.168.1; User like me in a 192.168.178 local network won't be able to connect from other machines in the network with the default configuration.

Yea, we know there is no easy way to make it for all so he made note of it in the faq.
 
Last edited:
Hi, thanks for this awesome tool :)
Just a quick note: your httpd.conf allows connections from eg 192.168.1; User like me in a 192.168.178 local network won't be able to connect from other machines in the network with the default configuration.
Thanks for the heads up. I was under the impression 192.168.1 would include anything beginning with 192.168.1 (including your IP) but that's apparently not the case. I'll add a few more IP's to the default config :)
 
I haven't played with the config, since it has always worked for me. Is it possible to just input the start and end ranges, like this?

10.0.0.0-10.255.255.255
172.16.0.0-172.31.255.25
192.168.0.0-192.168.255.255
 
Last edited:
Well whatever you did in the latest version 1.1.1 fixed my API issue. Applied the update set up the companion API and VIOLA...there's my data....sweet!!!!
 
I haven't played with the config, since it has always worked for me. Is it possible to just input the start and end ranges, like this?

10.0.0.0-10.255.255.255
172.16.0.0-172.31.255.25
192.168.0.0-192.168.255.255
Maybe my Google-Fu is off today but I can't find a way to do it.

vernorator said:
Well whatever you did in the latest version 1.1.1 fixed my API issue. Applied the update set up the companion API and VIOLA...there's my data....sweet!!!!
Literally only changed one line but it may have been messing with the cookies. Why it only did it for some people, I have no idea.
Hopefully other people will get it working as well.
 
See https://httpd.apache.org/docs/trunk/mod/mod_authz_host.html
So I think the first one would be:
Code:
Require ip 10.0.0.0/24
Yeah, I was reading that. It also says I can use partial IP addresses, which is why I assumed 192.168.1 would include 192.168.178 but I guess it only includes 192.168.1.X.
I think what I'll do is add a script to the installer that adds the user's IP range from PHP's SERVER_ADDR variable to httpd.conf. That should be the most secure way to do it and it should be fool-proof.
 
Better late than never :)
Still no API for me. Hopefully some day soon one of your updates will tickle the right goblin in the code and I'll be able to enjoy ED Toolbox in all its full glory.

Even without the API working, awesome update. Love how the images fit in the logs now. Thanks for implementing that and all the other new features Walter.
 
Still no API for me. Hopefully some day soon one of your updates will tickle the right goblin in the code and I'll be able to enjoy ED Toolbox in all its full glory.

Even without the API working, awesome update. Love how the images fit in the logs now. Thanks for implementing that and all the other new features Walter.

Did you clear the cache recently? Walter, you have a cache in there someplace, that could be stopping him?
 
Did you clear the cache recently? Walter, you have a cache in there someplace, that could be stopping him?
There are some cached files in EDTB/cache which include the cookies for the API so Jorge could try to empty that folder (+ the browsers' cached files for EDTB just in case) and then try to connect to the API one last time :)
 
Did you clear the cache recently? Walter, you have a cache in there someplace, that could be stopping him?

There are some cached files in EDTB/cache which include the cookies for the API so Jorge could try to empty that folder (+ the browsers' cached files for EDTB just in case) and then try to connect to the API one last time :)

Thanks guys, I'll give it a try tonight and report back o7
 
Deleting the contents of the cache folder and clearing the browser cache seems to have improved things! See image below:
ED_Toolbox.JPG

It seems like the only thing missing now is the credits and rank symbols that are supposed to appear under the date and time. If you have any ideas how to bring those in as well that would be great. If not, thanks for the help all the same. It's much better already so I'm not going to complain :)
 
Deleting the contents of the cache folder and clearing the browser cache seems to have improved things! See image below:

It seems like the only thing missing now is the credits and rank symbols that are supposed to appear under the date and time. If you have any ideas how to bring those in as well that would be great. If not, thanks for the help all the same. It's much better already so I'm not going to complain :)
Check the API Settings and see if you've accidentally turned off commander status.
 
Back
Top Bottom