These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

POS Tracker - FGV - 5.2.1

Author
xHjfx
The Legion of Spoon
Curatores Veritatis Alliance
#141 - 2012-12-17 00:25:50 UTC
You should use ECM, it tracks Silos and has much more features :)
Axis Raikkonen
Science and Trade Institute
Caldari State
#142 - 2013-01-29 15:39:39 UTC
Just wanted to drop in and say thanks for developing this! I have it installed on a Linux server running NGINX with PHP-FastCGI and it works great.

I do have one question, though. Is there a config line in one of the PHP scripts or a table in the database where I can change the value used to compute optimal stront level? It looks as if POS Tracker considers roughly 1d 16h to be "optimal", but our own internal policy requires us to stront differently. Is there a way to change this to reflect our own optimal stront level, or is it hard-coded?
Kismeteer
Bat Country
Pandemic Horde
#143 - 2013-01-31 15:01:28 UTC
Axis Raikkonen wrote:
Just wanted to drop in and say thanks for developing this! I have it installed on a Linux server running NGINX with PHP-FastCGI and it works great.

I do have one question, though. Is there a config line in one of the PHP scripts or a table in the database where I can change the value used to compute optimal stront level? It looks as if POS Tracker considers roughly 1d 16h to be "optimal", but our own internal policy requires us to stront differently. Is there a way to change this to reflect our own optimal stront level, or is it hard-coded?


Looks like it's hard coded right now to near max stront:
outpost_fill.php: $needed_hours = (integer) (abs($days_to_refuel*24) + abs($hours_to_refuel)) ;
I think you could modify that line to a different number if you wanted, for instance 1d6h:
outpost_fill.php: $needed_hours = 30;
PapaTramp
Far East Tigers
#144 - 2013-03-05 04:37:31 UTC
Hello.
Installed FGV on new server and trying add char but got error: Error: String could not be parsed as XML
All requirements checked and ok.
Still no solution for this issue?
Axis Raikkonen
Science and Trade Institute
Caldari State
#145 - 2013-03-16 18:28:14 UTC
PapaTramp wrote:
Hello.
Installed FGV on new server and trying add char but got error: Error: String could not be parsed as XML
All requirements checked and ok.
Still no solution for this issue?

I got this error too at first. Make sure you have curl enabled in your php.ini or you'll have trouble with all the API pulls that it tries to do.
ObiWeb Kenobi
Frequenz Monarchie
#146 - 2013-04-04 06:58:29 UTC
Aloha,

there is no "Unrefined Platinum Technite" in the Dropdown of the Elements which I Input from a reaction into the Silo.
So I used "Platinum Technite". But this is wrong. It counts 100 a hour. It should be 1 a hour from "Unrefined Platinum Technite".

Do you know where I can manually update those missing informations in the database?

When is the Chief Developer back again?
Such a great piece of Software must continue^^.
Or are ther forks?

Obi


Frozen Guardian
The Scope
Gallente Federation
#147 - 2013-04-11 04:06:07 UTC
Well lets see I'm still about kinda lol.

