Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 .. 14 :: one page |
Author |
Thread Statistics | Show CCP posts - 1 post(s) |

CDLHamma
Dragon Wolf Enterprises EVESpace
|
Posted - 2008.02.01 19:41:00 -
[211]
Won't even install for me at all, prompts to download the install.php in firefox and gives a DNS error of all things in IE |

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.01 19:58:00 -
[212]
Originally by: Aria Minasa
oohhhh it didn't say curl ok. Hmm... maybe should have the next button disabled with a prompt saying, curl needs to work.
Was considering it, but it is possible to use the tracker without it but many of the nicer features would be broken. I may add something to make it more obvious that you may have issues if you continue.
Originally by: CDLHamma Won't even install for me at all, prompts to download the install.php in firefox and gives a DNS error of all things in IE
It sounds like your web host is configured wrong?
Corporation Management Improvement |

CDLHamma
Dragon Wolf Enterprises EVESpace
|
Posted - 2008.02.01 20:08:00 -
[213]
Nope everything is good, all the required apps PHP5 and everything. Also running PHP/MySQL forums and such. The index.php runs but the install.php does nothing. |

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.01 20:23:00 -
[214]
Originally by: CDLHamma Nope everything is good, all the required apps PHP5 and everything. Also running PHP/MySQL forums and such. The index.php runs but the install.php does nothing.
Thats very odd, all install.php does is display information about your config.php file and some server settings. It should be located in a subdirectory called install, so http://yourhost.com/pos/install/install.php
Corporation Management Improvement |

CDLHamma
Dragon Wolf Enterprises EVESpace
|
Posted - 2008.02.01 20:32:00 -
[215]
It doesn't show anything at all - no errors or anything.
Perhaps I will check my php log, see if there are any errors listed in there. |

Myrdyr
|
Posted - 2008.02.01 21:18:00 -
[216]
Originally by: Johnathan Roark
Originally by: Myrdyr Is anyone having any problems with the Optimum fuel calculator not working in editpos.php ?
Not working in what way? Wrong quantities? No quantities?
shows zero for all quantities Please post constructively. ~Saint |

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.02 06:26:00 -
[217]
Originally by: Myrdyr
Originally by: Johnathan Roark
Originally by: Myrdyr Is anyone having any problems with the Optimum fuel calculator not working in editpos.php ?
Not working in what way? Wrong quantities? No quantities?
shows zero for all quantities
I really haven't changed anything in editpos.php. Only thing I did was removed a bit of old code that makes all gallente, mimnatar, and caldari towers treated as Amarr towers. What race are your towers?
Corporation Management Improvement |

Myrdyr
|
Posted - 2008.02.03 20:15:00 -
[218]
mine are gallente. i've updated from both SVN and the beta2 release w/ no change so I am guessing it must be a database issue. can you point me towards which tables i can try restoring? I really don't want to lose the POS structures and silo data I've got set up... Please post constructively. ~Saint |

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.03 20:22:00 -
[219]
Originally by: Myrdyr mine are gallente. i've updated from both SVN and the beta2 release w/ no change so I am guessing it must be a database issue. can you point me towards which tables i can try restoring? I really don't want to lose the POS structures and silo data I've got set up...
check your tower_static, sovereignty_static, and sovereignty_constellation_static. If what I suspect is going on is correct, you need to reload those tables.
POS-Tracker 2.1.0 Hosting |

Fubar
Eagle Eye Inc.
|
Posted - 2008.02.03 22:52:00 -
[220]
I found a bug in the way the volume_per_cycle is calculated in editpos.php. Lines 96 and 97.
$volume_per_cycle += ceil((($current_pg / $total_pg) * $required_ozone) * 0.4); $volume_per_cycle += ceil((($current_cpu / $total_cpu) * $required_heavy_water) * 0.4);
should be
$volume_per_cycle += (ceil(($current_pg / $total_pg) * $required_ozone) * 0.4); $volume_per_cycle += (ceil(($current_cpu / $total_cpu) * $required_heavy_water) * 0.4);
|

