Pages: 1 2 3 4 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.14 13:38:00 -
[1] - Quote
To get the Formalities out of the way. I did not develop this, I have only modified this to work with the new api system. All credit for original work goes to ZigZagJoe.
Now I have modified JackKnife api auditor to work with the new API system entirely including corps and deciding what is accessible by reading the access mask. I have not added any new pages to the system or modified it in any other way. If people want however I can modify it further.
http://whinis.com/JackKnife Here is the URL to test it for yourself. Please understand that JackKnife will only recognize access mask that it can use, so having an api with just contracts or calendar events will show nothing.
Since I wouldn't trust anything without the source and the original product was GPL v2 license here is the source. JackKnife.zip
Included in the zip files is the modified php files and modified SQL files that have also been updated to crucible. |

PsyKzz
Bat Country Goonswarm Federation
7
|
Posted - 2011.12.14 14:41:00 -
[2] - Quote
Good effort! Meh. |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.17 21:24:00 -
[3] - Quote
no one is interested? |

Axari
0
|
Posted - 2011.12.18 18:56:00 -
[4] - Quote
Equto,
Thanks for updating this tool. So far it seems to work for me. It's just hit or miss, based on the access mask.
Might want to update the "I don't know my api!" link to the current support.eveonline.com/api one :)
Nice job! |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.18 20:31:00 -
[5] - Quote
Thanks for letting me know about the api link, as far as the access mask goes I had to hard code it, so if you see one that does not work just let me know so I can fix it. |

Louis Vitton
Kickass inc Controlled Chaos
3
|
Posted - 2011.12.19 01:38:00 -
[6] - Quote
What access mask should be used???
As you said if you dont use the right one it wont display anything. |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.19 02:21:00 -
[7] - Quote
For Skills: Private: CharacterInfo Private: SkillInTraining Private: SkillQueue
For Kills: Public Information:KillLog
For Mail: Communication: MailMessages Communication: MailBodies
For Notifications: Communications: NotificationText Communications: Notifications
For Assets: Private:AssetList
For Journal: Account and Market: WalletJournal
For Transactions: Account and Market: WalletTransactions
For Orders: Account and Market: MarketOrders
I could give you the access mask for each one however they are added together to give the total access, so comparing it to your current would be useless.
Louis Vitton wrote:What access mask should be used??? As you said if you dont use the right one it wont display anything. I also seem to have a database isssue i imported the database you gave me into my database "jackknife" and all the files are there. I also edited "eve.config" with my database information and eveDB also in ever eveDB i changed the following; $def_eve_db = 'jackknife'; // changed to jackknife public function __construct($server = "localhost", $user= "user", $pass= "*******", $db = null) and i get the following error; Quote:FATAL SQL ERROR QUERY: 'SELECT * FROM invTypes WHERE typeID = 25718 LIMIT 1'
Table 'jackknife.invTypes' doesn't exist
Backtrace: #0 eveDb->query(SELECT * FROM invTypes WHERE typeID = 25718 LIMIT 1) called at [/var/www/jackKnife/eveApi/eveDb.php:354] #1 eveDb->getTypeFromTypeId(25718) called at [/var/www/jackKnife/eveApi/eveDb.php:286] #2 eveDb->getNameFromTypeId(25718) called at [/var/www/jackKnife/eveApi/eveApiTraining.class.php:48] That error is a Uppercase/lowercase issue. In the database the tables are in their correct case however when exported they do not keep the correct case so the code looks for invTypes however mysql reports invtypes. I will look into a quick fix for this. |

Louis Vitton
Kickass inc Controlled Chaos
3
|
Posted - 2011.12.19 02:36:00 -
[8] - Quote
Thank you for that i read thought some of the files and in the end made one with all that. Thank you. Could you help with the issue above please. |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.19 03:04:00 -
[9] - Quote
Yes, for the mean time you can rename the following tables to make it work stastations->staStations mapsolarsystems->mapSolarSystems invgroups->invGroups invtypes->invTypes dgmtypeattributes->dgmTypeAttributes
These are the ones I had to rename on my host, however a fixed file should be ready within the hour. |

Louis Vitton
Kickass inc Controlled Chaos
3
|
Posted - 2011.12.19 03:06:00 -
[10] - Quote
Equto wrote:Yes, for the mean time you can rename the following tables to make it work stastations->staStations mapsolarsystems->mapSolarSystems invgroups->invGroups invtypes->invTypes dgmtypeattributes->dgmTypeAttributes
These are the ones I had to rename on my host, however a fixed file should be ready within the hour.
Thank you for the quick reply and yes that seems to be it :) cheers mate.
also evenames->eveNames |
|

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.19 03:08:00 -
[11] - Quote
Louis Vitton wrote:Equto wrote:Yes, for the mean time you can rename the following tables to make it work stastations->staStations mapsolarsystems->mapSolarSystems invgroups->invGroups invtypes->invTypes dgmtypeattributes->dgmTypeAttributes
These are the ones I had to rename on my host, however a fixed file should be ready within the hour. Thank you for the quick reply and yes that seems to be it :) cheers mate. No Problem, forgot that different host use different mysql setups. Didn't gear the sql to all host however I am updating it now |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.19 03:39:00 -
[12] - Quote
Louis Vitton wrote:Equto wrote:Yes, for the mean time you can rename the following tables to make it work stastations->staStations mapsolarsystems->mapSolarSystems invgroups->invGroups invtypes->invTypes dgmtypeattributes->dgmTypeAttributes
These are the ones I had to rename on my host, however a fixed file should be ready within the hour. Thank you for the quick reply and yes that seems to be it :) cheers mate. also evenames->eveNames Thanks, I just renamed all my table on the host and created SQL file there. The next version is up with the updated SQL files and a built in access mask retrieve should it somehow be removed from the url |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.25 01:01:00 -
[13] - Quote
Updated to check for expired Api keys instead of just saying failed to load. Happy holidays people |

bloateus
Rattius Maximus
0
|
Posted - 2011.12.28 23:28:00 -
[14] - Quote
Using bigdump to upload sql getting this error. Any ideas?
Quote:Error at the line 66: ('136daa5bfad608b45b5b0c8005f2f4a6', 0);
Query: -- -- INSERT INTO `api_type_cache` (`keyv`, `type`) VALUES ('8329d8c4a535aaa59309272538704d22', 1), ('230a7a59bcf32e09d83761ea642a279f', 1), ('136daa5bfad608b45b5b0c8005f2f4a6', 0);
MySQL: Duplicate entry '8329d8c4a535aaa59309272538704d22' for key 'key' |

