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

Ash Donai
|
Posted - 2009.09.27 20:20:00 -
[571]
Johnathan, could you please add the following to the future features request list: Include location field (from Tower Info) in the Export Structures XML. This would be very helpful to have for even if POS Tracker itself wouldn't use the info. Thanks in advance. ;)
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.09.28 07:09:00 -
[572]
Originally by: Ash Donai Johnathan, could you please add the following to the future features request list: Include location field (from Tower Info) in the Export Structures XML. This would be very helpful to have for even if POS Tracker itself wouldn't use the info. Thanks in advance. ;)
I'll see how hard it is to do. I'm afraid the only way to do it without it looking odd is to change the xml structure which would be bad if anyone has a program that imports from it. I currently do not know of any, but I'd hate to mess with an app that does. Can I ask why you need this, may be able to come up with some options?
Quantum Industries is recruiting! |

Trinity Soren
|
Posted - 2009.09.29 13:23:00 -
[573]
I like the way it calculates how many trips via cargo space but anyway to turn it around and calculate the fuel for the most you can fit in your one cargohold? (for those who can only be arsed with one run hehe).
Thanks =)
|

Guru
Woopatang Primary.
|
Posted - 2009.10.05 03:27:00 -
[574]
Originally by: Marina Charnatie Could not create user;Column count doesn't match value count at row 1
New install, admin user works. This happens after final user commit.
No sql or apache errors
same issue..
"Mind Over Matter: If I don't mind, it don't matter." WWW.EVE-WOOPATANG.COM |

Rottw Adleweh
|
Posted - 2009.10.06 07:14:00 -
[575]
Does the mailer also send out mails if tower status is reinforced? |

MrRx7
Amarr Cutting Edge Incorporated RAZOR Alliance
|
Posted - 2009.10.12 21:25:00 -
[576]
Originally by: Johnathan Roark
Originally by: Lord Malaphar API is functional at this time. Using it for other apps. Tower information imports correctly.
Hmm, didn't think it came back up till after downtime
register.php, line 139 to 149:
$sql = "INSERT INTO ".TBL_PREFIX."user (`eve_id`, `name`, `pass`, `corp`, `alliance_id`, `email`, `access`, `datetime`) VALUES ( '" . $eve->VarPrepForStore($characterID) . "', '" . $eve->VarPrepForStore($charname) . "', '" . $eve->VarPrepForStore($password) . "', '" . $eve->VarPrepForStore($corporationName) . "', '" . $eve->VarPrepForStore($allianceID) . "', '" . $eve->VarPrepForStore($email) . "', 0, '" . $time . "')"; $result = mysql_query($sql) or die('Could not create user;' . mysql_error());
Missed a tiny bit there buddy ;-)
$sql = "INSERT INTO ".TBL_PREFIX."user (`id`, `eve_id`, `name`, `pass`, `corp`, `alliance_id`, `email`, `access`, `datetime`, `away`, `highly_trusted`) VALUES (NULL, '" . $eve->VarPrepForStore($characterID) . "', '" . $eve->VarPrepForStore($charname) . "', '" . $eve->VarPrepForStore($password) . "', '" . $eve->VarPrepForStore($corporationName) . "', '" . $eve->VarPrepForStore($allianceID) . "', '" . $eve->VarPrepForStore($email) . "', 0, '" . $time . "', 0, 0)";
This will fix the "Could not create user;Column count doesn't match value count at row 1" seen after a fresh install.
|