Myrdyr
|
Posted - 2008.02.04 16:25:00 -
[221]
Originally by: Johnathan Roark
Originally by: Myrdyr mine are gallente. i've updated from both SVN and the beta2 release w/ no change so I am guessing it must be a database issue. can you point me towards which tables i can try restoring? I really don't want to lose the POS structures and silo data I've got set up...
check your tower_static, sovereignty_static, and sovereignty_constellation_static. If what I suspect is going on is correct, you need to reload those tables.
confirmed, this did indeed fix my problems. Thanks again! Please post constructively. ~Saint |

XFranc
Caldari Lucian Alliance
|
Posted - 2008.02.04 22:37:00 -
[222]
Edited by: XFranc on 04/02/2008 22:37:55 Hi there,
Great application this!
Came across a couple of errors that i havent seen posted yet :
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /pos/viewpos.php on line 170
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /pos/viewpos.php on line 175
Warning: Division by zero in /pos/viewpos.php on line 246
This is on the http://www.eve-arcane.com/pos/viewpos.php?i=3 page, after adding a Corp Hangar array and a few other things.
|

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.05 07:23:00 -
[223]
Originally by: XFranc
Hi there,
Great application this!
Came across a couple of errors that i havent seen posted yet :
Your silos aren't setup and you really shouldn't post the link to your tracker, although I am rather sure all the security holes have been found, its probably better that you don't help anyone by telling them where it is
POS-Tracker 2.1.0 Hosting |

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.05 07:52:00 -
[224]
Imports/Exports
I am looking at adding at adding some importing and exporting to POS-Tracker. I am not sure how far to take it though. I could export all the fields in tower_info, plus structues. I am leaning toward something like the following:
<pos-tracker version="0.1"> <currentTime>2008-02-05 07:10:52</currentTime> <pos> <tower typeID="20060" typeName="Amarr Control Tower Small" itemID="12345675" systemID="30000142" systemName="Jita" moonID="40009081"> <fuelbay/> <structures> <structure typeID="17184" typeName="Ballistic Deflection Array" online="1"/> <structure typeID="27675" typeName="System Scanning Array" online="1"/> <structure typeID="17182" typeName="Warp Scrambling Battery" online="1"/> </structures> </tower> </pos> <cachedUntil>2008-02-05 07:16:52</cachedUntil> </pos-tracker>
This would require some info to be filled in after importing such as owner, outpost, corp and alliance. I am considering adding corp and alliance and leaving everything else out. This would be for a full export. I am also thinking about a more limited export with only structures in addition to the full. This would basically be a way to come up with a predefined tower fitting, export the fitting, and then importing it for every tower that has a similar fit. These would be basically tower templates.
Other Apps There are some other POS tools that use XML to store info as well. I am also looking at adding the ability to import there XML into the tracker. I may also be able to generate an export that these apps can use as well.
POS-Tracker 2.1.0 Hosting |

Dan Treva
Raptor Services LTD
|
Posted - 2008.02.05 17:40:00 -
[225]
Being able to get a correct fuel calculation by putting in just the CPU/Power grid numbers would be great.
Added 20+ modules, is a painfull process.
If I have a Gallente Control Tower:
CPU: x of 6,750 used PG: x of 3,750,000 used
If there was an API export of POS modules that indicated if they were online/offline, then individual mods would make sense.
|

Myrdyr
|
Posted - 2008.02.06 15:33:00 -
[226]
I had a thought along the same lines but lazier -- as long as the updates are at least an hour apart you can do a difference of all the values and autocalculate fuel usage, no? I think assuming max usage is ideal until you get enough API grabs to determine actual usage, which can autoupdate if it detects a change in ratios... Please post constructively. ~Saint |

