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) |

Preddy
Minmatar Wormhole Exploration Squad
|
Posted - 2010.05.02 17:06:00 -
[721]
Originally by: bigsteve Hi All
I am trying to setup a reaction change @ 1 Tower.
Moon Harvester & Silo to Simple Reactor Then Simple Reactor & Silo to Complex Reactor & Silo.
I then Realized that a Simple reactor outputs 200 unit an Hour but a complex Reactor uses 100 an Hour.
Is this 100 unit an hour Lost????
If i put a Silo between the Simple & Complex reactor to hold the excess simple Reactant will this stop the 100 units being lost????
If this does stop the 100 units from being lost, How can a silo on the tracker be set-up to be used as an input & output???
Has anyone try to fix that in the code 
|

Calimta
|
Posted - 2010.05.04 17:27:00 -
[722]
Edited by: Calimta on 04/05/2010 17:29:31 Edited by: Calimta on 04/05/2010 17:29:09 Edited by: Calimta on 04/05/2010 17:28:56 Hi, also got some issues :/
1. When i tried to install first time, it didnt get further then "updating/creating tables" 2. Manually trying to skip the DB installation did show a white site (install.php?step=5) 3. After manual importing the database i get the following error (also came before import, when clicking on login): Warning: Smarty error: unable to read resource: "login.tpl" in /usr/www/users/xxxxxx/xxxxx/includes/Smarty/Smarty.class.php on line 1088
4. After moving the template files to the root directory a different error appears: Fatal error: Smarty error: the $compile_dir '/templates_c' does not exist, or is not a directory. in /usr/www/users/xxxxxx/xxxxx/pos/includes/Smarty/Smarty.class.php on line 1088
The cache/templates_c directory exists and has correct rights.
Can i change the directorypath by hand? Any ideas? :/..
|

Mad Shade
Amarr Final Agony B A N E
|
Posted - 2010.05.05 23:30:00 -
[723]
Originally by: Johnathan Roark I have an idea on what's causing the install script to fail. I am wondering if those that are having trouble have register_globals on. Easy way to check is make this simple script
<?php phpinfo(); ?>
I am planning on redoing a lot of the back end code to make things a little cleaner. Eventual goal would be to change the template engine from Smarty to Dwoo. I am also wondering how many people actually use the silo tracking bit. I would like to remove it. The overall goal would be to make sure POS-Tracker is ready for php 5.3.
I am having the same issues Amanda milf was. Not sure what is up but my register globals is set to off also and it is the same issue. Also, safe mode is off.
|

Mad Shade
Amarr Final Agony B A N E
|
Posted - 2010.05.06 00:59:00 -
[724]
Originally by: Mad Shade
Originally by: Johnathan Roark I have an idea on what's causing the install script to fail. I am wondering if those that are having trouble have register_globals on. Easy way to check is make this simple script
<?php phpinfo(); ?>
I am planning on redoing a lot of the back end code to make things a little cleaner. Eventual goal would be to change the template engine from Smarty to Dwoo. I am also wondering how many people actually use the silo tracking bit. I would like to remove it. The overall goal would be to make sure POS-Tracker is ready for php 5.3.
I am having the same issues Amanda milf was. Not sure what is up but my register globals is set to off also and it is the same issue. Also, safe mode is off.
had to chmod 777 \cache and \cache\template_c vs the 770 like it said in the read me.
|

Ragol nTar
|
Posted - 2010.05.22 05:43:00 -
[725]
Instlled this version, but i cant see the Polymer Reactor Array in the reactor-list, so cant check the production. Isnt it installed in the moment ?
|

Johnathan Walker
Caldari Agent-Orange Nabaal Syndicate
|
Posted - 2010.05.25 14:52:00 -
[726]
Edited by: Johnathan Walker on 25/05/2010 14:52:02 FYI: POS Tracker 3.0 RC5 does not appear to be compatible with PHP 5.2.13
Quote: Warning: Smarty error: unable to read resource: "login.tpl" in /home/masqsor1/public_html/unknown-heroes/pos/includes/Smarty/Smarty.class.php on line 1088
This shows up after the host upgraded their php version, and a full nuke of directories + databases does not correct the issue.
Upgraders beware  Warmly, "The Bear" JW 
|