Andy Moo
the united Negative Ten.
0
|
Posted - 2011.12.29 12:35:00 -
[15] - Quote
Thanks for updating this.
I did find one problem though. In itemview.php there are several instances of "phpecho" which I suspect is where you have search/replaced the old short tags.
This causes an unexpected T_VARIABLE error until you put the space in between the tag and the command and then it works fine. |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.29 19:11:00 -
[16] - Quote
bloateus wrote:Using bigdump to upload sql getting this error. Any ideas? Quote:Error at the line 66: ('136daa5bfad608b45b5b0c8005f2f4a6', 0);
Query: -- -- INSERT INTO `api_type_cache` (`keyv`, `type`) VALUES ('8329d8c4a535aaa59309272538704d22', 1), ('230a7a59bcf32e09d83761ea642a279f', 1), ('136daa5bfad608b45b5b0c8005f2f4a6', 0);
MySQL: Duplicate entry '8329d8c4a535aaa59309272538704d22' for key 'key' It seems as if your bigdump script has already ran this section of the sql and you can't have 2 entries of 8329d8c4a535aaa59309272538704d22. I would suggest that you check in your database to see if this is the case.
Andy Moo wrote:Thanks for updating this.
I did find one problem though. In itemview.php there are several instances of "phpecho" which I suspect is where you have search/replaced the old short tags.
This causes an unexpected T_VARIABLE error until you put the space in between the tag and the command and then it works fine.
I have not tested the item search yet because I was unsure how many people used it. Thanks for letting me know I will upload a new copy as soon as I test the rest of the item search
|

Darlington
VIRTUAL LIFE VANGUARD
0
|
Posted - 2011.12.30 21:52:00 -
[17] - Quote
Dear All
TBH This has to be the best piece of Kit I have used for security
Regards
Darlingtion |

Equto
EXURO VITA GREATER ITAMO MAFIA
4
|
Posted - 2012.01.05 03:58:00 -
[18] - Quote
Just updated Jackknife to include an account status page which shows date created, times logged in, time logged in, and time left on account. I also updated the kill logs to know between BPC and BPO, this is untested so please give me some feedback. I also added the flag for implants to kill logs to show if the implant was in the cargo or installs. Finally I fixed the item search page and added a change log. As always you can report problems here or via evemail. |

Equto
EXURO VITA GREATER ITAMO MAFIA
4
|
Posted - 2012.01.05 15:04:00 -
[19] - Quote
I am having trouble uploading to eve-files currently. As soon as this is resolved I will fix the download link. |

Equto
EXURO VITA GREATER ITAMO MAFIA
6
|
Posted - 2012.01.07 04:06:00 -
[20] - Quote
Alright another update down the line. Fixed an issue where the asset list would report correct number of items but not show them Added blueprint copy and original detecting to asset list Redid account page to show an overview of all characters on the account. WARNING: when you first load the page depending on your host it can take 30-90 seconds to get all api's Added ability to select account from character select screen by clicking" View all Characters" Move all functions from the display page pages to audit.func.php
|
|

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.10 04:33:00 -
[21] - Quote
Currently my main computer has broke ( all 4 ram sticks burnt out) so I can't work on jack knfie as I am unsure the exact changes between the website code and my developer code without the change log also on the computer and I don't have access to the changed code. So for now I would like to ask what Corporation and Alliance recruiters would like to see in this tool as I develop it that is not already in it.
So please post your ideas. Currently suggested: A way to store keys for future reference. |

Reileen Kawahara
3
|
Posted - 2012.01.14 11:48:00 -
[22] - Quote
I have tried various ways to import the SQL but server keeps bombing out, any chance of an installer? |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.14 14:08:00 -
[23] - Quote
I thought about an installer however the long parts of the sql would still likely time out due to their size. Most of the Sql isn't even what the script creates its the data dump from Eve to convert the ID's into weapon,system, and ship names. |

Reileen Kawahara
3
|
Posted - 2012.01.14 14:36:00 -
[24] - Quote
I'm sure it wouldn't time out if it was split into a few pieces and would allow more people to install it who are not comfortable in messing. |

Mandy Moo
Leonora Corporation Negative Ten.
0
|
Posted - 2012.01.15 00:36:00 -
[25] - Quote
Reileen Kawahara wrote:I have tried various ways to import the SQL but server keeps bombing out, any chance of an installer? If you import the SQL from the command line it won't time out.
If you can't / wont do the command line I would suggest you use bigdump or a similar script. You'll need the Eve SDD as well which is 380MB or something like that so you'll have to import a lot of SQL. |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.15 00:45:00 -
[26] - Quote
I may have found a simpler way of making the script work. However I will have to wait until my main computer is up and running until I can push out an update. |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.15 20:00:00 -
[27] - Quote
Well, instead of waiting on computer parts and since I already had everything I needed to make the installer script here it is. It will create the config file and upload the database files. JackKnife installer
How to run script: 1. Contents of Zip into main jackknife folder 2. navigate to the Installer.php 3. Fill out database information and click save 4. when next page loads click installs, it will take 5-15 minutes depending on your host. 5. use jackknife. |

Reileen Kawahara
3
|
Posted - 2012.01.16 21:07:00 -
[28] - Quote
I tried the installer and get this error.
Warning: Cannot modify header information - headers already sent by (output started at /homepages/xxxxxx/Installer.php:2) in /homepages/xxxxx/Installer.php on line 164
Any idea? |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.16 22:10:00 -
[29] - Quote
Sounds like an error attemping to create the config file, try this installer Installer.zip |

Reileen Kawahara
3
|
Posted - 2012.01.16 23:19:00 -
[30] - Quote
Still same error but line 165 now  |
|

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.16 23:51:00 -
[31] - Quote
Alright found the problem here is a working file Fixed installer.php
I made a last minute change to make the script look good and it messed up the reload function . But fixed it now |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.17 01:45:00 -
[32] - Quote
I noticed a bug in the installer and took the precaution of also adding in some validation to the config file to prevent future errors. As always if you notice a bug please tell me
Installer Updated |

Nyxie Mae
WATAG Academy White Noise.
0
|
Posted - 2012.01.19 04:06:00 -
[33] - Quote
[Thu Jan 19 08:03:13 2012] [error] [client 80.92.96.25] PHP Notice: Use of undefined constant ALL - assumed 'ALL' in /home/sites/apitools/$ $tools/Installer.php on line 118, referer: http://****/Installer.php |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.19 04:15:00 -
[34] - Quote
That line is suppose to block error's but I wrote it ALL instead of E_ALL so it instead throws an error. It's fixed in the next release of the installer however I am testing it more thoroughly to prevent all problems I have been having. |