Looks like I may have some more free time coming up. I actually tried to get a bit of work done tonight but remembered that since I'm no longer in a corp/alliance with towers I have nothing to work off of. A bit hard to look at tower API info when you don't have any. Unless someone sends me an entire corp key (promise I won't share it) to see all assets/tower info I'll have to wait for singularity's API to work and get on the test server to make a fake tower setup.

As for the Unrefined Platinum Technite the last major POS tracker update was over a year ago so it'll be missing along with the others. If memory serves me correctly I believe you would place its ID and info in pos3_reaction_static and pos3_material_static
Samuel Capalt
Sniggerdly
Pandemic Legion
#148 - 2013-04-13 00:22:04 UTC
Could there be an option in Step 4 to install everything? Takes a butthurtload amount of time to do it one-by-one.
Frozen Guardian
The Scope
Gallente Federation
#149 - 2013-04-13 02:41:42 UTC
Samuel Capalt wrote:
Could there be an option in Step 4 to install everything? Takes a butthurtload amount of time to do it one-by-one.


Is that the moons? Usually you only select the moon regions you need but I guess I could add in something in the next version to do everything at once because this keeps being requested.
Jetro Grissom
Global Dynamics Production
#150 - 2013-04-30 09:09:01 UTC
Hello, i can not download source - looks like host problems...
ObiWeb Kenobi
Frequenz Monarchie
#151 - 2013-05-07 15:09:14 UTC
Try this :
5.2.0 Zip file
Luteros
Souls of Steel
#152 - 2013-05-22 13:55:31 UTC
Is this Project still alive?

Would be nice if the new reactions could be implemented and would be awesome if it could automatically collect POS Modules (and their Content) from the API and position them at the correct Tower.
Frozen Guardian
The Scope
Gallente Federation
#153 - 2013-06-24 06:02:39 UTC
Luteros wrote:
Is this Project still alive?

Would be nice if the new reactions could be implemented and would be awesome if it could automatically collect POS Modules (and their Content) from the API and position them at the correct Tower.


Yeah it is but slowly. I did see some more stuff needs to be changed...well actually a lot needs to change in the tracker. But I'm going to keep working at it as I get time and try to get back into EVE more.
Gabba Cyno
#154 - 2013-06-25 19:34:06 UTC
Frozen Guardian wrote:
Luteros wrote:
Is this Project still alive?

Would be nice if the new reactions could be implemented and would be awesome if it could automatically collect POS Modules (and their Content) from the API and position them at the correct Tower.


Yeah it is but slowly. I did see some more stuff needs to be changed...well actually a lot needs to change in the tracker. But I'm going to keep working at it as I get time and try to get back into EVE more.




This is great news.

.

Gabba Cyno
#155 - 2013-06-25 19:34:37 UTC
Luteros wrote:
Is this Project still alive?

Would be nice if the new reactions could be implemented and would be awesome if it could automatically collect POS Modules (and their Content) from the API and position them at the correct Tower.



I would donate a plex if it could do this.

.

ILLADEN
T.R.I.A.D
Ushra'Khan
#156 - 2013-06-28 22:06:57 UTC
Do you have support for PHP in your template files?
Tiberu Stundrif
Nifty Idustries
Pandemic Horde
#157 - 2013-07-26 17:34:22 UTC
Frozen Guardian wrote:
Luteros wrote:
Is this Project still alive?

Would be nice if the new reactions could be implemented and would be awesome if it could automatically collect POS Modules (and their Content) from the API and position them at the correct Tower.


Yeah it is but slowly. I did see some more stuff needs to be changed...well actually a lot needs to change in the tracker. But I'm going to keep working at it as I get time and try to get back into EVE more.



I would be happy to donate a PLEX as well to help with continued development if you choose to move forward.
VolatileVoid
Viking Clan
#158 - 2013-09-07 08:53:37 UTC
Looks like you are searching for some options like in my small standalone project.
http://balanced-unity.de/data/PosWatcherManual.pdf
Laube
Sebiestor Tribe
Minmatar Republic
#159 - 2013-09-25 15:05:25 UTC
i have installed it on our server, its all working, but one thing dont work right.

I have created a Fernite Carbide reaction.
and in the 'Production' tab it calculate the 'Time Until Full/Empty' worng.
but if i click on the pos overview, is all right.





  1. Silo Material Input/Output Required/Produced Available Online FULL Connected to: Linked to:
  2. Silo 63 Ceramic Powder Provider 100 (1m3) 8100 3d 9h No Complex Reactor Array (Fernite Carbide)
  3. Silo 64 Fernite Alloy Provider 100 (1m3) 9000 3d 18h No Complex Reactor Array (Fernite Carbide)
  4. Silo 65 Fernite Carbide Receiver 10000 (0.01m3) 770000 5d 3h No Complex Reactor Array (Fernite Carbide


anyone have an idea?
bringrainfire
Industrial Spy Network
#160 - 2013-10-08 10:18:06 UTC
Frozen Guardian wrote:
Luteros wrote:
Is this Project still alive?

Would be nice if the new reactions could be implemented and would be awesome if it could automatically collect POS Modules (and their Content) from the API and position them at the correct Tower.


Yeah it is but slowly. I did see some more stuff needs to be changed...well actually a lot needs to change in the tracker. But I'm going to keep working at it as I get time and try to get back into EVE more.





Last time I tried it, I noticed the entire thing needs to be rewrote to support PHP 5.5 as MYSQLi is the only supported method for database minipulation.