These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

JackKnife 2.0

First post
Author
Equto
Imperium Technologies
Sigma Grindset
#21 - 2012-01-10 04:33:01 UTC  |  Edited by: Equto
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
Bio-Tech Research
#22 - 2012-01-14 11:48:13 UTC
I have tried various ways to import the SQL but server keeps bombing out, any chance of an installer?
Equto
Imperium Technologies
Sigma Grindset
#23 - 2012-01-14 14:08:45 UTC
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
Bio-Tech Research
#24 - 2012-01-14 14:36:24 UTC
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
Doomheim
#25 - 2012-01-15 00:36:28 UTC
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
Imperium Technologies
Sigma Grindset
#26 - 2012-01-15 00:45:19 UTC
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
Imperium Technologies
Sigma Grindset
#27 - 2012-01-15 20:00:25 UTC
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
Bio-Tech Research
#28 - 2012-01-16 21:07:05 UTC
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
Imperium Technologies
Sigma Grindset
#29 - 2012-01-16 22:10:06 UTC
Sounds like an error attemping to create the config file, try this installer
Installer.zip
Reileen Kawahara
Bio-Tech Research
#30 - 2012-01-16 23:19:03 UTC
Still same error but line 165 now What?
Equto
Imperium Technologies
Sigma Grindset
#31 - 2012-01-16 23:51:20 UTC  |  Edited by: Equto
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 Lol. But fixed it now
Equto
Imperium Technologies
Sigma Grindset
#32 - 2012-01-17 01:45:40 UTC
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
Calamitous-Intent
#33 - 2012-01-19 04:06:10 UTC
[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
Imperium Technologies
Sigma Grindset
#34 - 2012-01-19 04:15:33 UTC
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
Rattini Tribe
Minmatar Fleet Alliance
#35 - 2012-02-06 21:43:55 UTC
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
Imperium Technologies
Sigma Grindset
#36 - 2012-02-07 04:22:30 UTC
You can contact me for customization. I am almost looking for new ideas to include within the code.
Vaerah Vahrokha
Vahrokh Consulting
#37 - 2012-02-17 16:27:07 UTC
Very nice tool, would love to get a parameter or option to only see closed contracts.
Equto
Imperium Technologies
Sigma Grindset
#38 - 2012-02-17 19:09:51 UTC
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 ™
TetraEtc
Doomheim
#39 - 2012-02-18 09:38:33 UTC
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
Imperium Technologies
Sigma Grindset
#40 - 2012-03-10 04:55:39 UTC
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.