Kamikazie
Amarr AWE Corporation Intrepid Crossing
|
Posted - 2009.10.13 18:52:00 -
[577]
Edited by: Kamikazie on 13/10/2009 18:54:12 How do I recover the admin password? What is it set to by default the readme did not specify.
also I registered in game all I see is home register about and login. I login and it sits on the login page and just says welcome Kamikaze above it. What did I do wrong?
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.10.13 19:25:00 -
[578]
Originally by: Rottw Adleweh Does the mailer also send out mails if tower status is reinforced?
Not at this time
Originally by: Kamikazie Edited by: Kamikazie on 13/10/2009 18:54:12 How do I recover the admin password? What is it set to by default the readme did not specify.
Only way to reset a password is to copy the password using software such as phpmyadmin. No way to recover it as its stored in a one way hash. You set the admin password during install.
Originally by: Kamikazie
also I registered in game all I see is home register about and login. I login and it sits on the login page and just says welcome Kamikaze above it. What did I do wrong?
You have to grant access using the admin account or another account that has enough access. You could also use something such as phpmyadmin to set it if you know what your doing.
Quantum Industries is recruiting! |

Kamikazie
Amarr AWE Corporation Intrepid Crossing
|
Posted - 2009.10.14 04:34:00 -
[579]
Additional Feature Request List:
Add additional filters so we can sort by corporation so when we track all the corps POS in the alliance we can see individually how much fuel each corp spends a month, how many POS each corp has etc.
Add in support so there is a public facing page that displays the reinforced timers to the alliance members, perhaps make it part of just view access.
Make the timers in real time, IE they count down rather then be static like in the Last Updated area of Admin panel. Same for one above.
Jumpbride support, be able to say where the pos is linked to and then have a page that lists to a certain rank the jb routes.
|

Preddy
Minmatar Wormhole Exploration Squad
|
Posted - 2009.10.15 20:57:00 -
[580]
the size of caesium are wrong. in postracker the size is 0.4 the real size are 0.8 i change it in the material_static in my database.
only as info for all 
|
|

Huxan Nerbra
Amarr Allied Forces
|
Posted - 2009.10.29 09:14:00 -
[581]
My POS-Tracker fails for some days now. It worked very good, but stopped working with a message:
Warning: Smarty error: unable to read resource: "login.tpl" in /pos-tracker/includes/Smarty/Smarty.class.php on line 1088
Can someone help me to fix this? I tried to setup a fresh install, but the installer won't get past the part where it is installing the database tables. If I refresh the after a loooong wait, I am again at step 1 of the installation. Funny part: Once I click the login button, I get above error as well. Hopefully someone has an idea what is broken here.
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.11.01 21:20:00 -
[582]
Edited by: Johnathan Roark on 01/11/2009 21:21:13
Originally by: Huxan Nerbra My POS-Tracker fails for some days now. It worked very good, but stopped working with a message:
Warning: Smarty error: unable to read resource: "login.tpl" in /pos-tracker/includes/Smarty/Smarty.class.php on line 1088
Can someone help me to fix this? I tried to setup a fresh install, but the installer won't get past the part where it is installing the database tables. If I refresh the after a loooong wait, I am again at step 1 of the installation. Funny part: Once I click the login button, I get above error as well. Hopefully someone has an idea what is broken here.
Either the file has been deleted or the permissions changed. I guess someone could have change some apache settings as well.
FYI, to those who evemail me with questions: stop it, I don't log in much anymore.
Quantum Industries is recruiting! |

Cpt Underpants
Zenith Affinity
|
Posted - 2009.11.11 03:01:00 -
[583]
G'day Johnathan,
Wanted to give you (and the other POS-Tracker devs) a big thanks from Sundering corporation and other corps in Zenith Affinity who are using POS-Tracker.
As you have said above that you don't log in much anymore, can you tell us if POS-Tracker will continue to be developed and made Dominion-compliant or if we should start looking at migrating to another system? If if will not be, do you have any recommendations, we'd love to hear them.
Regards,
Cpt Underpants
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.11.12 16:22:00 -
[584]
Originally by: Cpt Underpants G'day Johnathan,
Wanted to give you (and the other POS-Tracker devs) a big thanks from Sundering corporation and other corps in Zenith Affinity who are using POS-Tracker.
As you have said above that you don't log in much anymore, can you tell us if POS-Tracker will continue to be developed and made Dominion-compliant or if we should start looking at migrating to another system? If if will not be, do you have any recommendations, we'd love to hear them.
Regards,
Cpt Underpants
I'm not aware of any changes to POS in dominion. If there are any, i'll look at getting pos-tracker updated.
Quantum Industries is recruiting! |

