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

franny
Phoenix Knights
|
Posted - 2006.09.06 07:18:00 -
[91]
found it line 106(in notepad anyway)
Originally by: reads $sql = "SELECT * FROM pos_structures ps JOIN structure_static ss ON ps.type_id = ss.id WHERE ps.pos_id = '" . my_escape($_GET['i']) . "'";
but
Originally by: should read $sql = "SELECT * FROM pos_structures ps JOIN structure_static ss ON ps.type_id = ss.id WHERE ps.pos_id = '" . my_escape($_GET['i']) . "' AND ps.online=1";
|

franny
Phoenix Knights
|
Posted - 2006.09.06 07:38:00 -
[92]
oh ya, my annoyance
fuel in corp hanger 1 fuel in corp hanger 2(it's offline dammit!) fuel in corp hanger 3(it's offline too dammit!) fuel in NPC hanger *scrolls for 3 miles* maybe an option, use for fuel Y/N
|

Utoxin
Kydance Radiant Industries SMASH Alliance
|
Posted - 2006.09.06 16:46:00 -
[93]
Originally by: franny oh ya, my annoyance
fuel in corp hanger 1 fuel in corp hanger 2(it's offline dammit!) fuel in corp hanger 3(it's offline too dammit!) fuel in NPC hanger *scrolls for 3 miles* maybe an option, use for fuel Y/N
Well, for those technically inclined, you could just delete its entry in the pos_hangers table. :) For another solution... I'll see about adding a delete button per corp hangar.
I'd do it on the add page, but the 'use for fuel' option is nonsense in all but one case, so it doesn't make sense there.
|

franny
Phoenix Knights
|
Posted - 2006.09.06 17:33:00 -
[94]
I was thinking of adding an entry, and renaming the corp hanger Corp Hanger(Fuel) Corp Hanger(space)
and giving them different DB #s but same stats
then I got sidetracked by work, and then 5+hrs of hauling(and still going, pos stuffs in a viator :/ , my brains melted!)
|

Utoxin
Kydance Radiant Industries SMASH Alliance
|
Posted - 2006.09.06 18:23:00 -
[95]
As for the 'offline hangar showing' problem. I don't think that's really a problem. They still have stuff in them. They're easy to get back online.
Perhaps flag them as offline, and don't allow them to be editted in that state?
|

franny
Phoenix Knights
|
Posted - 2006.09.06 18:33:00 -
[96]
Edited by: franny on 06/09/2006 18:34:06 no, I ment add another item in the list so when you choose, you get blah blah blah Corp Hanger(Fuel) - (renamed the current one, so it still has the space in edit and view) Corp Hanger(Space) - (new entry, just eats cpu/grid) blah etc basicly, as a work around
|

Utoxin
Kydance Radiant Industries SMASH Alliance
|
Posted - 2006.09.06 18:41:00 -
[97]
Yeah. I understood that. I was referring back to your 'its offline dangit' comments next to the corp hangars in your earlier post. :)
|

franny
Phoenix Knights
|
Posted - 2006.09.06 19:22:00 -
[98]
actually they were all empty, I made the setup to test, and put 0 fuel in the whole test
|

Utoxin
Kydance Radiant Industries SMASH Alliance
|
Posted - 2006.09.06 19:25:00 -
[99]
*tries again*
You seemed to be complaining that 'offline' hangars were still being displayed. I was saying that even if they're offline, displaying them is still good, because they could still have fuel inside them, which would be a good thing to know.
My proposed solution: Show online and offline hangars on the 'View' page, with an indicator showing which state they're in. On the edit page, only show online hangars.
|

franny
Phoenix Knights
|
Posted - 2006.09.06 19:34:00 -
[100]
ok, I see what your saying, I blame it on 6+hrs of hauling
|

Utoxin
Kydance Radiant Industries SMASH Alliance
|
Posted - 2006.09.06 19:45:00 -
[101]
Agreed. That's the best solution at this point. :)
|