Johnathan Roark
Caldari The Graduates Morsus Mihi
|
Posted - 2010.05.28 02:22:00 -
[727]
Originally by: Ragol nTar Instlled this version, but i cant see the Polymer Reactor Array in the reactor-list, so cant check the production. Isnt it installed in the moment ?
It wont be, the Silo Tracking is only for moon mining reactions.
Originally by: Johnathan Walker Edited by: Johnathan Walker on 25/05/2010 14:52:02 FYI: POS Tracker 3.0 RC5 does not appear to be compatible with PHP 5.2.13
Quote: Warning: Smarty error: unable to read resource: "login.tpl" in /home/masqsor1/public_html/unknown-heroes/pos/includes/Smarty/Smarty.class.php on line 1088
This shows up after the host upgraded their php version, and a full nuke of directories + databases does not correct the issue.
Upgraders beware 
normally that is a permissions issue. Basically the web server doesn't have permission to read the template directory. Nothing in 5.2.13 that should effect pos-tracker.
POS-Tracker 3.0 Hosting |

Ragol nTar
|
Posted - 2010.05.29 09:48:00 -
[728]
Thx for the info, Johnathan !
|

Johnathan Walker
Caldari Agent-Orange Nabaal Syndicate
|
Posted - 2010.05.30 06:27:00 -
[729]
Originally by: Johnathan Roark
normally that is a permissions issue. Basically the web server doesn't have permission to read the template directory. Nothing in 5.2.13 that should effect pos-tracker.
Actually, after much fiddling and with your help earlier, I discovered this to be false. It appears that 5.2.13 has changes to how file paths are handled.
After tinkering with a lot of the files, I made the following change to eveRender.class.php:
Quote: Line 111: $this->compile_dir = $config['filepath'].'/home/masqsor1/public_html/unknown-heroes/pos/cache/templates_c';
Quote: Line 94: $this->cache_dir = $config['filepath'] . '/home/masqsor1/public_html/unknown-heroes/pos/cache/templates_cached';
Whether or not this is correct coding isn't known to me; I'm very inexperienced. However, these two changes (among other countless fiddling of changing the paths to absolutes) has allowed the error message previously described to disappear and be replaced with this:
Quote: Warning: Smarty error: unable to read resource: "header.tpl" in /home/masqsor1/public_html/unknown-heroes/pos/includes/Smarty/Smarty.class.php on line 1088
If you are using the in-game browser, you must click the "Login" button! Character Name: Password:
Warning: Smarty error: unable to read resource: "footer.tpl" in /home/masqsor1/public_html/unknown-heroes/pos/includes/Smarty/Smarty.class.php on line 1088
As you can tell, I am now prompted with a user name and password. This is a start. Warmly, "The Bear" JW 
|

Johnathan Walker
Caldari Agent-Orange Nabaal Syndicate
|
Posted - 2010.05.30 18:22:00 -
[730]
Ugh.... After much fiddling....
[17:38:16] Nefertariii > go [17:38:56] Nefertariii > check your site [18:05:03] Johnathan Walker > back [18:05:11] Johnathan Walker > holy **** [18:05:13] Johnathan Walker > you did it [18:05:16] Johnathan Walker > how?! [18:05:53] Johnathan Walker > and btw... bath was awesome :D [18:05:59] Nefertariii > just replaced eveRenderer.class with original file [18:06:03] Johnathan Walker > ? [18:06:14] Nefertariii > it obviously was dir permissions you forgot to set [18:06:15] Johnathan Walker > from the source code you mean? [18:06:25] Nefertariii > which we did with chmod -lR 755 [18:06:27] Nefertariii > yeah [18:06:37] Johnathan Walker > bit i thought we checked all the permissions?! [18:06:43] Johnathan Walker > =goes crazy= [18:06:44] Johnathan Walker > :P [18:06:50] Nefertariii > ah forget it - its running :D [18:06:52] Johnathan Walker > lol [18:07:12] Johnathan Walker > =dribbles finger on lip= [18:07:49] Nefertariii > now happy pos tracking :D [18:07:55] Johnathan Walker > what do i owe ya :P [18:07:59] Nefertariii > i hope it works now [18:08:03] Nefertariii > nothing [18:08:23] Johnathan Walker > :o ty [18:08:39] Nefertariii > welcome [18:10:33] Johnathan Walker > so that was it? just permissions? [18:11:15] Nefertariii > yes i'd say so [18:12:44] Johnathan Walker > gaaaah Warmly, "The Bear" JW 
|

