| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.08 21:59:00 -
[1]
I am running 3.0 beta 6 and haveing a problem with towers that are in a sov 3 system all pos in non sov systems are working fine
the tracker is showing this
Isotopes /315 / 138946 / 18d 9h Liquid Ozone / 101(105) / 36842 / 15d 4h Heavy Water / 7(105) / 3378 / 20d 2h Oxygen / 18 / 9065 / 20d 23h
while ingame its showing this
Isotopes / 338 / 138946 / 17d 3h Liquid Ozone / 113 / 36842 / 14d 2h Heavy Water / 113 / 3378 / 17d 14h Oxygen / 19 / 9065 / 19d 21h
in the tower info area its showing the proper sov, cpu, and pg lvls and I have the pos set up right so I am thinking that this has to do with sov
so if any one know how I can fix this it wuld be nice
thanks
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.14 21:33:00 -
[2]
I am useing POS-Tracker 3.0.0 Beta 6 and trying to set up cron job and when it runs (every hour) I get this
/path/to/pos-tracker/cron_updatepos.php: 1: cannot open ?php: No such file /path/to/pos-tracker/cron_updatepos.php: 2: /Maildir: Permission denied /path/to/pos-tracker/cron_updatepos.php: 4: include_once: not found /path/to/pos-tracker/cron_updatepos.php: 6: Syntax error: ";" unexpected
I get this for cron_updatepos.php cron_updateallianceinfo.php cron_updatesov.php
I am not useing cron_mail.php as I dont know waht it is for
also on a side note any new on if you will get a proper forums/web site its kinda hard to get any info out of this mega thread I wuld be more than willing to help with any thing like this
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.24 10:03:00 -
[3]
Edited by: Da''Neth on 24/04/2009 10:07:01
Originally by: Johnathan Roark
Originally by: Danica Sunglow Edited by: Danica Sunglow on 15/04/2009 21:24:30 I edited the path out in the op but I do have it set up my absolute path to the postracker /home/[username]/public_html/postracker/cron_updatepos.php
Originally by: Johnathan Roark
Originally by: Da'Neth I am useing POS-Tracker 3.0.0 Beta 6 and trying to set up cron job and when it runs (every hour) I get this
/path/to/pos-tracker/cron_updatepos.php: 1: cannot open ?php: No such file /path/to/pos-tracker/cron_updatepos.php: 2: /Maildir: Permission denied /path/to/pos-tracker/cron_updatepos.php: 4: include_once: not found /path/to/pos-tracker/cron_updatepos.php: 6: Syntax error: ";" unexpected
I get this for cron_updatepos.php cron_updateallianceinfo.php cron_updatesov.php
I am not using cron_mail.php as I don't know what it is for
You need to replace /path/to/pos-tracker/ with the path to your tracker, it needs to be an absolute path and should begin with a backslash, so probably something like /home/yourusername/public_html/postracker. Its different for every system and windows users need to use something else completely.
If i'm reading it correctly, try asking your host where the CLI version of php is. If its your own box, you may have to look around for it. If that doesn't work, try making sure the files work in a web browser, page will probably be blank.
ok bare with me I am still new at this by CLI version I am assuming you mean my path to php like this #!/usr/bin/php if that is right (wich that is my path to php) I added that to the cron_updatepos.php befor the opening <?php so it looks like this (I am going off what I have leaned to get cron working with the killboard here) #!/usr/bin/php <?php
and I now get this Output from command /home/[username]/public_html/postracker/cron_updatepos.php ..
Fatal error: Call to undefined function ADONewConnection() in /home/[username]/public_html/postracker/includes/dbfunctions.php on line 71
and this is line 71 $GLOBALS['evedbconn'] =& ADONewConnection($dbtype); I know I can run jobs as I have them running for the killboard and thay are working right or am I missing some thing basic here? and yes I opend it up in a browser and it was blank
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.27 23:08:00 -
[4]
Originally by: Johnathan Roark
Yes thats what I meant. You need to make sure that its actually php version 5. Some host upgrade the web extension and leave the cli version
well I am running on a vps running and only ever installed php 5(PHP Version 5.2.4-2ubuntu5.5 acording to phpinfo) on it and as I said the cron job for killboards are working right
I get this output from the cron now
Quote: Output from command /home/[username]/public_html/postracker/cron_updatepos.php ..
Fatal error: Call to undefined function ADONewConnection() in /home/[username]/public_html/postracker/includes/dbfunctions.php on line 71
and this is line 71 $GLOBALS['evedbconn'] =& ADONewConnection($dbtype);
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.30 07:34:00 -
[5]
Originally by: Johnathan Roark
Everything else is working correctly, including updating pos via button in admin panel?
ya it all works if I update it via the button works like a charm this is how I am updating it atm its not like it that hard to do or any thing(tho sometimes you forget to do it lol)
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.05.01 09:10:00 -
[6]
Originally by: Ronan Teisdari
If you create a shell script and call that via crontab it works properly.
I use:
Originally by: update.sh #!/bin/sh
cd /path/to/tracker php cron_updatepos.php php cron_mail.php
I just worked that part out thanks to Johnathan help thanks to both of you it helped me alot
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|
| |
|