Tobe Confirmed
Minmatar Sublime Geek Inc SUB ROSA ALLIANCE
|
Posted - 2009.11.17 20:25:00 -
[585]
Hey Johnathan,
I'm running into some issues on install. Clean install, passes all the checks, the config file was written, etc. etc.
My issue is that on install it loops on "Creating/Updating tables" and does nothing.
Current PHP version: 5.2.9 (Needs to be greater than 5.1.2) Your CURL Version: 7.19.4 Required Modules Installed CURL: Yes SimpleXML: Yes Hash: Yes cache/template_c: OK eveconfig/dbconfig.php: OK
Thanks.
|

Rocksan
|
Posted - 2009.11.21 14:38:00 -
[586]
Hi all
I seem to be having a problem with a fresh install. Everything installs ok and I can create the admin account with no problems. My problem is when I try to register a new account. In game, I get to the email and password input boxes but when I click register a blank page comes up and nothing happens. When I try to create a user out of game I get through to the same step but when I click register I get this: "Could not create user;Column count doesn't match value count at row 1"
Anyone know why this is happening ?
Cheers
|

Verite Rendition
Caldari F.R.E.E. Explorer Wildly Inappropriate.
|
Posted - 2009.11.23 21:32:00 -
[587]
Edited by: Verite Rendition on 23/11/2009 21:34:18 Edited by: Verite Rendition on 23/11/2009 21:33:24
Originally by: Johnathan Roark
Originally by: Cpt Underpants G'day Johnathan,
Wanted to give you (and the other POS-Tracker devs) a big thanks from Sundering corporation and other corps in Zenith Affinity who are using POS-Tracker.
As you have said above that you don't log in much anymore, can you tell us if POS-Tracker will continue to be developed and made Dominion-compliant or if we should start looking at migrating to another system? If if will not be, do you have any recommendations, we'd love to hear them.
Regards,
Cpt Underpants
I'm not aware of any changes to POS in dominion. If there are any, i'll look at getting pos-tracker updated.
John, the API will be changing slightly.
Originally by: CCP Elerhino Dev blogs take time and for now I'll give you a bit of technical info here. The sovereignty changes in the API aren't that big but we've been polishing them so we haven't been able to report anything until now.
/map/Sovereignty.xml.aspx - remove constellationSovereignty and sovereigntyLevel and add corporationID. The corporation ID indicates the company which owns the Territorial Claim Unit (TCU) if there is one in the system.
/corp/StarbaseDetail.xml.aspx - remove the claimSovereignty.
/map/SovereigntyStatus.xml.aspx - new page, lists sovereignty structures and relevant information. It will include a single rowset with the columns structureID, solarSystemID, structureTypeID, ownerID, state, startTime, completionTime.
I hope this gives you enough info until the dev blog. 
http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1209761.
So you may need to update your XML parsers. As for mechanics that will be changing, constellation sovereignty is going away. The other change is that sovereignty levels as we know them are going away, so your code will need to be able to handle that. The Strategic Index will be the replacement for sov levels, but this won't have any bearing on POS fuel consumption. And do note that none of the Indexes will be available from the API initially. ---- FREE Explorer Lead Megalomanic EVE Null-Sec Player Influence Map http://dl1.eve-files.com/media/corp/Veritefw/FWinf |

Dan Brimstone
THORN Syndicate Mostly Harmless
|
Posted - 2009.11.25 00:48:00 -
[588]
I'm having the same problem some of these other guys are having and haven't been able to figure out why. My installation keeps getting hung up on the first step. It just sits there "installing tables". So I go and manually import the tables via phpmyadmin and attempt to skip to install.php?=step2 but that just loads a blank white page. Any help would be appreciated. |