franny
Phoenix Knights
|
Posted - 2006.09.07 05:24:00 -
[102]
maybe i'm obsessive compulsive, but here's another thing the sort order of the structures in view and edit the by name is fine, but can you add by on/offline status too
so you don't get this Spatial Destabilization Battery 50 25000 Online Spatial Destabilization Battery 50 25000 Anchored Spatial Destabilization Battery 50 25000 Anchored Spatial Destabilization Battery 50 25000 Online
either sort by name then on/offline(offline last), or on/offline then name(so all the offline structures move straight to the end of the list) so you get Spatial Destabilization Battery 50 25000 Online Spatial Destabilization Battery 50 25000 Online Spatial Destabilization Battery 50 25000 Anchored Spatial Destabilization Battery 50 25000 Anchored
or
Warp Disruption Battery 50 100000 Online Warp Scrambling Battery 25 25000 Online White Noise Generation Battery 50 25000 Online White Noise Generation Battery 50 25000 Online (with or without a break) Corporate Hangar Array(Fuel) 150 100000 Anchored
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.07 14:51:00 -
[103]
Another one.. user-transaction.php, line 36 - Remove line 'session_start();' as it's alread on line 5.
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.07 14:53:00 -
[104]
Suggestion: - Some people might have more than one POS in a system. How about adding a Planet and Moon field as well as the System field.
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.07 15:02:00 -
[105]
Okay I'm back again...
editpos.php, Line 207 - Getting "Notice: Undefined index: eve_id in editpos.php on line 207" Replace: - $new_owner_id = $_SESSION['eve_id'];
With $new_owner_id = $_SESSION['id'];
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Utoxin
Kydance Radiant Industries
|
Posted - 2006.09.07 15:24:00 -
[106]
Originally by: Gilgamoth Suggestion: - Some people might have more than one POS in a system. How about adding a Planet and Moon field as well as the System field.
Regards,
Gil
Current practice is to use 'System P - M' as the 'system' field. It's not ideal, but it works without adding two more fields to the database, and breaking backwards compatibility yet again.
In 2.0, I plan to provide dropdowns of system names, using the RMR data. (Or, hopefully, a more up-to-date copy of the export. Maybe they'll release one for kali.)
Of course, there would be ways to add to the list in the admin, or just in the SQL itself.
Then I would have number fields for planet and moon. And the same thing for NPC stations. In this case, the NPC station wouldn't even have to be in the same system. You could select one anywhere to pair up with the POS.
Please remember that my goal for 1.0 is to get the current codebase to a 'usable' state, and eliminate as many bugs as I can. I think we're very close to that state right now. In fact, there's only a few things left to do.
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.08 14:48:00 -
[107]
Originally by: Utoxin Please remember that my goal for 1.0 is to get the current codebase to a 'usable' state, and eliminate as many bugs as I can. I think we're very close to that state right now. In fact, there's only a few things left to do.
Thanks Utoxin. Suggestion for v2.0, either have a user defineable prefix for the tables, or what would be better is user definable table/variable names in the config.php and details on how to alter an existing table to have the correct fields in that POS Tracker needs.
The reason I say this is because there may be lots of corps out there that have current websites and want to intergrate POS Tracker into them without having a seperate User table, or having to re-write either POS Tracker or their own user database to match them up.
Hope you understand what I mean.
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Utoxin
Kydance Radiant Industries
|
Posted - 2006.09.08 16:16:00 -
[108]
Thanks for the suggestion about the modifiable authentication for 2.0. I'll add that to my list.
As for the user definable prefix... already planned. :)
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.10 16:16:00 -
[109]
Another suggestion for version 2.0... How about calculating how many moon minerals are in a silo and a warning e-mail should it get close to full?
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Nina Mires
Sharks With Frickin' Laser Beams Mercenary Coalition
|
Posted - 2006.09.10 16:36:00 -
[110]
Just got back from Holidays so i'll look into some of the changes next week.
The division by zero when sov checked is because the storage capacity in sov_static table is missing. fixed it before i went on holiday just forgot to mention.
Nina ---------
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.11 07:55:00 -
[111]
Just pulled the latest version from the SVN and I've spotted the following two errors are still in existance.
user-transaction.php, Line 36 Remove session_start(); as it already exists on line 5 and causes the server to try and resend the session headers>
editpos.php, Line 207 Session ID still incorrectly identified as ['eve_id'] should be ['id'] as defined in user-transaction.php on line 41.
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Utoxin
Kydance Radiant Industries Interstellar Starbase Syndicate
|
Posted - 2006.09.11 15:32:00 -
[112]
Sorry about that. They're fixed now. Along with two divide by zero bugs in both view and editpos.php.
|

