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

Utoxin
Kydance Radiant Industries Interstellar Starbase Syndicate
|
Posted - 2006.09.13 06:10:00 -
[121]
evemail me in-game and I can set you up with a test account on mine too. :)
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.13 10:59:00 -
[122]
Edited by: Gilgamoth on 13/09/2006 10:59:42
Originally by: Utoxin 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)
Okay, I've found my problem with the install script, and it was just a case of muppetry . I run my own MySQL server and the user that I put in the config.php doesn't have CREATE permissions (it's basically a view only account), which is why the tables weren't been created.
I know the install script is only designed to be a simple one (as stated in the first post), but it might be worth replacing line 17 with something like
$sql = "SELECT * FROM user"; $result = mysql_query($sql) or die("Couldn't Access user Table."); if($result==TRUE) { echo "Tables created successfully!<p />"; }
Regards,
Gil
edited for typo
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.14 07:34:00 -
[123]
Not sure if you're going to keep the NPC station and Corp Hanger levels on there, but if so you need to update editpos.php, Line 287 & 326 - replace }
with } else { echo "<input type=\"hidden\" name=\"charters\" value=\"0\">"; }
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Wipster
Righteous-Indignation
|
Posted - 2006.09.17 18:10:00 -
[124]
When adding a silo with fuel to a pos I get undefined pos_id error on 168 of pos_transaction fixed by changing it to $_POST['pos_id'].
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.09.21 19:20:00 -
[125]
How's the 1.0 release coming along?
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

franny
Phoenix Knights
|
Posted - 2006.09.22 04:29:00 -
[126]
from what I gathered in the little chat channel for this project... 1.0 is 'fairly stable'(10 yrs in IT, never admit somethings stable, cause then it breaks) 2.0 will begin progressing as soon as the dev(s) get less swamped
as one of the alpha/beta testers, I can say it works better than my host provider right now. 5 host servers and the one i'm on has been 'under maintance'(read I think it burst into flames) for 2 days, if I was using it for more than just a sandbox site and I was paying for it i'd be ****ed  oh well, get what you pay for
|

Utoxin
Kydance Radiant Industries Interstellar Starbase Syndicate
|
Posted - 2006.09.22 17:50:00 -
[127]
I'd label 1.0 as 'I think it's ready'. Waiting to hear from my testers and whatnot, but at this point, I doubt anything other than minor cosmetic changes are in the works.
On another note, I've taken my turn playing with graphviz, and it's got a lot of potential for the display of reaction information. :)
Here's what I've got worked up so far, a graph of my corp's currently planned POS cluster:
Clicky
|

Wipster
Righteous-Indignation
|
Posted - 2006.09.22 20:14:00 -
[128]
Oooooo snazzy :) look forward to playing with that, good job very nice piece of software.
|

Serenity Steele
Rearden Steele Interstellar Starbase Syndicate
|
Posted - 2006.09.22 20:50:00 -
[129]
More Tools ftw!
 Eve Strategic Maps - Outpost Alert
|

Wipster
Righteous-Indignation
|
Posted - 2006.09.26 01:50:00 -
[130]
Any update on the progress of 1.0? *hugs knees*
|

franny
Phoenix Knights
|
Posted - 2006.09.26 06:29:00 -
[131]
for the most part, 1.0 looks stable
although I submitted the slightly tweaked files to our web admin, and he spent 20 minutes *****ing about the code he would have gone on longer, but I gave him a brief history of the project he's another one of you damned php programmers 
|

Utoxin
Kydance Radiant Industries Interstellar Starbase Syndicate
|
Posted - 2006.09.26 06:41:00 -
[132]
Heh. We're not all bad. He'll like version 2.0 a lot more, I suspect. I'm taking my time planning it, and I want to do it /Right/. I'm looking at using object-oriented code, since a POS is made up of objects. :)
|

franny
Phoenix Knights
|
Posted - 2006.09.26 09:22:00 -
[133]
probably, and as long as you make the tables user definable he'll be happy he's gotta rename some of them, to comply with the existing db could be worse, he could be a DBA, they get cranky when you muck with tables
|

Ralle030583
Gallente The Phoenix cor Phoenix Allianz
|
Posted - 2006.10.12 09:04:00 -
[134]
Fuel Corp Hangar has only 200.000 m¦?... think thats the old value or?...
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.10.13 09:53:00 -
[135]
Originally by: franny probably, and as long as you make the tables user definable he'll be happy he's gotta rename some of them, to comply with the existing db could be worse, he could be a DBA, they get cranky when you muck with tables
It's actually quite easy to make the user table definable, you only have to change three files.
In config.php add the line
Quote: define('SQL_TABLE_USERS','user');
In user-transaction.php, change lines 11, 21, 30 and 60 and replace
Quote: user
with
Quote: " . SQL_TABLE_USERS . "
In admin.php, change lines 7 and 30 and replace
Quote: user
with
Quote: " . SQL_TABLE_USERS . "
You can now change the 'users' table name to anything you like.
HTH
Gilgamoth
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