Frozen Guardian
|
Posted - 2010.05.31 03:33:00 -
[731]
Edited by: Frozen Guardian on 31/05/2010 03:33:56 I figured I'd share this with all if you wish to try it as this was just updated/changed for a friend. If you would like to have a changed POS-Tracker with the following changes, see the download page URL at the bottom. Please note that the upgrade or new install package has been tested but not insanely and so if you run into problems, please let me know what happened and I'll see what I can do. :)
Note: If you plan to do an upgrade, back up everything(DB and everything in the "pos" folder of your installation) before you do so. If you lose something, do not blame me.
# New Theme(sorry but you won't be able to use the old one with this release). # Updated m3 values to match EVE Tyrannis Expansion. # pos_val.php added to control m3 values if they ever were to be changed again by CCP instead of manually updating 64+ value locations in the code. # Optimal is calculated correctly now on both the POS view and edit pages. # Difference is calculated correctly now on both the POS view and edit pages. # "Available" on POS page now shows what's actually in the database(API should be updated via CRON or manually before making fuel runs/changes to make sure values match what's currently on Tranquility). # Online time is now shown accurately based on what's in the database and will still countdown the right time even if the API or Tower is not updated. # Fuel Calculator and Fuel Bill updated to new m3 values. # Liquid Ozone and Heavy Water calculated correctly for POS with sovereign status. (This requires a DB update.) # Total Difference in m3 added in the POS view page to help fuel techs know how much space will be taken on fueling the tower(does not add Strontium Calthrates to the total). # Removed code from the design layout pages and linked back to the actual code to pull data.
It's named the FG Version at this time and maybe someday I'll make more changes to share and go to release numbers. Or the changes will be incorporated to the official release. I really don't know at this time. :)
http://www.iceneko.com/eve/index.html
|

Tobias Froon
Gallente Ad Astra Vexillum Warped Aggression
|
Posted - 2010.06.03 05:41:00 -
[732]
Originally by: Dr BattleSmith
Originally by: Doran Fae
NOw a further question.... is it possible to have the APP automatically update the API once every hour or so?
CRONTAB
0 */1 * * * curl http://www.domain.com/cron_updatepos.php
or
0 */1 * * * cd /web/domain && ./postrackercron.sh
2+ Hours would likely be better for this API call.
0 */2 * * * xxxxxxxxxxxxxx
If you're on a windows server....... change to a *nix one.
I have been fighting this issue as well. I have tried these solutions but no joy. The app is working fine other than getting the cron jobs to run.
Any suggestions would be appreciated.
---------------------------------
Ad Astra Vexillum CEO |

bigsteve
Minmatar STK Scientific The Initiative.
|
Posted - 2010.06.03 16:45:00 -
[733]
Since 1.0.1 patch was deployed i have been getting API error when updating PoS fuel levels.
Getting this error: Error Code: 211::Login denied by account status.. User ID: Character ID: 17557***** Corp: STK Scientific
have tried another Directors API and getting the same error.
Has CCP restricted the API download???
==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Who Blew me |

razzo
Gallente Shiva Morsus Mihi
|
Posted - 2010.06.05 14:06:00 -
[734]
I have a small problem like some other people have. Everything is working fine till i press "Install table" Tells me "Creating/Updating tables" and then nothing.
I have set cache and everything in that folder to chmod 755 and i have tryed 777. The dbconfig is set to 755.
The db works just fine, i could import all the tables with phpadmin.
What have i missed??????
|

Ana Amelia
|
Posted - 2010.06.13 19:59:00 -
[735]
I've been trying to get the cron features working and having a hell of a time.
/xxx/xxx/xxx/xxx/pos/cron_updateallianceinfo.php: line 1: ?php: No such file or directory xxx/xxx/xxx/xxx/pos/cron_updateallianceinfo.php: line 3: include_once: command not found xxx/xxx/xxx/xxx/pos/cron_updateallianceinfo.php: line 4: include_once: command not found xxx/xxx/xxx/xxx/pos/cron_updateallianceinfo.php: line 6: syntax error near unexpected token `;' xxx/xxx/xxx/xxx/pos/cron_updateallianceinfo.php: line 6: `EveDBInit();'
I'm getting the same error for alliance, sov, and pos cron scripts. Can anyone help?
|

5n4keyes
Sacred Templars Black Star Alliance
|
Posted - 2010.06.13 20:36:00 -
[736]
Originally by: razzo I have a small problem like some other people have. Everything is working fine till i press "Install table" Tells me "Creating/Updating tables" and then nothing.
I have set cache and everything in that folder to chmod 755 and i have tryed 777. The dbconfig is set to 755.
The db works just fine, i could import all the tables with phpadmin.
What have i missed??????
OK, assuming you have all your tower fits exported, or dont mind doing them again, DROP all of your POS3_ tables via PHPMYADMIN, this is what I had to do, I beleive theres an issue with adding new data to the tables.
|