Mark Jones
|
Posted - 2008.02.07 00:47:00 -
[227]
I just got your beta working and have found a small omission in the pos structures. You have reactor which appears to corelate to complex reactor but you have no simple reactor.
One feature that I would like to see is the way you handle silos extended to coupling arrays as I use them in cases where the pos does not have enough cpu to run silos
|

Myrdyr
|
Posted - 2008.02.07 19:02:00 -
[228]
The Reactor Array is the simple reactor, the Medium Reactor Array is the complex reactor. Please post constructively. ~Saint |

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.07 19:11:00 -
[229]
Originally by: Dan Treva Being able to get a correct fuel calculation by putting in just the CPU/Power grid numbers would be great.
Added 20+ modules, is a painfull process.
If I have a Gallente Control Tower:
CPU: x of 6,750 used PG: x of 3,750,000 used
If there was an API export of POS modules that indicated if they were online/offline, then individual mods would make sense.
I may add something like that as an option.
Originally by: Myrdyr I had a thought along the same lines but lazier -- as long as the updates are at least an hour apart you can do a difference of all the values and autocalculate fuel usage, no? I think assuming max usage is ideal until you get enough API grabs to determine actual usage, which can autoupdate if it detects a change in ratios...
I've considered doing something like that. The main issue is the api is cached for 6 hours. Its likely not to be as accurate. I may do some test on this though.
Originally by: Mark Jones I just got your beta working and have found a small omission in the pos structures. You have reactor which appears to corelate to complex reactor but you have no simple reactor.
One feature that I would like to see is the way you handle silos extended to coupling arrays as I use them in cases where the pos does not have enough cpu to run silos
The names have been changed since I last exported the sturctures. Medium Reactor is the Simple Reactor, Complex Reactor is just called Reactor Array.
As far as coupling arrays, I am planning on redoing the silo code at some point.
Originally by: Myrdyr The Reactor Array is the simple reactor, the Medium Reactor Array is the complex reactor.
Other way around.
I'd like to more opinions on the import/export feature. Am I wasting my time with this?
POS-Tracker 2.1.0 Hosting |

Mark Jones
|
Posted - 2008.02.07 19:13:00 -
[230]
I verified the cpu usage is that of the complex reactor not the simple.
I am unclear does the program query the api regularly to get fuel levels and such or just when you click the button on the admin panel page?
|

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.07 20:46:00 -
[231]
Originally by: Mark Jones I verified the cpu usage is that of the complex reactor not the simple.
I am unclear does the program query the api regularly to get fuel levels and such or just when you click the button on the admin panel page?
You have to setup a cron job to run a shell script that will update fuel levels.
POS-Tracker 2.1.0 Hosting |

Mark Jones
|
Posted - 2008.02.08 14:19:00 -
[232]
Having a problem with the mail.php file. When it is run it errors out with the following
Could not get pos_info; Table 'mypos.pos_info' doesn't exist
Any ideas what I have done wrong?
|

Dan Treva
Raptor Services LTD
|
Posted - 2008.02.08 19:14:00 -
[233]
Originally by: Mark Jones Having a problem with the mail.php file. When it is run it errors out with the following
Could not get pos_info; Table 'mypos.pos_info' doesn't exist
Any ideas what I have done wrong?
You need to change a few lines...
Line 16/17: $where_statement = "WHERE ".TBL_PREFIX."tower_info.secret_pos = 0";
$sql = "SELECT ".TBL_PREFIX."tower_info.*, ".TBL_PREFIX."user.name, ".TBL_PREFIX."user.corp , (SELECT ".TBL_PREFIX."user.name FROM ".TBL_PREFIX."user WHERE ".TBL_PREFIX."tower_info.secondary_owner_id=".TBL_PREFIX."user.eve_id ) AS 'backup'FROM ".TBL_PREFIX."tower_info LEFT JOIN ".TBL_PREFIX."user ON ".TBL_PREFIX."tower_info.owner_id=".TBL_PREFIX."user.eve_id " . $where_statement . " ORDER BY ".TBL_PREFIX."tower_info.towerName";
Line 24: $sql = "SELECT * FROM ".TBL_PREFIX."update_log WHERE type_id = '" . $pos_id . "' ORDER BY id DESC";
Line 32: $sql = "SELECT * FROM ".TBL_PREFIX."user WHERE eve_id = '{$owner_id}'";
Line 38: $email = $row2['email'];
Should work properly after doing that.
|