Utoxin
Kydance Radiant Industries Interstellar Starbase Syndicate
|
Posted - 2006.09.11 15:46:00 -
[113]
Just found another bug with fuel calculations for offline modules that was affecting the display of data on the track and view pages. Fixed.
|

Utoxin
Kydance Radiant Industries Interstellar Starbase Syndicate
|
Posted - 2006.09.11 19:20:00 -
[114]
Alright.
In its current status, does anyone have any showstopper issues? I'm not talking about things you would like to have, but things that stop you from being able to use the current version to track fuel usage in your towers.
Also, would anyone care if the 'refuel from hangars' option was dropped for 1.0, and added in 2.0 instead? I want to get on with the improved version of the code, instead of this mess that we have now.
|

Lavintol
Immortalis Silens Atrocitas
|
Posted - 2006.09.12 02:04:00 -
[115]
Could not create user;Column count doesn't match value count at row 1
I get this after I run install.php and input the admin user and submit. Its prolly something silly on my end that I am just overlooking.
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.12 07:46:00 -
[116]
Originally by: Utoxin In its current status, does anyone have any showstopper issues? I'm not talking about things you would like to have, but things that stop you from being able to use the current version to track fuel usage in your towers.
I still get the following: - Notice: Undefined variable: n in fuel_calculator.php on line 14 Notice: Undefined variable: n in fuel_calculator.php on line 40 Notice: Undefined variable: n in fuel_calculator.php on line 47 Notice: Undefined variable: n in fuel_calculator.php on line 54
Originally by: Utoxin Also, would anyone care if the 'refuel from hangars' option was dropped for 1.0, and added in 2.0 instead? I want to get on with the improved version of the code, instead of this mess that we have now.
Better to cut it if you want a quick "win".
Originally by: Lavintol Could not create user;Column count doesn't match value count at row 1
I get this after I run install.php and input the admin user and submit. Its prolly something silly on my end that I am just overlooking.
I've never been able to get the install.php to work, I always end up running the .SQL directly against the database using MyPHPAdmin. It looks like it worked, but if you check the database it doesn't actually create anything.
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Utoxin
Kydance Radiant Industries Interstellar Starbase Syndicate
|
Posted - 2006.09.12 16:51:00 -
[117]
Okay. undefined variable warnings gone.
Admin creation adjusted and tested.
As for the install script... It works for me. What versions of PHP and MySQL is it failing for you with? (Sorry if you already gave this info)
|

Fliewatuet
Angelus dos Business
|
Posted - 2006.09.12 23:45:00 -
[118]
Is there some sort of webpage with a demoversion where someone can see the interface or a webpage telling about the features and functions including some screenshots?
I'm not one of the guys who run POSses in deepest 0.0 for moonmining or reactions, but i'm currently looking into the topic for setting one up in empire for research purposes. I can already guess that this tool isn't aimed at someone running a single POS but i don't have an overview about this project and where your work on it will lead.
:-)
Regards, Fliewatuet -- NPC infos? Calculating DPS for a mission? Have a look at http://eve.neodoomer.de/npc/ and have fun. |

franny
Phoenix Knights
|
Posted - 2006.09.13 05:11:00 -
[119]
revision 96 installer worked for me(than again so did the revision 77)
the joys of my site being a testbed, I can gank the entire DB in a minutes time and put back all the id's w/ PWs a minute later
|

franny
Phoenix Knights
|
Posted - 2006.09.13 05:11:00 -
[120]
Originally by: Fliewatuet Is there some sort of webpage with a demoversion where someone can see the interface or a webpage telling about the features and functions including some screenshots?
if noone else does, i'll see what I can do but my wife/gf/ex-wife(long story) is >>>THIS<<< pregnent(due any time now), so my time is a bit spacy(start playing eve, honey go get me some 'really nasty food here' it's supposed to help induce labor, come back with it, repeat till I goto bed) you'd think it was her 1st kid, not 4th
|
| |
|
| Pages: 1 2 3 [4] 5 6 7 8 9 10 11 .. 11 :: one page |
| First page | Previous page | Next page | Last page |