Wipster
Righteous-Indignation
|
Posted - 2006.10.31 16:07:00 -
[136]
Hey, hows the develpoment on 2.0 going, can I lend a hand with anything? :) I'v had a thought about fuel information, would it be possible to set how much fuel you have in the station hanger or npc hanger, on the fueling page select multiple POS's and it calculates, using the current ammout and the total owned, how much and in which pos the fuel is needed to equalise out the run time of the POS's across the board.
Wip
|

Gilgamoth
Eldritch Storm
|
Posted - 2006.11.15 16:05:00 -
[137]
There was an In Game channel, but I can't find it now.
I'd be willing to help out as I've just been made redundant and have some time on my hands.
Regards,
Gil
Eldritch Storm Council Member, Future Falcon EVE Tools - Project Leader.
|

franny
Phoenix Knights
|
Posted - 2006.11.15 21:02:00 -
[138]
Originally by: Gilgamoth There was an In Game channel, but I can't find it now.
I'd be willing to help out as I've just been made redundant and have some time on my hands.
Regards,
Gil
mail sent, although lately it' me and maybe Esaam(at least when i'm online)
|

Esaam DeVries
Infinite Improbability Inc Dusk and Dawn
|
Posted - 2006.11.18 11:05:00 -
[139]
Edited by: Esaam DeVries on 18/11/2006 11:06:57 I'm not playing much due to work issues (wireshark 4tw) thus I'm not working on the pos tracker at the moment and I won't for at least 2 more months. Anyway, Utoxin is the man and he done's a wonderfull job along with Franny. They're the both people in charge I believe.
The in-game channel is called pos_tracker. I will be online today so beep me if you want an invitation. --
TRUST Shop : from T2 to Captital ship(yard)s. Shop smart, shop T-shop. |

franny
Phoenix Knights
|
Posted - 2006.11.19 04:28:00 -
[140]
Originally by: Esaam DeVries The in-game channel is called pos_tracker. I will be online today so beep me if you want an invitation.
??? hey, the one I have/had/whatever has no _ but what do I know, i'm just an over glorified alpha tester with a cold that can kill a horse so I might be delusional
|

Esaam DeVries
Infinite Improbability Inc Dusk and Dawn
|
Posted - 2006.11.19 10:33:00 -
[141]
Edited by: Esaam DeVries on 19/11/2006 10:34:31
Originally by: franny ??? hey, the one I have/had/whatever has no _
Yeah, my bad... was tired when I posted. you're right, it's postracker. --
TRUST Shop : from T2 to Captital ship(yard)s. Shop smart, shop T-shop. |

Space Hog
NEW DAWN CO Fuzzy Nut Attack Squirrels
|
Posted - 2006.12.14 18:38:00 -
[142]
I was wondering if someone can help me here. I downloaded it, installed it. and when I register with it its not adding a line to the database. And when i login I get a blank page. Caution
Visit Nuts |

Johnathan Roark
Caldari Quantum Industries Prime Orbital Systems
|
Posted - 2006.12.15 03:42:00 -
[143]
Originally by: Space Hog I was wondering if someone can help me here. I downloaded it, installed it. and when I register with it its not adding a line to the database. And when i login I get a blank page.
Check your sql and redirect configs.
Corporation Management Improvement |

Space Hog
NEW DAWN CO Fuzzy Nut Attack Squirrels
|
Posted - 2006.12.15 15:37:00 -
[144]
Tried that. I think I got it right. Caution
Visit Nuts |

franny
Phoenix Knights
|
Posted - 2006.12.15 19:36:00 -
[145]
1) the id/pw are correct? (yep, I screwed mine up more than once, I forgot an _ ) 2) you dbl checked for typos in the files you have to edit(there are a couple) 3) you tried the alternet redirect file?(look back thru my posts) some people were/are having issues with the current one, mainly if their provider uses virtual ip's or something(bit fuzzy memory) 4) you don't have it in a base lvl directory ie www. sitenamehere. com instead of www. sitenamehere. com / postracker (no spaces ofc), that one got me too 
thats all I can think of right now, but my mind is a blur today
CEO - PKKP Recruitment |

Wipster
Righteous-Indignation Imperium Alliance
|
Posted - 2007.01.01 20:32:00 -
[146]
In fear of this great program falling off the edge of the forums and support, hows the next version going? I'v been out of the loop for a while :( Hope things are pootling along in the new year :)
|