Gaia Thorn
Everyday Discipline Bondage Patrol
|
Posted - 2010.06.14 18:38:00 -
[737]
Trying to install the tracker. But its just stuck on "Creating/Updating tables" it just keeps spinning and spinning. Done all the steps provided by the install site but seems that it dont want to continue.
Any ideas ?
|

Morisel
|
Posted - 2010.06.15 11:25:00 -
[738]
Installed, added sql -and then when i try to register i get error about @api error or you cant get character name" ???
|

Henez
Gallente Exotic dancer training club Tygris Alliance
|
Posted - 2010.06.15 11:55:00 -
[739]
Im using IG browser and i get message: You must use the in game browser to register!
Version: POS-Tracker 3.0 CodeName: Radioactive (3.0.0)
|

Temar Radeik
Woopatang Primary.
|
Posted - 2010.06.21 01:03:00 -
[740]
hi, ive been working on this for last week its not ready for release, this is just to tell you what done and also to see what you think and any ideas you have
- Fixed Silo Bug
- Fixed Material Sizes
- Changed Silo Connection to in and out, to properly show correct amounts when connecting in and out
- Fixed Several Reactions set as wrong material
- Added Long term Login using cookies
- Added Stront amount/time page
- Now shows Offline Silos as Grey and Offline time under production
- Shows Pos Name under production
- Added Ability for pos Fuel Page to Work out Hours for you using set ship cargo
- Added Cost of Fuel to Big fuel List Page
- Improved Mailer
|

kwix
|
Posted - 2010.06.28 20:47:00 -
[741]
OK...I'm getting a really odd bug.
We have a tower that is offline, but the pos tracker is spewing out pos mails because it thinks that the fuel level is low.
Since I know of no way to stop the pos-tracker from spewing mails on offlined/low-fuel towers, we put 25 hours worth of fuel in it to stop the pos tracker from spamming us.
However, the tower continues to show 23h of fuel on the pos tracker when in game the POS is clearly showing 1d1h of fuel. Here's where it gets really strange...
The pos-tracker is capturing the sov data correctly and calculating the fuel amounts correctly, but it is actually not pulling the correct volumes via the API.
For example, when I look at the pos tracker it shows 69 units of Enriched Uranium, but when I look at the tower in game there are actually 75 units of Enriched Uranium.
In fact, most of the pos fuels are off by a bit EXCEPT Strontium, LO and HW levels are accurately reflected between the pos-tracker and the true in-game levels?
What is going on here?
Also, on another note...is there anyway to stop the POS tracker from spamming on offlined towers that have no fuel in them?
|

Temar Radeik
Woopatang Primary.
|
Posted - 2010.07.02 02:17:00 -
[742]
Pos Tracker Temar Edition now Released New Thread Created http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1346441
|

Frozen Ice
Amarr
|
Posted - 2010.07.11 03:53:00 -
[743]
Edited by: Frozen Ice on 11/07/2010 03:53:12
|

Frozen Guardian
Reliables Inc Majesta Empire
|
Posted - 2010.07.12 19:46:00 -
[744]
Another FGV Update:
Thread: http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1352458
New updates:
* Added Secret POS feature. People who are allowed to see the Secret POSes are people who are deemed "Highly Trusted" or if they are fuel techs of the tower. The only one that can change "secretive" status of a tower is the default admin account. Functionality added under the edit POS area. * Implemented several security checks to stop low access accounts see or do what they shouldn't be able to. * Added Stront Timer option on the pos track page. * Material Volume updates for: Atmospheric Gases, Caesium, Crystalline Carbonide, Evaporite Deposits, Fernite Carbide, Hydrocarbons, Silicates, Sylramic Fibers, and Titanium Carbide. (Requires a DB update)
|

ae1
Minmatar Cardboard Carebears
|
Posted - 2010.07.26 21:44:00 -
[745]
Requested Feature:
Looking for a way to flag POS's as Alliance / Corp / Personal So that when I log in, I only see MY towers, not all towers.
Extend the log in period, or stay logged in until I log out. --------------- Post with your main, or don't post at all.
Griefwatch Killboard - ae1 |

Temar Radeik
Woopatang The Spire Collective
|
Posted - 2010.07.27 01:22:00 -
[746]
i asume your using the original Version since you posted here
the original is inactive and there is several spin offs
FG and Temar as you can see from last few posts
mine being Temar
I already support long term login using cookies and plan to improve the system for what you can see / want too see
My thread
|
|
|
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 |