Kravek
Lamb Federation Navy C0VEN
|
Posted - 2009.11.25 06:30:00 -
[589]
Originally by: Verite Rendition So you may need to update your XML parsers. As for mechanics that will be changing, constellation sovereignty is going away. The other change is that sovereignty levels as we know them are going away, so your code will need to be able to handle that. The Strategic Index will be the replacement for sov levels, but this won't have any bearing on POS fuel consumption. And do note that none of the Indexes will be available from the API initially.
AFAIK will be only one fuel bonus - POS in system with sov - 25%
|

DrefsabZN
Caldari Butterfly Effect Corp.
|
Posted - 2009.11.28 19:28:00 -
[590]
Originally by: Rocksan Hi all
I seem to be having a problem with a fresh install. Everything installs ok and I can create the admin account with no problems. My problem is when I try to register a new account. In game, I get to the email and password input boxes but when I click register a blank page comes up and nothing happens. When I try to create a user out of game I get through to the same step but when I click register I get this: "Could not create user;Column count doesn't match value count at row 1"
Anyone know why this is happening ?
Cheers
I had this I had to edit register.php because of the way they have written the code.
Find
Quote:
// Create new User. $sql = "INSERT INTO ".TBL_PREFIX."user VALUES (NULL, '" . $eve->VarPrepForStore($characterID) . "', '" . $eve->VarPrepForStore($charname) . "', '" . $eve->VarPrepForStore($password) . "', '" . $eve->VarPrepForStore($corporationName) . "', '" . $eve->VarPrepForStore($allianceID) . "', '" . $eve->VarPrepForStore($email) . "', 0, '" . $time . "', 0, 0)";
And replace it with
Quote: $sql = "INSERT INTO ".TBL_PREFIX."user VALUES (NULL, '" . $eve->VarPrepForStore($characterID) . "', '" . $eve->VarPrepForStore($charname) . "', '" . $eve->VarPrepForStore($password) . "', '" . $eve->VarPrepForStore($corporationName) . "', '" . $eve->VarPrepForStore($allianceID) . "', '" . $eve->VarPrepForStore($email) . "', 0, NULL, 0, 1, '" . $time . "', 0, 0)";
|
|

Verite Rendition
Caldari F.R.E.E. Explorer Wildly Inappropriate.
|
Posted - 2009.12.01 19:10:00 -
[591]
Well it looks like the API update partially broke the POS tracker. It'll try to parse the new sovereignty.xml file, but ultimately it can't read it and records you as not having sov. ---- FREE Explorer Lead Megalomanic EVE Null-Sec Player Influence Map http://dl1.eve-files.com/media/corp/Veritefw/FWinf |

