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

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

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.18 20:31:00 -
[3] - 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. |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.19 02:21:00 -
[4] - 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. |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.19 03:04:00 -
[5] - 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. |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.19 03:08:00 -
[6] - 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 -
[7] - 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 -
[8] - Quote
Updated to check for expired Api keys instead of just saying failed to load. Happy holidays people |

Equto
EXURO VITA GREATER ITAMO MAFIA
1
|
Posted - 2011.12.29 19:11:00 -
[9] - 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
|

Equto
EXURO VITA GREATER ITAMO MAFIA
4
|
Posted - 2012.01.05 03:58:00 -
[10] - 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 -
[11] - 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 -
[12] - 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 -
[13] - 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. |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.14 14:08:00 -
[14] - 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. |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.15 00:45:00 -
[15] - 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 -
[16] - 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. |

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

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.16 23:51:00 -
[18] - 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 -
[19] - 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 |

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.01.19 04:15:00 -
[20] - 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. |
|

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

Equto
EXURO VITA GREATER ITAMO MAFIA
7
|
Posted - 2012.02.17 19:09:00 -
[22] - 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äó |

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.03.10 04:55:00 -
[23] - 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 -
[24] - Quote
Update is Official |

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

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

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.04.04 12:34:00 -
[27] - 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
|

Equto
EXURO VITA GREATER ITAMO MAFIA
11
|
Posted - 2012.04.05 18:25:00 -
[28] - 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 -
[29] - 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.
|

Equto
Imperium Technologies Get Off My Lawn
11
|
Posted - 2012.06.20 23:00:00 -
[30] - 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. |
|

Equto
Imperium Technologies Get Off My Lawn
11
|
Posted - 2012.06.23 12:48:00 -
[31] - 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 -
[32] - 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 -
[33] - Quote
updated to include account info on character select screen if accessible and load now also shows characters birth date |

Equto
Imperium Technologies Get Off My Lawn
15
|
Posted - 2012.08.03 21:41:00 -
[34] - 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 -
[35] - Quote
Security Update has been pushed to the Svn and OP has been updated with new download |

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

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 14:06:00 -
[37] - 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 |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 15:58:00 -
[38] - 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 |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:24:00 -
[39] - 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. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:35:00 -
[40] - 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 |
|

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:43:00 -
[41] - 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. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 17:54:00 -
[42] - 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 |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 18:06:00 -
[43] - 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. |

Equto
Imperium Technologies Get Off My Lawn
17
|
Posted - 2012.10.19 18:43:00 -
[44] - 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 |

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

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.17 02:41:00 -
[46] - 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 |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.17 14:13:00 -
[47] - 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 |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.18 14:39:00 -
[48] - 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 -
[49] - 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) |

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

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.19 01:45:00 -
[51] - 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 |

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.19 19:37:00 -
[52] - 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. |

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

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

Equto
Imperium Technologies Get Off My Lawn
18
|
Posted - 2013.01.25 13:30:00 -
[55] - 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. |

Equto
Imperium Technologies Get Off My Lawn
19
|
Posted - 2013.02.21 15:34:00 -
[56] - 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. |

Equto
Imperium Technologies Get Off My Lawn
21
|
Posted - 2013.06.05 03:57:00 -
[57] - 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. |

Equto
Imperium Technologies Get Off My Lawn
21
|
Posted - 2013.08.21 18:20:00 -
[58] - 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 -
[59] - 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 |

Equto
Imperium Technologies Get Off My Lawn
28
|
Posted - 2014.01.16 22:08:00 -
[60] - 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.
|
|
|
|
|