Nateryl
Lone Star Exploration Lone Star Partners
1
|
Posted - 2012.02.06 21:43:00 -
[35] - Quote
Bumping this thread, nice work on this so far with what I have tested! May contact you soon for a bit of customization if you are up for it. |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.02.07 04:22:00 -
[36] - Quote
You can contact me for customization. I am almost looking for new ideas to include within the code. |

Vaerah Vahrokha
Vahrokh Consulting
278
|
Posted - 2012.02.17 16:27:00 -
[37] - Quote
Very nice tool, would love to get a parameter or option to only see closed contracts. Auditing | Collateral holding and insurance | Consulting | PLEX for Good Charity
Twitter channel |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.02.17 19:09:00 -
[38] - Quote
a Rewrite is currently in the works and almost finished, However contracts only return the last month or 1000 contracts, whichever comes first.
The rewrite will include many of the features people have requested from it and a beta should be out soon Gäó |

TetraEtc
The Reckles Miners of Archenland. Primarch.
0
|
Posted - 2012.02.18 09:38:00 -
[39] - Quote
Thought I said this on my alt... eh.
You've spelt the word Projectile wrong in the skill section (where it has the little box talking about what guns + missiles a pilot can use)
You have Projektiles.
Beyond that. Thanks! www.tetraetc.com-á
Official Eve online Fansite.-á
Check it out womens. |

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.03.10 04:55:00 -
[40] - Quote
The update is almost done although chances are that it will be posted in a new thread due to the amount of changes involved. when that happens I will provide a link here. |
|

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.03.30 01:28:00 -
[41] - Quote
Update is Official |

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.04.01 00:27:00 -
[42] - Quote
Bump
|

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.04.03 13:07:00 -
[43] - Quote
Remember any bugs you can post here, on the google code now, or send me an in game mail. |