DeTox MinRohim
Madhatters Inc. The Initiative.
|
Posted - 2009.12.03 12:41:00 -
[592]
Added a temp fix for that in the code.
Replacing the file class.pos.php with this one [ HERE ] (Google code project link) should give you back Sov 1. Wich is basically the max sov people will get anyway for now.
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Verite Rendition
Caldari F.R.E.E. Explorer Wildly Inappropriate.
|
Posted - 2009.12.03 17:43:00 -
[593]
Originally by: DeTox MinRohim Edited by: DeTox MinRohim on 03/12/2009 12:47:24 Added a temp fix for that in the code.
Replacing the file class.pos.php with this one [ HERE ] (Google code project link) should give you back Sov 1. Wich is basically the max sov people will get anyway for now.
EDIT: mm... now I just noticed that I gave sov but without taking into consideration if it's friendly or hostile sov. Oh well, still work for most of us who has POS in 0.0.
Got a lot of other work to do but will check where John was the last time (haven't looked at that code for awhile) and see what I can do.
I made a similar fix on my copy of RC2, and it works fine. If the hostiles have sov, it still properly calculates that you don't get a fuel bonus. ---- FREE Explorer Lead Megalomanic EVE Null-Sec Player Influence Map http://dl1.eve-files.com/media/corp/Veritefw/FWinf |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.12.03 22:30:00 -
[594]
Originally by: Verite Rendition
Originally by: DeTox MinRohim Edited by: DeTox MinRohim on 03/12/2009 12:47:24 Added a temp fix for that in the code.
Replacing the file class.pos.php with this one [ HERE ] (Google code project link) should give you back Sov 1. Wich is basically the max sov people will get anyway for now.
EDIT: mm... now I just noticed that I gave sov but without taking into consideration if it's friendly or hostile sov. Oh well, still work for most of us who has POS in 0.0.
Got a lot of other work to do but will check where John was the last time (haven't looked at that code for awhile) and see what I can do.
I made a similar fix on my copy of RC2, and it works fine. If the hostiles have sov, it still properly calculates that you don't get a fuel bonus.
So sov still effects pos fuel?
Quantum Industries is recruiting! |

Cpt Underpants
Zenith Affinity
|
Posted - 2009.12.04 00:53:00 -
[595]
Yes, having friendly sov = fuel bonus. No friendly sov = no bonus. Irrelivent of the strategic development indices (ie: how long you've had sov up to level 5). So basically all that has changed is the removal of the sov 4 extra fuel bonus.
|

Kenjo Tosu
|
Posted - 2009.12.04 15:27:00 -
[596]
Like some others here, too, I got trouble to make a fresh install. It sticks at creating the tables. Couldn't find the problem yet. :-/
|

Preddy
Minmatar Konstrukteure der Zukunft Ev0ke
|
Posted - 2009.12.04 22:27:00 -
[597]
If a corp mate try to Register with the Ingame Browser, PosTracker say "You must use the Ingame Browser" so Postracker dosn't detect the New One since Dominion :(.. Any Hint ?
|

Preddy
Minmatar Konstrukteure der Zukunft Ev0ke
|
Posted - 2009.12.06 14:47:00 -
[598]
*push*
|

Undosia
|
Posted - 2009.12.07 08:39:00 -
[599]
Hi,
I try a fresh installation. but when i open install.php then i get only a white screen with Server error 500
Quote: HTTP/1.0 500 Internal Server Error => Date => Mon, 07 Dec 2009 08:22:13 GMT Server => Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny4 with Suhosin-Patch X-Powered-By => PHP/5.2.6-1+lenny4 Set-Cookie => PHPSESSID=54373fd6017ef3fbfae6020274be99a9; path=/ Cache-Control => no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma => no-cache Vary => Accept-Encoding Content-Length => 0 Connection => close Content-Type => text/html
Requirements * PHP 5.1.2 --> 5.2.6 * PHP Hash Extension --> installed * PHP Curl Extention --> installed * MySQL 5 --> 5.0.51a-24
Can anyone help me?
Greetings
|

Hux EmAll
Intergalactic Serenity
|
Posted - 2009.12.08 19:25:00 -
[600]
Originally by: Dan Brimstone I'm having the same problem some of these other guys are having and haven't been able to figure out why. My installation keeps getting hung up on the first step. It just sits there "installing tables". So I go and manually import the tables via phpmyadmin and attempt to skip to install.php?=step2 but that just loads a blank white page. Any help would be appreciated.
Same problem here. I don't recall exactly, but I believe I opened every install step in an editor and looked what it was actually doing - and than did the same thing "by hand", means I ran all the sql packages thru phpmyadmin and such. In the and, I had a working version but fear to update to the latest one now.
Originally by: Preddy If a corp mate try to Register with the Ingame Browser, PosTracker say "You must use the Ingame Browser" so Postracker dosn't detect the New One since Dominion :(.. Any Hint ?
Same problem. :( |
|
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] .. 25 :: one page |
First page | Previous page | Next page | Last page |