Esaam DeVries
Infinite Improbability Inc Dusk and Dawn
|
Posted - 2007.01.04 00:07:00 -
[147]
Edited by: Esaam DeVries on 04/01/2007 00:14:13
Originally by: Wipster In fear of this great program falling off the edge of the forums and support, hows the next version going? I'v been out of the loop for a while :( Hope things are pootling along in the new year :)
I think it's on a break atm. All people that were working on it, including me, have quite a lot to do "in real life" atm.
Personnaly, I added 2 options : comments and an option to "hide" poses. Corrected some bugs (like the pos showing 0d remaining when no cpu or pg are used), support for a "backup manager" to take over the pos responsibility if the "real owner" is away from EvE and that's about it.
Since it's a in-between (prior to hangar management) version, I won't release it since it would bork the dev version. But I would really love to see someone taking over the "silo support" feature.
Dev channel is still "postracker" ;) -- "Please, would you tell me," said Alice, a little timidly, ... "why your cat grins like that?" "It's a Cheshire cat," said the Duchess, "and that's why." http://www.evetrust.com |

Alaris Nightshadow
Caldari Rogue Arrow Galactic Empire O X I D E
|
Posted - 2007.01.06 03:37:00 -
[148]
First off, Excelent Program, a lot better than the Excel Spreadsheet I have been using.
One question I do have though.
I'm trying to get the pages to display another data line in addition to system for the POS towers, it would bee the Planet and Moon location.
Adding the line in the pos_info table was simple, as was adding the input field to the POS creation page, however I cannot figure out which section of code in the pos-transaction.php file displays the Tower info, eg. system, sovereignty, etc.
The display I am trying to get is this
Type: Large Gallente Control Tower System: Jita Planet - Moon: IV - Moon 1 << New line would be here Sovereignty: No CPU: 3415 / 6750 PG: 2790000 / 3750000
Thanks ----------------------------------------------- "We fear that which we cannot see... we respect that which we cannot see... thus the blade will be wielded." |

franny
Phoenix Knights
|
Posted - 2007.01.06 05:13:00 -
[149]
Originally by: Alaris Nightshadow First off, Excelent Program, a lot better than the Excel Spreadsheet I have been using.
One question I do have though.
I'm trying to get the pages to display another data line in addition to system for the POS towers, it would bee the Planet and Moon location.
Adding the line in the pos_info table was simple, as was adding the input field to the POS creation page, however I cannot figure out which section of code in the pos-transaction.php file displays the Tower info, eg. system, sovereignty, etc.
I looked into adding that a while ago, and never finished, i'll see if I still have the files and can complete em(it breaks backwards compatability so...) gimme a day or 2, I don't have SVN access tho so i'll have to get em to one of the true dev team
CEO - PKKP Recruitment |

Alaris Nightshadow
Caldari Rogue Arrow Galactic Empire O X I D E
|
Posted - 2007.01.06 05:43:00 -
[150]
Edited by: Alaris Nightshadow on 06/01/2007 05:40:51 Actually I figured it out, just took me awhile to trace through the code, the lines i neede to change were in viewpos.php .
I'm a complete PHP noob, but my skill at analyzing code and figuring out what it does is rather good.
Here's a list of the changes I've made to my setup.
==> View.php Line 187 was echo "System: " . $system ."<br>"; now echo "System: " . $system . " " . $planet_moon . "<br>";
==> track.php Line 28 was ...<td>System</td><td>Owner</td>... now ...<td>System</td><td>Planet - Moon</td><td>Owner</td>...
Line 98 was ... $row['system'] . "</font></td><td><a href=showinfo:1373//" .$owner_id . "> ". $owner ... now ... $row['system'] . "</font></td><td><font color=\"white\">" . $row['planet_moon'] . "</font></td><td><a href=showinfo:1373//" .$owner_id . "> ". $owner ...
==> pos_info SQL table Added the Field "planet_moon" Varchar(50), utf8-General-ci after the "system" field
==> addpos.php
Added after line 23 Planet - Moon: <input type="text" name="planet_moon" size="50"> <br>
Line 109 was ... my_escape($_REQUEST['system']) . "', '" . $check_sov ... now ... my_escape($_REQUEST['system']) . "', '" . my_escape($_REQUEST['planet_moon']) . "', '" . $check_sov ...
----------------------------------------------- "We fear that which we cannot see... we respect that which we cannot see... thus the blade will be wielded." |
|
|
Pages: 1 2 3 4 [5] 6 7 8 9 10 11 .. 11 :: one page |
First page | Previous page | Next page | Last page |