Mark Jones
|
Posted - 2008.02.08 23:37:00 -
[234]
That worked like a charm.
Question: How hard would it be to add the moon location to the e-mail that is reported?
|

Yarkan
M'8'S
|
Posted - 2008.02.11 07:39:00 -
[235]
Missing Structures you can choose a Reactor Silo (thats a complex one) but no simple reactor (missing in database)
|

Johnathan Roark
Caldari Quantum Industries Interstellar Alcohol Conglomerate
|
Posted - 2008.02.11 16:23:00 -
[236]
Originally by: Yarkan Missing Structures you can choose a Reactor Silo (thats a complex one) but no simple reactor (missing in database)
CCP changed the names, Simple reactor is the same thing as Medium Reactor Array.
POS-Tracker 2.1.0 Hosting |

Johnathan Walker
Caldari Templars of Space Black Star Alliance
|
Posted - 2008.02.11 20:04:00 -
[237]
Hmm, any chance on someone turning this into english for me?
Quote: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 170
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 175
Warning: Division by zero in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 246
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 170
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 175
Warning: Division by zero in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 246
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 170
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 175
Warning: Division by zero in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 246
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 170
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 175
Warning: Division by zero in /home/masqsorg/public_html/templarsofspace/pos/viewpos.php on line 246
|

Research Rachel
|
Posted - 2008.02.12 16:04:00 -
[238]
Love the api stuff but getting errors when adding a tower manually...
Quote: Notice: Undefined variable: name in /home/public_html/AoAPOS/pos-transaction.php on line 220 Could not redirect; Headers already sent.
Also get similar errors on adding structures.
Also, adding an outpost causes
Quote: Notice: Use of undefined constant outpost_name - assumed 'outpost_name'
followed by a load of...
Quote: Notice: Undefined variable:
and changing the station in editpos brings up...
Quote: Notice: Undefined index: outpost_id in /home/ascentof/public_html/AoAPOS/outpost-transaction.php on line 8 Could not redirect; Headers already sent.
I know it was mentioned the outpost stuff is bugged and needs reworking, but just wondering if theres a way to fix all the undefined variables?
|

Fu Jinmei
|
Posted - 2008.02.12 20:46:00 -
[239]
Hi, I have a couple of issues with the cron jobs - I've fixed the mail one with the fix suggested in this thread but the others are still a problem:
Update POS
<b>Parse error</b>: syntax error, unexpected '{' in <b>/home/sites/xxxx.xxx/public_html/postracker2/cron_updatepos.php</b> on line <b>51</b><br />
Update SOV
<br /> <b>Fatal error</b>: Cannot instantiate non-existent class: simplexmlelement in <b>/home/sites/xxxx.xxx/public_html/postracker2/cron_updatesov.php</b> on line <b>21</b><br />
Update Alliance
<br /> <b>Fatal error</b>: Cannot instantiate non-existent class: simplexmlelement in <b>/home/sites/xxxx.xxx/public_html/postracker2/cron_updateallianceinfo.php</b> on line <b>23</b><br />
Any help appreciated
|

IVannaTrump
|
Posted - 2008.02.13 06:36:00 -
[240]
Here is a quick question.
I run a shared account with godaddy cron job, how? anybody with some working knowlede of how to get this feature to work would be of great help as their support staff are clueless.
thx
|
|
|
Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 .. 14 :: one page |
First page | Previous page | Next page | Last page |