Axari
2
|
Posted - 2012.04.04 00:27:00 -
[44] - Quote
Thanks for the update Equto (and ZZJ
Re: jackKnife3-29-12.zi
Some things I noticed
I no longer see an account page option in the menu list. Nor does the account status table appear at the bottom of the 'onepage' view anymore. Without this, to my understanding, we can't really tell if someone is hiding toons or not
Nice touch on being able to get more info on the completed contracts!
I'm sure some people will find the ability to login now, and save API's helpful too.
Suggestions 1. Add the account page back i
2. You can probably remove the text "DESC:" and "ENDED:" etc where they show up. It's pretty obvious whats showing up
3. Standardize all display to CSS and with that, clean up the old table types (ie, border = 1 or whatever is tacky
4. When an error occurs, ensure you keep the top men Example might be, clicking on kills and it's exhausted.
5. Personally, this is an audit tool with the ability to lookup items as an extra. In fact, I'm not sure what the two have to do with each other :) So i'd suggest that the index default to Audit with perhaps a link to lookup items?
Thanks for all the work! |

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.04.04 12:34:00 -
[45] - Quote
Axari wrote:Thanks for the update Equto (and ZZJ
Re: jackKnife3-29-12.zi
Some things I noticed
I no longer see an account page option in the menu list. Nor does the account status table appear at the bottom of the 'onepage' view anymore. Without this, to my understanding, we can't really tell if someone is hiding toons or not
Nice touch on being able to get more info on the completed contracts!
I'm sure some people will find the ability to login now, and save API's helpful too.
Suggestions 1. Add the account page back i
2. You can probably remove the text "DESC:" and "ENDED:" etc where they show up. It's pretty obvious whats showing up
3. Standardize all display to CSS and with that, clean up the old table types (ie, border = 1 or whatever is tacky
4. When an error occurs, ensure you keep the top men Example might be, clicking on kills and it's exhausted.
5. Personally, this is an audit tool with the ability to lookup items as an extra. In fact, I'm not sure what the two have to do with each other :) So i'd suggest that the index default to Audit with perhaps a link to lookup items?
Thanks for all the work!
The account page was removed due to it being difficult to maintain with the new backend codebase, however at the top of the page it will now display what type of api key you have, so you no longer need to go to a specific account page.
2 I can look into and it doesn't seem all that hard
3 I tried to standardize most of the css however some of those tables it was just easier at the time to add it directly into the code line as they change depending on the information.
4 that should be easy enough
|

Barakach
R-ISK Shadow Operations.
31
|
Posted - 2012.04.05 17:19:00 -
[46] - Quote
When I saw this
Quote:FATAL SQL ERROR QUERY: 'SELECT * FROM invTypes WHERE typeID = 25718 LIMIT 1'
The first thing I thought about was "SQL Injection Exploit". Just making sure that you have some sort of validation or parameterization for passed in variables. |

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.04.05 18:25:00 -
[47] - Quote
Barakach wrote:When I saw this Quote:FATAL SQL ERROR QUERY: 'SELECT * FROM invTypes WHERE typeID = 25718 LIMIT 1' The first thing I thought about was "SQL Injection Exploit". Just making sure that you have some sort of validation or parameterization for passed in variables. what page was this on ? and yes as far as I can tell all variables going into the database are first sanitized. |

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.04.10 12:56:00 -
[48] - Quote
Axari wrote:Thanks for the update Equto (and ZZJ
Re: jackKnife3-29-12.zi
Some things I noticed
I no longer see an account page option in the menu list. Nor does the account status table appear at the bottom of the 'onepage' view anymore. Without this, to my understanding, we can't really tell if someone is hiding toons or not
Nice touch on being able to get more info on the completed contracts!
I'm sure some people will find the ability to login now, and save API's helpful too.
Suggestions 1. Add the account page back i
2. You can probably remove the text "DESC:" and "ENDED:" etc where they show up. It's pretty obvious whats showing up
3. Standardize all display to CSS and with that, clean up the old table types (ie, border = 1 or whatever is tacky
4. When an error occurs, ensure you keep the top men Example might be, clicking on kills and it's exhausted.
5. Personally, this is an audit tool with the ability to lookup items as an extra. In fact, I'm not sure what the two have to do with each other :) So i'd suggest that the index default to Audit with perhaps a link to lookup items?
Thanks for all the work!
1. Not going to happen but eve mail me and we might be able to work something out 2. Done 3. Send me a mail with he ones not updated in the current code posted today and I will work on them 4. Done 5. Done.
|

Axari
2
|
Posted - 2012.04.10 20:57:00 -
[49] - Quote
Equto wrote: 1. Not going to happen but eve mail me and we might be able to work something out 2. Done 3. Send me a mail with he ones not updated in the current code posted today and I will work on them 4. Done 5. Done.
This is great! I didn't realize when I saw "Account" that it was the type of account. An actual Account page isn't needed imho then.
Work has been taking up a lot of my time lately, but as soon as I get a moment, I'll install the new package and get back to you.
Thank you! |

Wibla
Backwater Redux Tactical Narcotics Team
61
|
Posted - 2012.06.20 13:04:00 -
[50] - Quote
Links to the installer.zip are broken, and no sign of any install documentation makes installing JackKnife a very frustrating exercise... |
|

Equto
Imperium Technologies Get Off My Lawn
11
|
Posted - 2012.06.20 23:00:00 -
[51] - Quote
Wibla wrote:Links to the installer.zip are broken, and no sign of any install documentation makes installing JackKnife a very frustrating exercise... The download on the first post has a zip with the installer in it. The installer is also on the google code SVN. |

Amos Zota
The 22nd Jenquai Deep Space Corp High Rollers
0
|
Posted - 2012.06.22 19:35:00 -
[52] - Quote
Audit.php is missing. Is there a way to get a current version please?
Thanks
Amos |

Equto
Imperium Technologies Get Off My Lawn
11
|
Posted - 2012.06.23 12:48:00 -
[53] - Quote
Amos Zota wrote:Audit.php is missing. Is there a way to get a current version please?
Thanks
Amos I renamed it index.php so as to avoid the front page. Now there is a link to go to the item search rather than a index to decide where to go. I assume the audit was used more than other parts. |

Equto
Imperium Technologies Get Off My Lawn
11
|
Posted - 2012.06.25 19:37:00 -
[54] - Quote
I have updated the download, it fixes some bugs that popped up when I renamed audit.php |

Equto
Imperium Technologies Get Off My Lawn
12
|
Posted - 2012.07.25 15:24:00 -
[55] - Quote
updated to include account info on character select screen if accessible and load now also shows characters birth date |

Go0fBall
Pwn 'N Play Nulli Secunda
3
|
Posted - 2012.08.03 01:34:00 -
[56] - Quote
Thanks for the update. Fairly new to this, but is there a way to save say fleet concept fits in the database to check against to see if a pilot can fly them, rather than have to import EFT fits each time? |

Equto
Imperium Technologies Get Off My Lawn
15
|
Posted - 2012.08.03 21:41:00 -
[57] - Quote
After you post a fit there is a link underneath it that you can save. If you paste that link in the url bar it will check that fit against the character currently selected. |

Equto
Imperium Technologies Get Off My Lawn
16
|
Posted - 2012.09.11 16:35:00 -
[58] - Quote
Security Update has been pushed to the Svn and OP has been updated with new download |

dbrummer
ASTARTES CORP Hashashin Cartel
79
|
Posted - 2012.10.03 22:37:00 -
[59] - Quote
A few things. First, thank you for putting this together, it's greatly appreciated.
When I ran through the install, it did not execute the .sql included in the RAR, I had to manually execute it.
When veiwing a full apis contracts, I receive this error:
Quote: FATAL SQL ERROR
QUERY: 'SELECT solarSystemID, solarSystemName FROM mapSolarSystems WHERE solarSystemID IN ()'
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Backtrace: #0 eveDb->query(SELECT solarSystemID, solarSystemName FROM mapSolarSystems WHERE solarSystemID IN ()) called at [/webpages/astartes.digitalnode.net/public_html/jackknife/eveDb.php:620] #1 eveDb->cacheLocationIds(Array ([0] => )) called at [/webpages/astartes.digitalnode.net/public_html/jackknife/eveApiContracts.class.php:370] #2 eveApiContracts->loadAPI() called at [/webpages/astartes.digitalnode.net/public_html/jackknife/eveApi.base.php:57] #3 eveApi->fetch_xml(/char/Contracts.xml.aspx, Array ([characterID] => 90194439,[keyID] => 1368255,[vCode] => lIfLQTWCZJeVta3sGXFiVHVzk0l84cdgwAjH1etYg9hvx8qGPxbzb8JTeCZNEBSY)) called at [/webpages/astartes.digitalnode.net/public_html/jackknife/eveApiContracts.class.php:173] #4 eveApiContracts->fetch(90194439, 1368255, lIfLQTWCZJeVta3sGXFiVHVzk0l84cdgwAjH1etYg9hvx8qGPxbzb8JTeCZNEBSY, ) called at [/webpages/astartes.digitalnode.net/public_html/jackknife/pages/auditorContractsPage.class.php:65] #5 auditorContractsPage->GetOutput(eveDb Object ([link] => Resource id #23,[queries] => 8,[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array ([SELECT stationID, stationName, solarSystemID FROM staStations WHERE stationID IN (60012154,60007573,60014452,60004588,60002860)] => 1,[SELECT stationID, solarSystemID FROM staStations WHERE stationID = 60012154 LIMIT 1] => 1,[SELECT stationID, solarSystemID FROM staStations WHERE stationID = 60007573 LIMIT 1] => 1,[SELECT stationID, solarSystemID FROM staStations WHERE stationID = 60014452 LIMIT 1] => 1,[SELECT stationID, solarSystemID FROM staStations WHERE stationID = 60004588 LIMIT 1] => 1,[SELECT stationID, solarSystemID FROM staStations WHERE stationID = 60002860 LIMIT 1] => 1))) called at [/webpages/astartes.digitalnode.net/public_html/jackknife/index.php:307]
All of my assets show 'UNKNOWN TYPE', is that expected?
Thanks. |

dbrummer
ASTARTES CORP Hashashin Cartel
79
|
Posted - 2012.10.03 22:49:00 -
[60] - Quote
Disregard everything in my previous post, didn't see the .sql.gz files there. Imported them all and I'm good now. THANKS! |
|

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.18 16:13:00 -
[61] - Quote
In the light of CCP making the HTTPS moves on api.eveonline.com, I suspect API Calls are now broken for jackknife. I haven't had time to look into investigating it yet or checking the code to fix this, but take this as a FYI :) |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.18 16:29:00 -
[62] - Quote
You are correct, for people using the SVN this has been updated. A patch will be released shortly for everyone else |

Alina Thano
Shadow Jumpers
0
|
Posted - 2012.10.18 18:39:00 -
[63] - Quote
With the updated patch i still got a nice list of error's
Notice: Trying to get property of non-object in /xxx/xxxxx/xxxxx/jackknife/index.php on line 152
Same for line's: 155,156,159,162
and
Call to a member function xpath() on a non-object in /xxxxx/xxxxx/public_html/jackknife/index.php on line 162
any one else with this issue? |

Troy Aihaken
THE SARCASTIC BASTARDS. Hoist The Colors
1
|
Posted - 2012.10.18 19:17:00 -
[64] - Quote
Same here CO-EXEC THE SARCASTIC BASTARDS.-á
|

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 05:27:00 -
[65] - Quote
Equto wrote:You are correct, for people using the SVN this has been updated. A patch will be released shortly for everyone else
The code is incorrect based on : http://code.google.com/p/eve-jackknife/source/detail?r=53
Line 27 of "eveApi/eveApiCaching.php" should say:
[...] define("API_BASE_URL","https://api.eveonline.com"); [...]
That should fix it. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 14:06:00 -
[66] - Quote
The problem for most is likely due to not having a ca-cert file with their curl install. I am currently packaging a new update that includes a generic version of this file to allow jackknife to work again.
will upload when googlecode stops being in read-only mode |

Dragonaire
Corax. The Big Dirty
48
|
Posted - 2012.10.19 15:50:00 -
[67] - Quote
Everyone might be interested in looking at my post on another thread about how to properly making the change.
https://forums.eveonline.com/default.aspx?g=posts&m=2067392#post2067392 Finds camping stations from the inside much easier. Designer of Yapeal for Eve API. Check out the Yapeal PHP API library thread for more information. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 15:58:00 -
[68] - Quote
I am using a cert file by CAcert as its one I have on hand and have assured to work. I understand the importance of the https and will not "disable" it |

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 17:12:00 -
[69] - Quote
Exactly this. Equto's code is incorrect by trying to use eve-online.com for API calls as there is not a valid cert on the domain, and hence CURL freaking out. NO, do not change it to "VALIDATE_PEER" : false.
Simply change the URL to eveonline.com ( no - ) as that domain has a valid wildcard cert. No need for "cert files"... |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:24:00 -
[70] - Quote
qu1ckkkk wrote:Exactly this. Equto's code is incorrect by trying to use eve-online.com for API calls as there is not a valid cert on the domain, and hence CURL freaking out. NO, do not change it to "VALIDATE_PEER" : false. Simply change the URL to eveonline.com ( no - ) as that domain has a valid wildcard cert. No need for "cert files"... Actually it still needs a cert file as its ssl and curl needs a cert file to validate the connection. |
|

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 17:32:00 -
[71] - Quote
Equto wrote: Actually it still needs a cert file as its ssl and curl needs a cert file to validate the connection.
That is not true. That would mean you need a "file" for every SSL enabled website on the internet. Lol... You only need to import it if it is signed by a untrusted CA or if there is some problem with the certificate validation and you want to explicitly use it anyways.
See command line curl at the following paste. http://pastebin.com/yfp6Wg8u No need to import anything whatsoever if you are using the correct domain... |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:35:00 -
[72] - Quote
qu1ckkkk wrote:Equto wrote: Actually it still needs a cert file as its ssl and curl needs a cert file to validate the connection.
That is not true. That would mean you need a "file" for every SSL enabled website on the internet. Lol... You only need to import it if it is signed by a untrusted CA or if there is some problem with the certificate validation and you want to explicitly use it anyways. See command line curl at the following paste. http://pastebin.com/yfp6Wg8u No need to import anything whatsoever if you are using the correct domain... The reason being almost all installs come with a valid CA cert file. You do not need a valid different file for every website on the internet however in this file ( which is shipped with firefox and chrome mind you) is a public key that allows one to validate the certificate on the website. So this file is used in the validation process of the certificate |

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 17:41:00 -
[73] - Quote
Equto wrote:The reason being almost all installs come with a valid CA cert file. You do not need a valid different file for every website on the internet however in this file ( which is shipped with firefox and chrome mind you) is a public key that allows one to validate the certificate on the website. So this file is used in the validation process of the certificate edit: http://serverfault.com/questions/241046/what-is-the-cacert-pem-and-for-what-to-use-that explains why the file is needed
If it fails, then you OS's cert bundle is out of date... cURL is using the system-default CA bundle as is uslauuly stored in /etc/pki/tls/certs/ca-bundle.crt. Not something other software is supposed to hack to get working. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:43:00 -
[74] - Quote
qu1ckkkk wrote:Equto wrote:The reason being almost all installs come with a valid CA cert file. You do not need a valid different file for every website on the internet however in this file ( which is shipped with firefox and chrome mind you) is a public key that allows one to validate the certificate on the website. So this file is used in the validation process of the certificate edit: http://serverfault.com/questions/241046/what-is-the-cacert-pem-and-for-what-to-use-that explains why the file is needed If it fails, then you OS's cert bundle is out of date... cURL is using the system-default CA bundle as is uslauuly stored in /etc/pki/tls/certs/ca-bundle.crt. Not something other software is supposed to hack to get working. To be honest is depends on the CURL install, almost all php cURL installs use libcurl and do not search for said file. In the 14 servers I have used https on none of the cURLS recognized a valid https url without that file. Regardless it works and you can check both the code and the file. |

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 17:51:00 -
[75] - Quote
Cause https://api.eve-online.com does not have a valid cert. It will never validate unless you go the "import the CA" route. Which is wrong. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:54:00 -
[76] - Quote
qu1ckkkk wrote:Cause https://api.eve-online.com does not have a valid cert. It will never validate unless you go the "import the CA" route. Which is wrong. I have tested it on both eve-online and eveonline, eveonline replied an error 60 SSL certificate problem,verify that the CA cert is OK. So that file is nessicary |

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 18:01:00 -
[77] - Quote
Equto wrote:qu1ckkkk wrote:Cause https://api.eve-online.com does not have a valid cert. It will never validate unless you go the "import the CA" route. Which is wrong. I have tested it on both eve-online and eveonline, eveonline replied an error 60 SSL certificate problem,verify that the CA cert is OK. So that file is nessicary
How old is your cURL install? When last have you had a CA bundle updated? I need to log for the night, but in the meantime I have tested this on 24 of the many servers I have. Not one has complained about the cert. And this is various diffident flavors of *nix, centos, ubuntu gentoo, archlinux and even freebsd :0
Honestly, I'd make 100% sure about this if I were you, before you ship a cert, *.eveonline.com gets a new cert signed by another CA, and you have to do this whole mess all over again :(
|

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 18:05:00 -
[78] - Quote
qu1ckkkk wrote: How old is your cURL install? When last have you had a CA bundle updated?
In retrospect, some OS's will have this sorted with a update of the open-ssl install for it. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 18:06:00 -
[79] - Quote
qu1ckkkk wrote:Equto wrote:qu1ckkkk wrote:Cause https://api.eve-online.com does not have a valid cert. It will never validate unless you go the "import the CA" route. Which is wrong. I have tested it on both eve-online and eveonline, eveonline replied an error 60 SSL certificate problem,verify that the CA cert is OK. So that file is nessicary How old is your cURL install? When last have you had a CA bundle updated? I need to log for the night, but in the meantime I have tested this on 24 of the many servers I have. Not one has complained about the cert. And this is various diffident flavors of *nix, centos, ubuntu gentoo, archlinux and even freebsd :0 Honestly, I'd make 100% sure about this if I were you, before you ship a cert, *.eveonline.com gets a new cert signed by another CA, and you have to do this whole mess all over again :( No, because this is the public keys from several signing agencies, so unless they do something crazy and sign their own keys without any authority then this will continue to work. Regardless once again this works, if you have a problem with me and other developers shipping necessary files for compatibility reasons then don't use the software. |

qu1ckkkk
The Warp Core Stabilizers Spies R' Us
2
|
Posted - 2012.10.19 18:27:00 -
[80] - Quote
Equto wrote: No, because this is the public keys from several signing agencies, so unless they do something crazy and sign their own keys without any authority then this will continue to work. Regardless once again this works, if you have a problem with me and other developers shipping necessary files for compatibility reasons then don't use the software.
I know very well, infact, exactly how SSL Certs work. Regardless of what you may believe, if a users cURL install (or anything using libcurl for that matter) cannot verify a GeoTrust cert, and you insist that eve-online.com is valid, then so be it. In such a case the user probably has many more problems to be concerned about than a mere cert, which will be invalidated at some point anyways, bundled in some software for compatibility reasons. Just take the advise. 
Your welcome to get another opinion here. https://www.ssllabs.com/ssltest/analyze.html?d=api.eve-online.com https://www.ssllabs.com/ssltest/analyze.html?d=api.eveonline.com
Do yourself another favor and cat your bundle grepping for geotrust. Is wget able to validate the cert? What is in CURL_CA_BUNDLE in you env? At least try and check how to update you os flavours CA bundle, or if you have to use a curl specific one, on the curl website, http://curl.haxx.se/ca/cacert.pem
Anyways. As you please.  |
|

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 18:43:00 -
[81] - Quote
qu1ckkkk wrote:Equto wrote: No, because this is the public keys from several signing agencies, so unless they do something crazy and sign their own keys without any authority then this will continue to work. Regardless once again this works, if you have a problem with me and other developers shipping necessary files for compatibility reasons then don't use the software.
I know very well, infact, exactly how SSL Certs work.  Regardless of what you may believe, if a users cURL install (or anything using libcurl for that matter) cannot verify a GeoTrust cert, and you insist that eve-online.com is valid, then so be it. In such a case the user probably has many more problems to be concerned about than a mere cert, which will be invalidated at some point anyways, bundled in some software for compatibility reasons. Just take the advise.  Your welcome to get another opinion here. https://www.ssllabs.com/ssltest/analyze.html?d=api.eve-online.comhttps://www.ssllabs.com/ssltest/analyze.html?d=api.eveonline.comDo yourself another favor and cat your bundle grepping for geotrust. Is wget able to validate the cert? What is in CURL_CA_BUNDLE in you env? At least try and check how to update you os flavours CA bundle, or if you have to use a curl specific one, on the curl website, http://curl.haxx.se/ca/cacert.pemAnyways. As you please.  it actually is the cacert.pem from the curl website
Edit: I don't know why you assumed that I somehow or for some reason didn't change my code but instead did a hack but the code is visible |

Xtrah
No Holes Barred
2
|
Posted - 2012.10.22 14:02:00 -
[82] - Quote
Awesome api check not working?  |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.23 19:27:00 -
[83] - Quote
Its working with the latest updates, finally updated my own website. its been hectic |

Xtrah
No Holes Barred
3
|
Posted - 2012.10.28 19:15:00 -
[84] - Quote
Nice. Also I suggest you look at "can fly t2 guardian" @ skills, it should include logistics skill to 4 or 5 if not, it's a pretty useless guardian. |

Yuki Kasumi
Some names are just stupid
11
|
Posted - 2013.01.16 14:44:00 -
[85] - Quote
I get this when using the installer on a fresh database:
MYSQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '422,NULL165,633,NULL,26,NULL,30),(2004,6LL,0.8),(2161,28,525,69.8),(2161,2054),(' at line 1MYSQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '830952053,(238311200490213,(253,(2382919520)102153,(238291952153,(23782238291952' at line 1
This is during the installation of dgmTypeAttributes.sql.gz how can I get around this? |

NickyYo
StarHug
285
|
Posted - 2013.01.16 15:33:00 -
[86] - Quote
Is there a class with this that contains all the api queries & calculations that one could include on another site? .. |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.17 02:41:00 -
[87] - Quote
NickyYo wrote:Is there a class with this that contains all the api queries & calculations that one could include on another site? No, its a set of classes designed for use with the site. Queries are in one location but calculations are another |

Mr Majestic
nul-li-fy Nulli Secunda
1
|
Posted - 2013.01.17 06:20:00 -
[88] - Quote
Yuki Kasumi wrote:I get this when using the installer on a fresh database:
MYSQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '422,NULL165,633,NULL,26,NULL,30),(2004,6LL,0.8),(2161,28,525,69.8),(2161,2054),(' at line 1MYSQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '830952053,(238311200490213,(253,(2382919520)102153,(238291952153,(23782238291952' at line 1
This is during the installation of dgmTypeAttributes.sql.gz how can I get around this? I get this same error, having to use the older version of jackknife to get around this.
Any chance of fixing this one Equto? <3 |

NickyYo
StarHug
290
|
Posted - 2013.01.17 13:09:00 -
[89] - Quote
Mr Majestic wrote:Yuki Kasumi wrote:I get this when using the installer on a fresh database:
MYSQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '422,NULL165,633,NULL,26,NULL,30),(2004,6LL,0.8),(2161,28,525,69.8),(2161,2054),(' at line 1MYSQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '830952053,(238311200490213,(253,(2382919520)102153,(238291952153,(23782238291952' at line 1
This is during the installation of dgmTypeAttributes.sql.gz how can I get around this? I get this same error, having to use the older version of jackknife to get around this. Any chance of fixing this one Equto? <3
Error message looks like the database structure was changed but the queries wasn't changed to represent the new structure. .. |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.17 14:13:00 -
[90] - Quote
The installer doesn't update current installations if you are using it todo that. I will however make an update function in a few days to update things like items. Other than that I am not sure what could be causing the issue |
|

Mr Majestic
nul-li-fy Nulli Secunda
1
|
Posted - 2013.01.18 07:54:00 -
[91] - Quote
Equto wrote:The installer doesn't update current installations if you are using it todo that. I will however make an update function in a few days to update things like items. Other than that I am not sure what could be causing the issue This was with a completely fresh database and install. |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.18 14:39:00 -
[92] - Quote
I am now looking into what is causing this, not sure why it didn't come up when I first installed it |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.18 23:10:00 -
[93] - Quote
The problem was a corrupt SQL file, I have replaced all the SQL files with the both working and new ones ( retribution 1.0.7) |

Mr Majestic
nul-li-fy Nulli Secunda
1
|
Posted - 2013.01.18 23:46:00 -
[94] - Quote
Seems there a completly new bug now, basically the Installer instantly finishes without importing any SQL as far as I can tell.
Quote:Notice: Use of undefined constant DEBUG - assumed 'DEBUG' in /home/majestic/domains/api.dontpod.me/public_html/eveApi/eveDb.php on line 119 FATAL SQL ERROR
QUERY: 'SELECT * FROM api__invTypes WHERE typeID = '1' LIMIT 1 OFFSET 0;'
Table 'api.api__invTypes' doesn't exist
Backtrace: #0 eveDb->query(SELECT * FROM api__invTypes WHERE typeID = '1' LIMIT 1 OFFSET 0;) called at [/home/majestic/domains/api.dontpod.me/public_html/eveApi/eveDb.php:483] #1 eveDb->getTypeFromTypeId(12099) called at [/home/majestic/domains/api.dontpod.me/public_html/eveApi/eveDb.php:386] #2 eveDb->getNameFromTypeId(12099) called at [/home/majestic/domains/api.dontpod.me/public_html/eveApi/eveApiTraining.class.php:48] #3 eveApiTraining->loadAPI() called at [/home/majestic/domains/api.dontpod.me/public_html/eveApi/eveApi.base.php:57] #4 eveApi->fetch_xml(/char/SkillInTraining.xml.aspx, Array ([characterID] => 90278068,[keyID] => 1696661,[vCode] => 4sWQAXzr3Lm1EvszabSy2YA19S1cYsq0KJaBabRWCzAzKNB2BmNgCzoeTMl2V5Ps)) called at [/home/majestic/domains/api.dontpod.me/public_html/eveApi/eveApiTraining.class.php:38] #5 eveApiTraining->fetch(90278068, 1696661, 4sWQAXzr3Lm1EvszabSy2YA19S1cYsq0KJaBabRWCzAzKNB2BmNgCzoeTMl2V5Ps) called at [/home/majestic/domains/api.dontpod.me/public_html/pages/auditorSkillsPage.class.php:246] #6 auditorSkillsPage->GetOutput(eveDb Object ([link] => Resource id #23,[queries] => 1,[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => Array ())) called at [/home/majestic/domains/api.dontpod.me/public_html/index.php:306]
This is what I'm left with after it says it's 'Finished'. I'll try manually importing the SQL now instead and see if that works. |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.19 00:05:00 -
[95] - Quote
that certainly is odd..... |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.19 01:45:00 -
[96] - Quote
Hopefully fully fixed now, after fixing the not installing sql errors I had an sql that refused to install and fixed that as well |

Yuki Kasumi
Some names are just stupid
11
|
Posted - 2013.01.19 13:15:00 -
[97] - Quote
Equto wrote:Hopefully fully fixed now, after fixing the not installing sql errors I had an sql that refused to install and fixed that as well
Ive downloaded the latest version. Dropped all the tables in the database and rerun the installer, now I dont get an error only a red square next to invTypes.sql.gz. Clean database working permissions etc. Ive run it twice to make sure...
Im using mysql, apache and phpmyadmin for the setup. XAMPP zip version. |

Mr Majestic
nul-li-fy Nulli Secunda
1
|
Posted - 2013.01.19 15:04:00 -
[98] - Quote
Hey Equto, the install worked successfully, but looks like the data dump is broken again or some queries have been broken.
http://api.dontpod.me/ <- try and put an API in, it works, but doesn't show any of the data properly. |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.19 19:37:00 -
[99] - Quote
hmmm, inv types is being annoying it appears, ill need to play with it more
EDIT: fixed, I forgot to fix my windows export, name insensitive so there was 2 invtype tables. |

Mr Majestic
nul-li-fy Nulli Secunda
1
|
Posted - 2013.01.20 03:09:00 -
[100] - Quote
Hey Equto, thanks a lot for your time trying to fix it all. Seems the Installer is broken again.
Quote:invUniqueNames-1.sql.gzMYSQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Bouey Sadereroseroil71), 9NDgur',Libo(3010845, 'OpUre Goskhen'an',, 1)ru(3010842' at line 1198 Stops right there it seems :( |
|

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.21 02:28:00 -
[101] - Quote
I forgot to remove that file >.> .... DON'T LOOK AT ME LIKE THAT |

enterprisePSI
167
|
Posted - 2013.01.22 10:47:00 -
[102] - Quote
when attempting to get contracts from http://whinis.com/JackKnife/ i get this
Quote:FATAL SQL ERROR QUERY: 'SELECT * FROM jack_invGroups WHERE groupID IN (107,489,1137,107,420,74,212,85,74,212,85,302,302,302,910,212,377,489,489,490,489,)'
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Backtrace:
etc etc etc...
 The tears of the many, outweight the tears of the few. Or the one. enterprise-psi-¬
I made tweet, Y U NO FOLLOW!!! |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.22 13:44:00 -
[103] - Quote
I need to update that later today, been kinda busy |

enterprisePSI
168
|
Posted - 2013.01.23 09:18:00 -
[104] - Quote
Ok, now it works, but it doesnt show any completed contracts after 15/01/2013... The tears of the many, outweight the tears of the few. Or the one. enterprise-psi-¬
I made tweet, Y U NO FOLLOW!!! |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.25 13:30:00 -
[105] - Quote
I have fixed the issue with the station list not working after first install, updating the conquerable station list was not in the contract code and an over site. However I can't reproduce the error with the contracts, mine go back to the beginning of January, The api only goes back a max of 30 days. |

Stantum Zateki
Enlightened Industries Test Alliance Please Ignore
1
|
Posted - 2013.01.26 16:23:00 -
[106] - Quote
One suggestion - have a style change on the buttons when you press them (on the installer page). |

Racksforus
Grim Determination Nulli Secunda
2
|
Posted - 2013.02.20 16:26:00 -
[107] - Quote
Stantum Zateki wrote:One suggestion - have a style change on the buttons when you press them (on the installer page). Edit: Upon loading the api into the system, I get the following errors Strict Standards: gmmktime(): You should be using the time() function instead in C:\xampp\htdocs\eve\eveApi\eveApiTraining.class.php on line 57 Notice: Array to string conversion in C:\xampp\htdocs\eve\eveApi\eveDb.php on line 558 (Tons of the Array to string - id say about 200+) Image here: http://i.imgur.com/e9uQUpV.pngThen after I scroll down past all the errors the page loads fine. Same thing happens when I try to reload the page. Edit: Think I fixed the first error: Quote:date_default_timezone_set("UTC"); $gmtTime = time(); Still no idea about the second
first off a disclaimer, i have no idea how to write php or make it do stuff, i do however know how to google. :)
For the "Notice: Array to string conversion" error, i had a long talk with google, and after a day or so i think i figured out a solotion to it, however, as im kinda fumbling in the blind here not knowing php and all i dont know if this fucks up **** further down the road, but from what ive been able to test it seems to work ok.
On line 558 in the eveDb.php file change the following: original: $items = array_diff($items,$this->typesCache); Fixed: $items = array_diff_assoc($items,$this->typesCache);
That did it for me. it seems to be related to newer versions of php. |

Tonto Auri
Vhero' Multipurpose Corp
25
|
Posted - 2013.02.20 18:45:00 -
[108] - Quote
Stantum Zateki wrote:Edit: Think I fixed the first error: Quote:date_default_timezone_set("UTC"); $gmtTime = time(); Still no idea about the second Why such a weird "fix", that is not fixing anything? time() is already returning universal UNIX time, which does not differ by timezones. |

Equto
Imperium Technologies Get Off My Lawn
19
|
Posted - 2013.02.21 15:34:00 -
[109] - Quote
None of these a really "errors", the Strict Standards is more of php saying You should do this every time rather than its wrong. the array to string conversion tends to be an error on an empty array, php then tends to handle it wierdly. |

Ali Aras
Valkyries of Night Of Sound Mind
272
|
Posted - 2013.05.20 02:11:00 -
[110] - Quote
Hey, just tried this tool out. It was mostly great, but it claims Ali can't use an Invuln II (I've had a t2 shield tank for a while now). Is it possible the cutoff for that isn't in right? http://warp-to-sun.tumblr.com -- my blog |
|

Equto
Imperium Technologies Get Off My Lawn
21
|
Posted - 2013.06.05 03:57:00 -
[111] - Quote
Updated to odyssey, Also I will look into that t2 shield extender problem. I didn't write the orignal function for that so its going to take a little time, I have alot on my plate right now. |

DrakoWolf
REDLEGION Insidious Empire
0
|
Posted - 2013.06.07 22:02:00 -
[112] - Quote
Using the save function to account, appears some Account/full API's do not allow to be saved to remain as part of the manage account... does not give error. and enter it's name and note., click save API. and it does nothing. multiple other accounts will work no problem. Any specific API or masks not allowed to be saved ? |

Balder Verdandi
Czerka. WHY so Seri0Us
172
|
Posted - 2013.07.27 15:18:00 -
[113] - Quote
Thanks for this incredible tool!
Long live the failure of "Unified Inventory"! Player Owned Station fix dated back to 2006!
|

AARC
The Dutch East India Company Fidelas Constans
12
|
Posted - 2013.08.18 11:33:00 -
[114] - Quote
So I went to try this out and after a few clicks I already ran in to this:
Quote:Notice: Trying to get property of non-object in D:\Inetpub\***\***jackknife\eve.funcs.php on line 222 Notice: Trying to get property of non-object in D:\Inetpub\****\***jackknife\eve.funcs.php on line 227 Fatal error: Call to a member function xpath() on a non-object in D:\Inetpub\****root\****jackknife\eve.funcs.php on line 227
( I removed a part of the directories in this post for security purposes )
This happend while trying to pull mails. |

Equto
Imperium Technologies Get Off My Lawn
21
|
Posted - 2013.08.21 18:20:00 -
[115] - Quote
AARC wrote:So I went to try this out and after a few clicks I already ran in to this: Quote:Notice: Trying to get property of non-object in D:\Inetpub\***\***jackknife\eve.funcs.php on line 222 Notice: Trying to get property of non-object in D:\Inetpub\****\***jackknife\eve.funcs.php on line 227 Fatal error: Call to a member function xpath() on a non-object in D:\Inetpub\****root\****jackknife\eve.funcs.php on line 227 ( I removed a part of the directories in this post for security purposes ) This happend while trying to pull mails.
I am not entirely sure why you are getting that error, however that function deals with retrieving character names so I would assume that the call to ccp for a character name didn't return correctly for some reason. |

Equto
Imperium Technologies Get Off My Lawn
21
|
Posted - 2013.11.13 13:49:00 -
[116] - Quote
Alright people, I have found the problem, it appears that I forgot to update a file in the rar and college has been killing me. But I have uploaded a new rar |

Sona Arnst
Regnum demens Deus
0
|
Posted - 2014.01.15 07:15:00 -
[117] - Quote
So true fact, I suck at setting this kind of stuff up. Could someone give me a quick rundown on if this will run on a centos system and some quick steps on install? I've done webhosting before however I've never dealt with php or databases. |

Equto
Imperium Technologies Get Off My Lawn
28
|
Posted - 2014.01.16 22:08:00 -
[118] - Quote
Sona Arnst wrote:So true fact, I suck at setting this kind of stuff up. Could someone give me a quick rundown on if this will run on a centos system and some quick steps on install? I've done webhosting before however I've never dealt with php or databases. It will work well on centos system, I have them running on centos myself.
for php mysql and other things look up lamp and how to install it on centos, then just create you mysql user and run the install script I include with jackknife.
|
|
|
|
Pages: 1 2 3 4 :: [one page] |