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

The Chef
|
Posted - 2005.01.02 12:55:00 -
[1]
Edited by: The Chef on 01/02/2005 20:36:58 Edited by: The Chef on 02/01/2005 13:11:52 Edited by: The Chef on 02/01/2005 13:09:14 I am pleased to announce the launch of a free open-source kill mail parser called "EVEkill". At the moment, it is in an early stage of development. Its features are basic, but I have high hopes for the future development of it.
The homepage can be found at http://sourceforge.net/projects/evekill/
The public demo can be found at http://evekill.sourceforge.net/demo/index.php The admin control page is not accessible at this time.
Anyone may use this program for any purpose. You may alter it as you see fit, but if you re-distribute it you have to use the same license (GNU General Public License).
I welcome all comments/feedback/ideas via the homepage. Any bugs should also be posted using the bug reporting option on the homepage.
EVEkill is writen in PHP, and has been designed to use a MySQL database. It can be intergrated with most existing forum software, although the distribution only comes with phpBB 2.0, phpNuke 7.x and Invision Power Board 1.3 support. If you use a different piece of software, you would need to create your own auth module.
- PHP 4.1 or higher (Untested on PHP 5)
- MySQL 4.0 or 3.23
- A webserver
EDIT: Forgot to post requirements! ====================================
EVEkill Visit our homepage |

RedClaws
|
Posted - 2005.01.02 12:58:00 -
[2]
Eeey nice to see more open source programmers around. /me shakes hand
|

Therax
|
Posted - 2005.01.02 13:12:00 -
[3]
Edited by: Therax on 02/01/2005 13:12:21 nice :) would also be nice if the topic had a title
-nm you edited the title as soon as I posted ;)
|

The Chef
|
Posted - 2005.01.02 13:14:00 -
[4]
Originally by: Therax Edited by: Therax on 02/01/2005 13:12:21 nice :) would also be nice if the topic had a title
-nm you edited the title as soon as I posted ;)
Yes... Apparently ctrl+X is cut not copy  ====================================
EVEkill Visit our homepage |

Joshua Foiritain
|
Posted - 2005.01.02 14:03:00 -
[5]
Damnit i love you  ---------------------------
[Coreli Corporation Mainframe] |

LNX Flocki
|
Posted - 2005.01.02 14:12:00 -
[6]
weee. GG Chef!
|

Slarty Bardfast
|
Posted - 2005.01.02 14:24:00 -
[7]
Even if you are JQA I may have to take a look at this 
|

Eugene Spencer
|
Posted - 2005.01.02 17:37:00 -
[8]
boooo, i get an error. I think its a bug...
CRITICAL ERROR: Your version of PHP [] is too old to run this program. 4.1.0 is the minimum requirement
but i'm running PHP Version 4.1.2. Am i doing something wrong?
phpinfo here...
www.gumpcom.com |

Hakera
|
Posted - 2005.01.02 18:15:00 -
[9]
Edited by: Hakera on 02/01/2005 18:25:39 Edited by: Hakera on 02/01/2005 18:16:27 Edited by: Hakera on 02/01/2005 18:15:44
Originally by: Eugene Spencer boooo, i get an error. I think its a bug...
CRITICAL ERROR: Your version of PHP [] is too old to run this program. 4.1.0 is the minimum requirement
but i'm running PHP Version 4.1.2. Am i doing something wrong?
phpinfo here...
i am a newbie to code:
but line 665 of install.php
if( version_compare("4.2.0", phpversion() ) < 0 )
you could try changing that but I know very little about what it'll do or if it'll bugger your site up :).
Btw - thanks Chef - Its just what i needed when I get it installed myself.
Dumbledore - Eve-I.com |

Ray McCormack
|
Posted - 2005.01.02 18:33:00 -
[10]
Edited by: Ray McCormack on 02/01/2005 19:10:52 The script works perfectly on PHP 5.02, tested it myself. I'll have a closer look at templates and features during the week.
Edit - The only problem I get is that it fails to write the Kill Mail to disc for verification by an admin.
| The BIG Lottery | The BIG Deal | 641279 | |

Johnathan Roark
|
Posted - 2005.01.02 18:39:00 -
[11]
anyone using this, id like to see it in action if someone has already taken the time to put it up? ------------------------------------- Quantum Industries
|

Ray McCormack
|
Posted - 2005.01.02 18:48:00 -
[12]
I've only got it on localhost. My web provider still hasn't thought to upgrade for 4.0.2, which I'm a bit ****ed off about.
| The BIG Lottery | The BIG Deal | 839456 | |

The Chef
|
Posted - 2005.01.02 19:04:00 -
[13]
Edited by: The Chef on 02/01/2005 19:13:14
Originally by: Eugene Spencer boooo, i get an error. I think its a bug...
CRITICAL ERROR: Your version of PHP [] is too old to run this program. 4.1.0 is the minimum requirement
but i'm running PHP Version 4.1.2. Am i doing something wrong?
phpinfo here...
Whoops my bad! It should read "Version 4.2.0" or higher minimum. The main reason for this is so that register_globals is off by default. You can disable it by:
Find line 665 in install.php. it will look like this if( version_compare("4.2.0", phpversion() ) < 0 )
Replace that line with this if( true )
This will disable version checking. I haven't designed or tested the script for anything less than 4.2, but I see no reason why it should not/would not work. Let me know how it goes!
EDIT: Or alternatively, redownload the package from sourceforge, because I have just fixed the install.php file (Touch Wood)
Originally by: Ray McCormack I've only got it on localhost. My web provider still hasn't thought to upgrade for 4.0.2, which I'm a bit ****ed off about.
Sadly, I make use of php features that were put in to php 4.1, so there is no way for you to easily get the script up and running. If you know what you are doing, then the problem is that I use the $_POST and $_SESSION variables which don't exist in php 4.0 ====================================
EVEkill Visit our homepage |

Niaski Zalani
|
Posted - 2005.01.02 19:10:00 -
[14]
Wow, i was about a day away from releasing my own version of this to the eve cmmunity. you beat me to it, good work.
yarr? |

Ray McCormack
|
Posted - 2005.01.02 19:15:00 -
[15]
Edited by: Ray McCormack on 02/01/2005 19:15:32 Silly mouse...
| The BIG Lottery | The BIG Deal | 816723 | |

Ray McCormack
|
Posted - 2005.01.02 19:15:00 -
[16]
Originally by: The Chef Sadly, I make use of php features that were put in to php 4.1, so there is no way for you to easily get the script up and running. If you know what you are doing, then the problem is that I use the $_POST and $_SESSION variables which don't exist in php 4.0
The simplest way would be to use $var instead of $_POST['var'], but that would mean editing the whole script. I'll just hold out and keep bugging my host admin to upgrade.
| The BIG Lottery | The BIG Deal | 258660 | |

Niaski Zalani
|
Posted - 2005.01.02 19:32:00 -
[17]
Hrm, i'm getting a whole host of errors now...I cant seem to select IPB, phpNuke, or phpBB withough having the script exlode with errors during later steps of the autoinstaller. I can run the script fine if i select the "No Authorisation" in step 1...but then can't add killmails, etc.
yarr? |

The Chef
|
Posted - 2005.01.02 19:40:00 -
[18]
Originally by: Niaski Zalani Hrm, i'm getting a whole host of errors now...I cant seem to select IPB, phpNuke, or phpBB withough having the script exlode with errors during later steps of the autoinstaller. I can run the script fine if i select the "No Authorisation" in step 1...but then can't add killmails, etc.
Can you please send me the error messages you get, what stage it happens at, and what forum stuff you are using? Just like EVE, EVEkill will probably be plagued with bugs for the next day or so  ====================================
EVEkill Visit our homepage |

Jarjar
|
Posted - 2005.01.02 19:42:00 -
[19]
Originally by: Ray McCormack
Originally by: The Chef Sadly, I make use of php features that were put in to php 4.1, so there is no way for you to easily get the script up and running. If you know what you are doing, then the problem is that I use the $_POST and $_SESSION variables which don't exist in php 4.0
The simplest way would be to use $var instead of $_POST['var'], but that would mean editing the whole script. I'll just hold out and keep bugging my host admin to upgrade.
This would be pretty easy to solve using regular expressions though. Replace \$_POST\[\'(.*)\'\] with \$(...) in all files, where "..." is the stuff you got from inbetween the ''s.
I'm no regex pro so I can't help much more, but you can do this using sed for instance. 
|

The Chef
|
Posted - 2005.01.02 19:49:00 -
[20]
Originally by: Ray McCormack
Originally by: The Chef Sadly, I make use of php features that were put in to php 4.1, so there is no way for you to easily get the script up and running. If you know what you are doing, then the problem is that I use the $_POST and $_SESSION variables which don't exist in php 4.0
The simplest way would be to use $var instead of $_POST['var'], but that would mean editing the whole script. I'll just hold out and keep bugging my host admin to upgrade.
Using $var instead of $_POST['var'] is a security flaw, because it could be from a cookie, post data, get data, session data etc etc. However, it might be possible/easy to copy the PHP 4 style global variables into the PHP 4.1 style global variables... but its not something I would plan on doing soon! (Heading back to uni tomorrow, packing like mad at the moment) ====================================
EVEkill Visit our homepage |

Niaski Zalani
|
Posted - 2005.01.02 20:21:00 -
[21]
Edited by: Niaski Zalani on 02/01/2005 20:24:45
Originally by: The Chef
Originally by: Niaski Zalani Hrm, i'm getting a whole host of errors now...I cant seem to select IPB, phpNuke, or phpBB withough having the script exlode with errors during later steps of the autoinstaller. I can run the script fine if i select the "No Authorisation" in step 1...but then can't add killmails, etc.
Can you please send me the error messages you get, what stage it happens at, and what forum stuff you are using? Just like EVE, EVEkill will probably be plagued with bugs for the next day or so 
Ok, using the IPB auth thing in step 1 i get:
Warning: installgetsettings(): Unable to access /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/conf_global.php in /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/auth/ipb1_3.php on line 131
Warning: installgetsettings(/home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/conf_global.php): failed to open stream: No such file or directory in /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/auth/ipb1_3.php on line 131
Warning: installgetsettings(): Failed opening '/home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/conf_global.php' for inclusion (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/auth/ipb1_3.php on line 131
on step 3. However, on step 3 i do see the Settings Are Ok image and the rest of the text fields. then i get this:
Critical MySQL Error Unable to run specified query (SELECT g_id, g_title FROM groups ORDER BY g_title ASC) Table 'daveblauconsulting_com_-_evekill.groups' doesn't exist
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/database/mysql4.php on line 97
on step 4. it addition on step 4 it doesnt have the check boxes under Can View, Can Upload, Can Admin.
What I would do is this: assuming the reason you are using the IPB, phpNuke, and/or phpBB auth systems to authenticate the killboard users I would conclude that these warnings/errors are coming from the fact that you are trying to incorporate the IPB, phpNuke, and/or phpBB auth systems into your script. I would recomend not doing this and instead just password protect the directories that hold the upload killmail or admin pages. that way you are using the server's built in authentication system instead of trying to incorporate IPB, phpNuke, and/or phpBB's auth systems, making it a much cleaner rout.
yarr? |

The Chef
|
Posted - 2005.01.02 20:30:00 -
[22]
Originally by: Niaski Zalani
Ok, using the IPB auth thing in step 1 i get:
Warning: installgetsettings(): Unable to access /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/conf_global.php in /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/auth/ipb1_3.php on line 131
The path you have specified as your parent root does not appear to be correct.
/home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/conf_global.php I would suggest removing the /evekill/ from the end of your PARENT home directory.
As for the MySQL error, I think you haven't correctly set the parent table prefix. Its look for a table (called groups) but it can't find it.
The warnings are bugs on my part, as you should get some proper informative error messages instead! I hope this helps. ====================================
EVEkill Visit our homepage |

Niaski Zalani
|
Posted - 2005.01.02 20:37:00 -
[23]
Originally by: The Chef
Originally by: Niaski Zalani
Ok, using the IPB auth thing in step 1 i get:
Warning: installgetsettings(): Unable to access /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/conf_global.php in /home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/auth/ipb1_3.php on line 131
The path you have specified as your parent root does not appear to be correct.
/home/virtual/site2/fst/var/www/html/meltedpixel.net/evekill/conf_global.php I would suggest removing the /evekill/ from the end of your PARENT home directory.
As for the MySQL error, I think you haven't correctly set the parent table prefix. Its look for a table (called groups) but it can't find it.
The warnings are bugs on my part, as you should get some proper informative error messages instead! I hope this helps.
Hrm, still getting the errors. When I remove /evekill/ from the PARENT home dir in step 2 it says it can't find the image "settings_good.gif". Thus, I know having /evekill/ on the end is the right thing to do. I guess im a little foggy on what u mean by Parent Table Prefix, please explain what that is.
yarr? |

The Chef
|
Posted - 2005.01.02 20:49:00 -
[24]
Step 2:
Main site folder address - The folder in which your forum software (IPB) is. You need to change this to make the error go away
Main site website address - The URL for your forums.
EVEkill folder address - Where EVEkill is.
The "Settings Okay" image will only test that the EVEkill website address is okay.
This would be easier to do via MSN, you can find my contact details here: http://sourceforge.net/forum/forum.php?thread_id=1203739&forum_id=419938
I will have to start packing my PC in about an hour, and it won't be until Monday evening that I'll get it back up ====================================
EVEkill Visit our homepage |

Niaski Zalani
|
Posted - 2005.01.02 20:58:00 -
[25]
Oooh! I got it. I didn't know u were assuming there was a forum installation already there...I just thought u were trying to use those pre-built auth systems in your engine..nvm! :)
yarr? |

The Chef
|
Posted - 2005.01.02 21:01:00 -
[26]
Originally by: Niaski Zalani Oooh! I got it. I didn't know u were assuming there was a forum installation already there...I just thought u were trying to use those pre-built auth systems in your engine..nvm! :)
Yes, that could well be the slight problem 
Its basically an add-on to existing forum software. You can use the same name/password as the forums without issue. I am planning to build a stand-alone authorisation module so that you can install EVEkill without installing a piece of forum software, but that is still a soonÖish dream ====================================
EVEkill Visit our homepage |

Hakera
|
Posted - 2005.01.02 22:24:00 -
[27]
I managed to install it.
The main problem is the
Main Site url in step 2 was automatically going to home/EveKill, it just needs to be the home url.
The look is very basic. The first thing i want to change is to allow vistors to the site to view the board and essentially turn it into a nuke module with blocks.
The statistics side is good, I was thinking of linking in some icons so that via the account info it can pick up profile data (talking phpnuke here) and maybe under the Your Account info register all your kills eg Laid the Final Blow & Participated catagories and so on. But that is more a full integrated of the tool into nuke as a module.
Dumbledore - Eve-I.com |

Hakera
|
Posted - 2005.01.03 03:11:00 -
[28]
Edited by: Hakera on 03/01/2005 03:28:27 Thanks - its up & running now (at least in its beta version).
I found a bug on the second screen after scanning a mail in, if you select 'admin will add manually' you get errors.
& you mispelt vagabond in the ships table hence it was not recognised at first.
If i could ask for a top priority feature it would be to enable it to be viewed by anyone as an option.
Another would be to allow admins to edit or delete kill mail entries from the frontend access perhaps via admin.php
Other than that - just more functionality really, being able to view other peoples kills/losses, more stats and so on. I'll have a hard look after my exams are over.
But top job on it!

Dumbledore - Eve-I.com |

Beringe
|
Posted - 2005.01.03 03:56:00 -
[29]
The Chef 4tehwin!
High respect for anyone selfless enough to turn out an open source project by themselves. Plus, we got it first! ------------------------------------------- "My main griveance with the Caldari state was that once I had finished my work for them, they wanted me dead."
"No, it's none of your business." |

The Chef
|
Posted - 2005.01.03 16:50:00 -
[30]
Originally by: Hakera I found a bug on the second screen after scanning a mail in, if you select 'admin will add manually' you get errors.
& you mispelt vagabond in the ships table hence it was not recognised at first.
Thanks for reporting these bugs, I will get a fix out tonight.
Originally by: Hakera If i could ask for a top priority feature it would be to enable it to be viewed by anyone as an option.
Technically possible... If you make everyone a member of a single group and give that group "Can View" permissions then they will all be able to view everything (Although not upload). However, this can be a bit difficult to do if you aren't using phpBB. I will add a default group in the next version so you can easily give everyone "Can View" permissions. ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.01.03 16:54:00 -
[31]
Originally by: Hakera The statistics side is good, I was thinking of linking in some icons so that via the account info it can pick up profile data (talking phpnuke here) and maybe under the Your Account info register all your kills eg Laid the Final Blow & Participated catagories and so on. But that is more a full integrated of the tool into nuke as a module.
A function interface file is something I plan on creating (Eg: EVEKILL_HowManyKills( $UserID ) returns the number of kills made by that person). As you can probably imagine though, I have a lot of work planned ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.01.03 18:25:00 -
[32]
Edited by: The Chef on 03/01/2005 18:26:51 New version released. To update, just download the new .zip file, and then upload its contents over your existing files. Once that is done, to update your ship database:
1) Login to your forums 2) Go to the EVEkill website, and type "?Uships=NOW" onto the end of the URL (You must have "Can Admin" permission) 3) You should see the message "SHIPS: Updated"
If you do not see the message in stage 3, something went wrong. If this happens, you can manually update your database by finding the ships table, finding the entry that has a name of "Vegabond", and replace this with "Vagabond".
Oh, and don't overwrite the config.php file or you will have to re-run the installer!
Bug Fixes: - Removed "Store kill for admin" as it didn't work and it represented a major security flaw. - Fixed typo in ship database (Vagabond was typoed as Vegabond) ====================================
EVEkill Visit our homepage |

Ray McCormack
|
Posted - 2005.01.05 01:41:00 -
[33]
I've setup a pure install of this here for everyone to test the hell out of. There is no authorisation, and anyone can add to and view the board. I've not let anyone admin it, just yet anyway.
It is running on PHP 5.03 and MySQL 4.1.8-nt-log.
I did previously add a few kill mails, and all seems to be fine. I just had to remove them before making it public.
So hopefully this helps all those that wanted to see it in action...
| The BIG Lottery | The BIG Deal | 168919 | |

The Chef
|
Posted - 2005.01.05 17:56:00 -
[34]
Originally by: Ray McCormack It is running on PHP 5.03 and MySQL 4.1.8-nt-log
Well thats quite impressive, I didn't design the database module to work with MySQL 4.1 
Still, good to know. ====================================
EVEkill Visit our homepage |

Feta Solamnia
|
Posted - 2005.01.05 21:10:00 -
[35]
free software dammit.
|

Ray McCormack
|
Posted - 2005.01.06 00:46:00 -
[36]
Originally by: The Chef Well thats quite impressive, I didn't design the database module to work with MySQL 4.1 
Still, good to know.
It's the old adage of "If it doesn't fit, force it".
| The BIG Lottery | The BIG Deal | 271768 | |

The Chef
|
Posted - 2005.01.12 01:57:00 -
[37]
Surprised at how fast this topic got burried, but anyway:
I am please to announce a new version of EVEkill, version 0.1.4. I recommend all users upgrade as soon as possible. To do this, download the new .zip file from sourceforge and overwrite all your existing files. Then run the upgrade.php file to update your database.
Any problems should be reported on the sourceforge website (http://sourceforge.net/projects/evekill/)
Change Log - Interface overhall by Tripdiesel ---- Added ship pictures ---- Added link to EVE-I information on ship ---- Seperated stats into Weekly and Total - Added EVE mail style kill viewer - Added two new groups ---- All non-logged in users: Allows anyone NOT logged in to use the kill mail parser (eg: guests) ---- All logged in users: Allows easy control of all users. Anyone who can login will be given these permissions. Use with caution, as on some forum setups you can create an account and use it without admin validation - Added session ID passing support. Should be turned on only if you have problems. - Added loss table to index page (Below kill table) - Fixed Bug: Stored weapons were missing the first letter. Updater will reset all stored weapon data to "Unknown". - Fixed Bug: Users who were not logged in were redirected to login page. This was preventing guests from using the kill parser. ====================================
EVEkill Visit our homepage |

Hakera
|
Posted - 2005.01.12 02:52:00 -
[38]
Originally by: The Chef
- Fixed Bug: Stored weapons were missing the first letter. Updater will reset all stored weapon data to "Unknown".
hrmmm - I get that after I updated (original weapon still there and missing first letter) update ran fine.
Kudos - looks much nicer now. Thanks for your efforts!
Dumbledore - Eve-I.com |

The Chef
|
Posted - 2005.01.12 14:04:00 -
[39]
Originally by: Hakera
Originally by: The Chef
- Fixed Bug: Stored weapons were missing the first letter. Updater will reset all stored weapon data to "Unknown".
hrmmm - I get that after I updated (original weapon still there and missing first letter) update ran fine.
Kudos - looks much nicer now. Thanks for your efforts!
UPDATE `MYPREFIX_attackers` SET `weaponType` = 'Unknown';
Should reset all your weapon types back to "Unknown". I have no idea why it did not work in the first place, I can not think of any reason why it would not. ====================================
EVEkill Visit our homepage |

Ray McCormack
|
Posted - 2005.01.13 04:28:00 -
[40]
If anyone wants to have a look at the cool new changes Chef has made, or just test it out, I've updated my installation, which can be found here:
http://ogcp.no-ip.com/2/
| The BIG Lottery | The BIG Deal | 651866 | |

Vice Cicero
|
Posted - 2005.01.13 05:48:00 -
[41]
Can someone explain how this works and where the input is comming from?
|

Schroni
|
Posted - 2005.01.13 08:37:00 -
[42]
this is a kickass piece of software. i recommend it to anyone who is looking for a killboard. 
---
SNIGG Forums my videos |

Hakera
|
Posted - 2005.01.13 10:11:00 -
[43]
I would ask for one feature, support for npc's in killmails, the parser does not like them because of the missing info.
Dumbledore - Eve-I.com |

The Chef
|
Posted - 2005.01.13 12:18:00 -
[44]
Originally by: Hakera I would ask for one feature, support for npc's in killmails, the parser does not like them because of the missing info.
How very odd. AFAIK, NPC's should be detected without any problems! Would you be so kind as to EVEmail me a copy of the kill mail so I can find out what the problem is?
Thank you for your help ====================================
EVEkill Visit our homepage |

Raaki
|
Posted - 2005.01.13 12:52:00 -
[45]
Originally by: The Chef
Sadly, I make use of php features that were put in to php 4.1, so there is no way for you to easily get the script up and running. If you know what you are doing, then the problem is that I use the $_POST and $_SESSION variables which don't exist in php 4.0
This can be fixed by setting the following variable in the php.ini file register_globals on
As of 4.2.0 this variable is Off be default wich does not allow you to use $var and makes u use $_post etc.
|

The Chef
|
Posted - 2005.01.13 15:24:00 -
[46]
Originally by: Raaki This can be fixed by setting the following variable in the php.ini file register_globals on
It is off for a very good reason though. Having it on is a security risk. By using $_POST, I know that the variable CAN ONLY come from post data. Additionally, with register_globals on, anyone can set any variable with a default value.
At first, I made EVEkill refuse to install if register globals was on. However, I decided that was a little too extreme, and set it so that it warns you if it is on. ====================================
EVEkill Visit our homepage |

Avon
|
Posted - 2005.01.13 15:51:00 -
[47]
I still can't get this to install.
It hates me.
I tell it where to look, it goes it's own way.
Hate it.
Must die.
More than that, I hate the fact that I'll have to wait till I get home before I can fix the php directly.
Waaaahhahhahhhh!
 ______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

The Chef
|
Posted - 2005.01.13 21:31:00 -
[48]
Originally by: Avon I still can't get this to install.
It hates me.
Informative! If you post a little bit more information (Error messages, what is going wrong, what database/forum you are using, what stage it is going wrong at) I imagine I will be able to solve your problem quite quickly. If it is a bug, then I can fix it. If it is just an error in input, then I can help you make sure you put in the right values.
I'm here to help. ====================================
EVEkill Visit our homepage |

Avon
|
Posted - 2005.01.13 21:42:00 -
[49]
O...m...g... I completely forgot I was trying to install this (was very bored at work, so I thought I'd give it a go).
Take a look here
All those file errors are on a path I have not specified, I am guessing your install is making assumptions or poorly detecting the actual file structure of the web server.
I was going to snoop the php, but I forgot.
______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

Avon
|
Posted - 2005.01.13 21:47:00 -
[50]
Hmmm, lots of empty variables in the the config.php ....
/goes back to digging ______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

Hakera
|
Posted - 2005.01.13 21:55:00 -
[51]
enter your db user/name/pw in the empty columns
Dumbledore - Eve-I.com |

Avon
|
Posted - 2005.01.13 21:56:00 -
[52]
Originally by: Hakera enter your db user/name/pw in the empty columns
Nah, the db details are there, looks like the path information from the install was lost. ______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

Avon
|
Posted - 2005.01.14 12:10:00 -
[53]
Originally by: Avon
Originally by: Hakera enter your db user/name/pw in the empty columns
Nah, the db details are there, looks like the path information from the install was lost.
The install process created the correct tables in the database, so I know it was working there.
After the install it can no longer open a connection to the database. I am sure it is a path issue, I just have to track down the bit of code which is ignoring the install settings.
I am guessing there is a ":usr/local/" in there somewhere .. just have to find it. ______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

The Chef
|
Posted - 2005.01.14 14:23:00 -
[54]
Edited by: The Chef on 14/01/2005 14:27:34 Edited by: The Chef on 14/01/2005 14:27:03 ALL settings are in the config.php file or in the config table in the database. There is nothing else that you can/should change in any other file. I believe your problem is that your EVEkill root directory is not correctly set.
In the config.php file
Find $INT_Config->KillRoot =
That controls the include path for ALL files. You simply need to change this variable to point to your EVEkill folder. The path MUST end in a /
Example: EVEkill is in E:/webpages/EVEkill/ $INT_Config->KillRoot = 'E:/webpages/EVEkill/';
Then, find
include( 'somepath/auth/no_auth.php' ); include( 'somepath/database/mysql4.php' );
Replace somepath with the correct path for your EVEkill installation. Alternatively, replace the two lines above with
include( $INT_Config->KillRoot . 'auth/no_auth.php' ); include( $INT_Config->KillRoot . 'database/mysql4.php' );
This just leaves the question of what went wrong in the first place! If the config.php file was empty, then that suggests the installation failed. However, it is not supposed to continue the install if it can not write to the config.php file. Very odd indeed.
EDIT: EVEkill is tested on three different webservers before release (One windows, One Fedora Core 3, One other Linux), and all three installs use different paths/settings. There are no hardcoded paths anywhere but the config.php file. ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.01.14 14:31:00 -
[55]
Originally by: Vice Cicero Can someone explain how this works and where the input is comming from?
Basically, you copy and paste the kill mails you recieve in EVE into a webpage. The webpage then scans your kill mail, breaks it up into the different parts, and stores the data in a database. This data is then used to make statistics and so on.
At this time, there is no way to get/validate kill mails with EVE online. I do not imagine there ever will be, but then again you never know. If someone doesn't upload a kill mail, then EVEkill will not know about it ====================================
EVEkill Visit our homepage |

Avon
|
Posted - 2005.01.14 14:33:00 -
[56]
Edited by: Avon on 14/01/2005 14:35:26 Are those relative or absolute? Do I have to explicity state the directory structure of the server or just point the folder via the URL?
Warning: main(): Failed opening '/auth/phpBB2_0.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/powergam/evekill/config.php on line 17
Where is it getting the directory structure? I am pointing at http://www.powergamer.co.uk/evekill/ in the config file. ______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

Hakera
|
Posted - 2005.01.14 14:35:00 -
[57]
There is one change I would prefer - am wanting to make on our version, you emphasise the race of the ship in the tables, I would prefer and I think many others to rather have ship class instead.
From this, the statistics screen summarises the ships of each class killed in the last week or in overall stats, all to date.
Also I want to ignore pod kills in the statistics eventually.
Dumbledore - Eve-I.com |

The Chef
|
Posted - 2005.01.14 14:37:00 -
[58]
Originally by: Avon Edited by: Avon on 14/01/2005 14:35:26 Are those relative or absolute? Do I have to explicity state the directory structure of the server or just point the folder via the URL?
Warning: main(): Failed opening '/auth/phpBB2_0.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/powergam/evekill/config.php on line 17
Where is it getting the directory structure? I am pointing at http://www.powergamer.co.uk/evekill/ in the config file.
You need to use the folder path, not the web path. Explicit is generally safer than relative, but there is no reason why you could not use either. The include_path is a php.ini set variable, and is nothing to do with EVEkill. It should also be ignored by EVEkill. ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.01.14 14:44:00 -
[59]
Originally by: Hakera There is one change I would prefer - am wanting to make on our version, you emphasise the race of the ship in the tables, I would prefer and I think many others to rather have ship class instead.
From this, the statistics screen summarises the ships of each class killed in the last week or in overall stats, all to date.
Also I want to ignore pod kills in the statistics eventually.
Ignoring pod kills is fairly easy to do. It is also on my list of things to do.
Stats per ship class is another planned feature, but soonÖ is probably the best way to describe the timescale currently planned. I have exams to revise for, so EVEkill will be on hold until January 20th. The only thing I am trying to get done before then is a planned feature list :-) ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.01.14 14:47:00 -
[60]
Having looked at your install error messages, I think the correct path to set is
'/home/www/powergam/evekill/'
I hope this helps ====================================
EVEkill Visit our homepage |

Avon
|
Posted - 2005.01.14 14:49:00 -
[61]
The folder path is the same as the web path.
I am guessing my web host has a folder structure which I can not see, I'll have to get on to them. ______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

The Chef
|
Posted - 2005.01.14 15:18:00 -
[62]
Originally by: Avon The folder path is the same as the web path.
I am guessing my web host has a folder structure which I can not see, I'll have to get on to them.
Web path: http://www.myhost.com/folder/subfolder Folder path: /somin/sominelse/folder/subfolder
Your PHP messages give the path as being "/home/www/powergam/evekill/". This is your EVEkill root path. ====================================
EVEkill Visit our homepage |

Avon
|
Posted - 2005.01.14 15:32:00 -
[63]
Originally by: The Chef
Originally by: Avon The folder path is the same as the web path.
I am guessing my web host has a folder structure which I can not see, I'll have to get on to them.
Web path: http://www.myhost.com/folder/subfolder Folder path: /somin/sominelse/folder/subfolder
Your PHP messages give the path as being "/home/www/powergam/evekill/". This is your EVEkill root path.
Could it be....
....
could I be so stupid....
yes .... indeed I did fail to upload the config file after editing it!
Thx for your help, you actually solved the problem about an hour ago - I just forgot to update the changes on the server!  ______________________________________________
Never argue with idiots. They will just drag it down to their level, and then beat you through experience. |

Nickel Deuce
|
Posted - 2005.01.14 15:41:00 -
[64]
can you include XML export of kill mails? this is something lacking by every site i've seen, yet can increase the possible uses a lot. Another thing, GET RID OF TABLES LAYOUTS they are disgusting, and won't load in the eve browser accurately nor speedily. I would suggest using CSS layouts, and using client detection to serve out a different CSS or even template when eve client calls. Other than that, it is a good start. - - - - - - - - Encoded with ROT26 ù circumvention will be prosecuted! |

The Chef
|
Posted - 2005.01.14 18:18:00 -
[65]
Tables are a powerful tool though, as well as normally looking the same on every browser. However, EVEkill will (next release) support templates, so you can if you desire make a template that is table free.
An XML style output should be fairly easy to make, although I'm not quite sure why you would want it?
====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.01.14 23:26:00 -
[66]
The EVEkill feature plan can be viewed at http://evekill.sourceforge.net/
This roadmap is NOT final. Features can be added, changed or even removed depending on how development goes and the feedback I recieve from the community. If there is a feature you think should be added/changed/moved to an eariler version, please submit a feature request on the EVEkill website (http://sourceforge.net/projects/evekill/) ====================================
EVEkill Visit our homepage |

LNX Flocki
|
Posted - 2005.01.16 01:01:00 -
[67]
I must say, I love it. I've played with the template a bit and moved parser.php in a password protected directory (as we don't have a compatible forum I had to use the no_auth option) which works just fine. I'll post a link here for others to see once i've unleashed my corp mates on it 
Great work Chef! Hope to see many more releases.
LNX
|

Jeebs
|
Posted - 2005.01.20 04:00:00 -
[68]
lookin good... i wonder if one site will rise above the rest as a "killmail authority" of some sort...
(\_/) (x.x) (> <) This was Bunny. Kill Bunny and stop him from achieving world domination. |

The Chef
|
Posted - 2005.01.20 12:53:00 -
[69]
Firstly, thanks to EVE-I for the mention in their news! I really appreciate it! 
Secondly, I have just finished my last exam so coding is now off-hold again. I hope to get the next version out somewhere around the end of the month.
Originally by: Jeebs lookin good... i wonder if one site will rise above the rest as a "killmail authority" of some sort...
All kill parser's store the same data and so can make the same stats. To my knowledge, this is the first and only open-source kill mail parser that exists at the moment, and so it will probably become the most widely used. However, if it will ever be the "best" is for the users to decide. The BoB kill parser is quite nice, and I have seen a lot of other good ones out there. ====================================
EVEkill Visit our homepage |

Mitchman
|
Posted - 2005.01.20 12:58:00 -
[70]
Being able to add a comment when adding a mail is desperately needed. We always add comments to our kills 
|

The Chef
|
Posted - 2005.01.20 13:07:00 -
[71]
Originally by: Mitchman Being able to add a comment when adding a mail is desperately needed. We always add comments to our kills 
Someone else suggested that, but I wasn't too sure if it would be used. Would that be just a comment (eg: "Ganked this one while he was AFK :D") or would you be more interested in also being able to reply to the comments (eg: A forum thread style thing)? ====================================
EVEkill Visit our homepage |

dosperado
|
Posted - 2005.01.21 00:32:00 -
[72]
Edited by: dosperado on 21/01/2005 00:35:28 Edited by: dosperado on 21/01/2005 00:33:55 Is there any possibility to get this killscript integrated into pnphpbb2 (v1.2h)???
Warning: installgetsettings(): Unable to access /mnt/ja1/08/494/00000014/htdocs/modules/PNphpBB2/config.php in /mnt/ja1/08/494/00000014/htdocs/killdb/auth/phpBB2_0.php on line 103 ____________________ CEO Denial of Service
NPC Mass Murderer | Security Status 6.4 |

Mitchman
|
Posted - 2005.01.21 00:41:00 -
[73]
Originally by: The Chef
Originally by: Mitchman Being able to add a comment when adding a mail is desperately needed. We always add comments to our kills 
Someone else suggested that, but I wasn't too sure if it would be used. Would that be just a comment (eg: "Ganked this one while he was AFK :D") or would you be more interested in also being able to reply to the comments (eg: A forum thread style thing)?
More of the first kind, like this:
"Another mission runner that flew straight into the arms of a waiting blockade. Popped out of warp about 2km from both our ships and landed in a world of weblicious and scrambletastic hurt before having his ship cut up into scrap faster than you can say "Scrapheap Challenge!"" 
That's the kind of comments (this one courtesy of Merdekka, please forgive me for posting it, merd) that adds the extra touch to the kill list.
|

Merdekka Radaen
|
Posted - 2005.01.21 01:13:00 -
[74]
My comment theatrics are near legendary, and yes, the ability to include them, simply as a one off at least when adding the kill is definately important to me :)
One of my personal favorites, name changed to protect the innocent of course:
"Mitch and I camp the EC gate. Bob jumps in long enough for me to see him on the scanner, but is gone so fast I don't even get time to see the ship icon. Mitch hits the Ibura gate while I go Lai Dai on a hunch and bump into the only ship capable of such amazing performance. Yes. THE DREADED POD. It was a long, arduous fight that saw the balance of power swing in both our directions, but ultimately I emerged victorious and held the corpse aloft amidst the wreckage of one of the most fearsome ships to ever grace the spacelanes.
The loot was kind of gooey, but tasted great sautÚed with mushrooms and garlic and served with a good Merlot." |

Kahlen Rahl
|
Posted - 2005.01.21 01:16:00 -
[75]
Originally by: Merdekka Radaen "Mitch and I camp the EC gate. Bob jumps in long enough for me to see him on the scanner, but is gone so fast I don't even get time to see the ship icon. Mitch hits the Ibura gate while I go Lai Dai on a hunch and bump into the only ship capable of such amazing performance. Yes. THE DREADED POD. It was a long, arduous fight that saw the balance of power swing in both our directions, but ultimately I emerged victorious and held the corpse aloft amidst the wreckage of one of the most fearsome ships to ever grace the spacelanes.
The loot was kind of gooey, but tasted great sautÚed with mushrooms and garlic and served with a good Merlot."
ROFLOL!!   |

Kahlen Rahl
|
Posted - 2005.01.21 01:28:00 -
[76]
On a side note Chef, you mentioned somewhere you're looking for coding help on this thing? What kind of help are you implying there?
One thing I would very much like to see/build is an auth module allowing folks to use this as a completely stand alone app, instead of some sort of add on to existing forum/other solutions.
Proud member of the Alt Alliance - Join Today! |

Domex
|
Posted - 2005.01.21 02:47:00 -
[77]
hello, i have this error :
Quote: Fatal error: Call to undefined function: session_pagestart() in /data/members/paid/c/g/cgood.net/htdocs/test/evekill/auth/phpBB2_0.php on line 45
and one suggestion, it's possible for next version one file lang.php (/language/english.php) for easy translate all EVEkill ;)
thx :) ps: sorry for my bad english
|

Caelandra
|
Posted - 2005.01.21 02:57:00 -
[78]
This is the error message I keep getting after the install. Granted, I am unsing Integramod, but it runs on phpBB 2.0
Warning: init_userprefs(./profilcp/functions_profile.): failed to open stream: No such file or directory in /home/thewolve/public_html/corp/includes/functions.php on line 670
Warning: init_userprefs(): Failed opening './profilcp/functions_profile.' for inclusion (include_path='.:/usr/local/lib/php') in /home/thewolve/public_html/corp/includes/functions.php on line 670
Warning: init_userprefs(language/lang_english/lang_main.): failed to open stream: No such file or directory in /home/thewolve/public_html/corp/includes/functions.php on line 711
Warning: init_userprefs(language/lang_english/lang_main.): failed to open stream: No such file or directory in /home/thewolve/public_html/corp/includes/functions.php on line 711
Warning: init_userprefs(): Failed opening 'language/lang_english/lang_main.' for inclusion (include_path='.:/usr/local/lib/php') in /home/thewolve/public_html/corp/includes/functions.php on line 711
Warning: init_userprefs(language/lang_english/lang_news.): failed to open stream: No such file or directory in /home/thewolve/public_html/corp/includes/functions.php on line 712
Warning: init_userprefs(language/lang_english/lang_news.): failed to open stream: No such file or directory in /home/thewolve/public_html/corp/includes/functions.php on line 712
Warning: init_userprefs(): Failed opening 'language/lang_english/lang_news.' for inclusion (include_path='.:/usr/local/lib/php') in /home/thewolve/public_html/corp/includes/functions.php on line 712
Warning: cache_words(includes/template.): failed to open stream: No such file or directory in /home/thewolve/public_html/corp/includes/functions_categories_hierarchy.php on line 198
Warning: cache_words(): Failed opening 'includes/template.' for inclusion (include_path='.:/usr/local/lib/php') in /home/thewolve/public_html/corp/includes/functions_categories_hierarchy.php on line 198 Template->make_filename(): Error - template file not found: includes/cache_tpls/def_words_def.tpl
|

Falhofnir
|
Posted - 2005.01.21 06:09:00 -
[79]
I do have to agree with my corpmates, comments are what make a killboard more than simply a gank list (of course we're only a small corp so we're not getting hundreds of kills a day, but i expect most of the eve population to be wanting to comment on their kills to recall the actual facts). A threaded comment function could be nice too.
The other needed feature for your already nice kill list is capsule (& noobships) filtering/linking to corresponding ship kills (with possibly an indicator of the pod being killed or not when the capsule kills are actually filtered).
|

The Chef
|
Posted - 2005.01.21 22:11:00 -
[80]
Wow, a lot of posts. Okay, here are some replies...
Comments will be added in either v 0.1.6 or 0.1.7. They will not support BBcode, and for security reasons html/php code will also be removed.
I have never heard of pnphpbb2 before, and I suspect that it will require a new auth module for it to work properly. Your best bet is to find someone who knows how to code PHP and get them to look at the no_auth.php file. It contains the basic class required to make a auth module. You simply need to make the existing functions do the right things.
Help wise: - New templates/themes would be nice. I am currently coding the template support. And my graphic skills are the sux0r  - New auth modules - New database modules Someone to help code EVEkill would be nice, although organising it would be a nightmare (CVS doesn't seem to like me atm!). They would need to be highly confident in PHP/MySQL.
Domex I replied to your problem on the sourceforge website, so look there for the solution (I assume it was you who made the post there, as it has the same path)
Caelandra, Integramod won't work with the phpBB 2 auth module sadly. Someone (possibly me, but not within the next 9 days) will need to create a new auth module specifically for Integramod.
Originally by: Falhofnir The other needed feature for your already nice kill list is capsule (& noobships) filtering/linking to corresponding ship kills (with possibly an indicator of the pod being killed or not when the capsule kills are actually filtered).
I agree with capsule filtering, and will be making this available (and the default setting). An icon or similar will be used to show if the pod was killed or not. I have not yet decided which version to add this in to, but I imagine it will be 0.1.7
There we go, sorry if I missed anyone! ====================================
EVEkill Visit our homepage |

Stars End
|
Posted - 2005.01.22 20:41:00 -
[81]
First off, THANKS CHEF!
Well, it took some hacking to get it in place, but I think I did it. I managed to get it working with the blog software (geeklog) our Alliance is using. If anyone is curious, it can be viewed here.
I did receive an error about the corp not existing when I tried to submit a killmail where I was destroyed by CONCORD.
Thanks again for the great software!
|

The Chef
|
Posted - 2005.01.22 21:44:00 -
[82]
Originally by: Stars End I did receive an error about the corp not existing when I tried to submit a killmail where I was destroyed by CONCORD.
Please email a copy of the kill mail to [email protected] so that I can fix this bug. I think I know the cause, but I have never seen a Concord kill mail before so I need to check to make certain. ====================================
EVEkill Visit our homepage |

Stars End
|
Posted - 2005.01.22 23:24:00 -
[83]
Chef,
I sent the email about the CONCORD killmails. They were actually sentry gun kills (Blood Raiders were the gun owners). Sorry for any confusion.
SE
|

The Chef
|
Posted - 2005.01.22 23:31:00 -
[84]
Thanks.
This bug will be fixed in V 0.1.5, which is being aimed for a January 30th release date. ====================================
EVEkill Visit our homepage |

Jainnaera
|
Posted - 2005.01.22 23:44:00 -
[85]
Edited by: Jainnaera on 22/01/2005 23:44:58 Chef
Thanks for the info. I will look at the no_auth file and see what I can come up with. If I can come up with an auth file before you, I'll let you know. I am re-learning php right now so I am rusty.
BTW, this was a post from Caelandra.... Forgot to say which char I am posting with
|

bigsteve
|
Posted - 2005.01.23 20:50:00 -
[86]
Edited by: bigsteve on 23/01/2005 20:50:43 when continuing to Step 4 of the installation i get this error.
Quote:
Fatal error: Call to undefined function: ctype_digit() in d:\stormhawks\evekills\database\mysql4.php on line 26
my phpinfo is hereHERE
|

The Chef
|
Posted - 2005.01.23 22:02:00 -
[87]
Edited by: The Chef on 23/01/2005 22:03:23
Originally by: bigsteve Edited by: bigsteve on 23/01/2005 20:50:43 when continuing to Step 4 of the installation i get this error.
Quote:
Fatal error: Call to undefined function: ctype_digit() in d:\stormhawks\evekills\database\mysql4.php on line 26
Your version of PHP has been built without ctype support - which is on by default in PHP 4.2 onwards. You can try steps 2 or 3 below.
Quote:
On PHP versions before 4.2, ctype is an optional php feature that has to be turned on by the website admin. There are a number of possible solutions to your problem: 1) Update PHP to version 4.2 or later 2) Add the ctype library to your PHP installation 3) Find ctype_digit and replace it with is_numerical For EVEkill 0.1.5 I will try and remove the use of ctype functions. I am aiming to get this release done for the end of January. You can either wait or you can try one of the three solutions above. I hope this helps. Let me know how it goes.
====================================
EVEkill Visit our homepage |

dosperado
|
Posted - 2005.01.24 10:17:00 -
[88]
Originally by: The Chef I have never heard of pnphpbb2 before, and I suspect that it will require a new auth module for it to work properly. Your best bet is to find someone who knows how to code PHP and get them to look at the no_auth.php file. It contains the basic class required to make a auth module. You simply need to make the existing functions do the right things.
pnphpbb2 is a forum for postnuke based on phpbb
http://www.pnphpbb.com
;) ____________________ CEO Denial of Service
NPC Mass Murderer | Security Status 6.4 |

The Chef
|
Posted - 2005.01.28 20:21:00 -
[89]
EVEkill v0.1.5 is currently being tested to make sure all the bugs are removed.
However, there is a problem. EVEkill v0.1.5 WILL NOT have a working search page. The search page will be back (and better than before) for v0.1.6. Unless you really need/use your search page, I still recommend upgrading to v0.1.5 when it is released. At the end of the day, it is your choice.
If you do not upgrade to v0.1.5, you will need to update your ships database to include the new elite industrial ships. The update file to do this can be downloaded from the EVEkill sourceforge website.
As per usual, any problems will be resolved as quickly and easily as possible by contacting me, either via these forums or preferably via the EVEkill sourceforge website ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.02.01 20:36:00 -
[90]
EVEkill v0.1.5 is now available for public download and installation. As usual, I suggest you back up your config.php file and your database BEFORE you attempt to upgrade. Thanks go to shintoko (For a new auth module) and Harkov (For the in-game template). As announced eariler, v0.1.5 does not have a search page. You can view a working demo of v0.1.5 at http://evekill.sourceforge.net/demo/index.php - This also now works in you EVE in-game browser (Although tables are quite slow to load sadly).
Please report any bugs as you find them, so that they can be quickly squished and a fix released! ====================================
EVEkill Visit our homepage |

DEVILSENIGMA
|
Posted - 2005.02.02 01:21:00 -
[91]
Edited by: DEVILSENIGMA on 02/02/2005 01:26:05 Edited by: DEVILSENIGMA on 02/02/2005 01:24:40 Edited by: DEVILSENIGMA on 02/02/2005 01:22:48 I am not sure if someone has spotted this (too many pages to look through)
If you insert a kill where the victim has an apostrophe in his name then it translates the apostrophe to its HTML version. For example "D'Artagnan" was changed to "D& acute ;Artagnan" (remove the spaces between &, acute and semicolon)
I added the kill in question on your demo page.
Maybe you want to use the addslashesand the stripslashes function for player, corp names modules etc. ~
[My Blog] | [Roving Guns Kill List] |

The Chef
|
Posted - 2005.02.02 01:45:00 -
[92]
Well spotted :-)
I'll get this fixed and put out as 0.1.5.B or similar, along with a load of new auth modules (hopefully). ====================================
EVEkill Visit our homepage |

DEVILSENIGMA
|
Posted - 2005.02.02 01:55:00 -
[93]
Edited by: DEVILSENIGMA on 02/02/2005 01:54:55
Originally by: The Chef Well spotted :-)
I'll get this fixed and put out as 0.1.5.B or similar, along with a load of new auth modules (hopefully).
Well as a developer of a kill list myself I knew what to spot  ~
[My Blog] | [Roving Guns Kill List] |

The Chef
|
Posted - 2005.02.05 23:35:00 -
[94]
For the attention of ALL EVEkill users:
I failed to spot the addition of the new Amarr Industrial, the Sigil. To fix this problem, all users of EVEkill (all versions) need to download the Ship Database Update. This will add the Sigil to your database.
I am also proud to announce the addition of THREE new authorisation modules, as requested by the community. vBulletin (Requires legal registered version of vBulletin) Integramod Mambo 4.5
The modules have not been tested on any large-scale installations at this time, so a few obscure bugs might exist. I will fix this (if they exist) when they are reported.
My next target is EVEkill v0.1.6, including the return of the search page. When will this will be done? SoonÖ (Couple of weeks? Depends on uni work really) ====================================
EVEkill Visit our homepage |

Stars End
|
Posted - 2005.02.13 03:43:00 -
[95]
Chef,
Just upgraded (with a fresh database) to 1.5 and I "think" I've run into a bug, or I don't have something set right.
If you look here: Overview You can see that kills have been added that occurred this week.
But if you look here: All Time Stats You will not see anything but the "10 most common ships killed"
I have posted ship kills from today and also a podkill I suffered sometime ago. Shouldn't things like 10 all time best killers be showing in all time stats?
Thanks!
|

The Chef
|
Posted - 2005.02.13 13:00:00 -
[96]
Only users who are part of a coporation/alliance that has the "Our Member" standing will be shown in the stats rankings. The "Our Member" standing also controls who/what appears in the losses table, so it is quite important to keep it up to date 
In retrospect, I should probably have mentioned the whole standing thing eariler.... ====================================
EVEkill Visit our homepage |

KrogothZero
|
Posted - 2005.02.13 13:04:00 -
[97]
Does 1.5 support ships lost to npcs ?
|

PreTender
|
Posted - 2005.02.13 13:05:00 -
[98]
chef convo me ingame please __________________________
http://www.eve-extra.com |

The Chef
|
Posted - 2005.02.13 13:48:00 -
[99]
Originally by: KrogothZero Does 1.5 support ships lost to npcs ?
Yes. Well, thats the theory anyway
The only current little bug is PoS kills will show up as NPC kills ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.02.19 19:24:00 -
[100]
All users of EVEkill should download and apply the new Ships Database (named EVE 3211). This database update includes the new faction ships.
EVEkill 0.1.4 or before: Download EVEkill_v014_ships_update.zip and follow the instructions in the readme file.
EVEkill 0.1.5 Download EVEkill_v015_ships_update.zip and follow the instructions in the readme file.
Downloading the wrong update file will cause (fixable) problems.
== EVEkill 0.1.6 News == Just in case anyone was thinking I've been slacking off recently... well, you're right. Work started on 0.1.6 today (honest), but I do not currently have an ETA for release. The Uni holidays are over and now I have a lot of openGL/directX stuff to learn, so my time will be tight. Not to mention the colapse of JQA which has meant moving a load of stuff back to empire.
Anyway, just an update to let you know I haven't died or given up ====================================
EVEkill Visit our homepage |

Dark Silver
|
Posted - 2005.02.26 21:16:00 -
[101]
Edited by: Dark Silver on 26/02/2005 21:17:11 Woot! This has got to be one of the greatest freeware parsers around. Good looks and fairly easy to use. Could do with some minor tweaks but who cares that much when its free! :) Keep up the good work and updates chef!!!
|

Dark Big
|
Posted - 2005.02.27 12:19:00 -
[102]
this program haits me!!! it giving me hell. :/
|

The Chef
|
Posted - 2005.02.27 12:38:00 -
[103]
Originally by: Dark Big this program haits me!!! it giving me hell. :/
I'm sorry to hear that. Please feel free to stop by at our website and to post up a support request. Chances are that I will be able to help you fix your problem. ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.05.25 15:18:00 -
[104]
Edited by: The Chef on 25/05/2005 18:22:46 Perhaps a bit overdue, but better late than never 
I have updated the ships.csv file to include Stealth Bombers. You can download it here. As always, anything missing or any bugs should be reported on our website
Development on EVEkill v0.1.6 has now resumed (Full announcement here)
EDIT: Development stats can be viewen here (lines of code, lastest development log messages, etc) ====================================
EVEkill Visit our homepage |

Rasta Rocketman
|
Posted - 2005.05.25 16:39:00 -
[105]
I love you sir
_______________________________________________
"I spilled spot remover on my dog....now he's gone." -Steven Wright |

Deepeh
|
Posted - 2005.05.25 16:54:00 -
[106]
Awesome.
|

The Chef
|
Posted - 2005.05.27 19:04:00 -
[107]
EVEkill v0.1.5.C released
I know it's not what you've been waiting for, but it's better than nothing. EVEkill v0.1.5.C is a minor update to allow EVEkill to properly handle the new alliance field on kill mails. I have also added in a new theme made by LJack2k. You can add it to your EVEkill from the admin control panel.
v0.1.6 is progressing nicely, although at this stage I have no idea when it will be ready for release.
http://sourceforge.net/projects/evekill/ ====================================
EVEkill Visit our homepage |

The Chef
|
Posted - 2005.07.06 13:55:00 -
[108]
Ship Database Updated
A new update has been released containing the new Dreadnoughts and Freighters.
Download it here
v0.1.6 is progressing very slowly and I have no excuses. Just a lack of motivation coding wise. Coders Block if you will.  ====================================
EVEkill Visit our homepage |

Deepeh
|
Posted - 2005.07.06 16:24:00 -
[109]
I might be able to offer my PHP-development services to you... if you have a TODO file somewhere (and a CVS server? I have an sf.net account) I might be able to cut you some slack. :)
A new study indicates that contrary to popular belief, sausages cannot talk. |

Deep Throat
|
Posted - 2005.07.06 18:54:00 -
[110]
ok can u explain this to me like im a 4 year old? -is this similiar to eve-kills? -do i download the files and then what? -i tried the ingame url u mentioned but nothing happened -this site u specify isnt really a killboard, is there one somewhere?
thank you
|

The Chef
|
Posted - 2005.07.07 15:18:00 -
[111]
Originally by: Deep Throat ok can u explain this to me like im a 4 year old? -is this similiar to eve-kills?
It is similar in that both EVEkill and eve-kills take your kill mail messages and store them. EVEkill is designed for individual corporations and/or alliances, where as eve-kills was designed to be one big central database
Originally by: Deep Throat -do i download the files and then what?
You need a web host which supports PHP 4.1 or greater and a MySQL database. You upload the files to your web host and run install.php to install EVEkill. You will then have a working EVEkill instatllation. EVEkill has been designed to work best alongside existing software such as phpBB
Originally by: Deep Throat -i tried the ingame url u mentioned but nothing happened -this site u specify isnt really a killboard, is there one somewhere?
You can view the demo here. It will work both in-game and out of game.
Originally by: Deepeh I might be able to offer my PHP-development services to you... if you have a TODO file somewhere (and a CVS server? I have an sf.net account) I might be able to cut you some slack. :)
If you are interested, drop me an email at [email protected] with your sourceforge username and a little bit about your past coding experiance and we will sort something out.  ====================================
EVEkill Visit our homepage |

DarkWizzard
|
Posted - 2005.09.27 02:55:00 -
[112]
Since this is no-longer under development, is there any other good killmail script out there, free or isk paid?
:D
|

Eumi Ertan
|
Posted - 2005.09.27 07:27:00 -
[113]
Been looking around for some myself, but the "only" service I found is the one at eve-killboard.net. Haven't been able to check it out yet but it seems really nice! |
|

Chribba
|
Posted - 2005.09.27 07:57:00 -
[114]
TBA =)
EVE-Files | EVE-Search | Get Email if thread updates |
|

DarkWizzard
|
Posted - 2005.09.27 22:06:00 -
[115]
Erm, got any more info other then TBA :)
|

StOrM ViPeR
|
Posted - 2005.11.19 17:06:00 -
[116]
Where now ?
Is there a replacement or alternative open source killboard available at the moment ?
This is for a private killboard not a public one.
|

Hakera
|
Posted - 2005.11.19 17:11:00 -
[117]
EVEkill works fine still, its just not under active development by its creators.
Dumbledore - Eve-I.com |

StOrM ViPeR
|
Posted - 2005.11.19 17:16:00 -
[118]
cheers, Couldn't see the link for some reason |

StOrM ViPeR
|
Posted - 2005.11.20 20:56:00 -
[119]
Chef dude.
Is there any skins/templates available that you could recommend ? Its all up and running with relative ease.(After 4hours of Skullbashing)
I'd now like to refine it, and make it look .....well err Prettier.
Its awesome, and a dead handy little tool , I'd like to customise it with a skin like the eZShadow for phpBB2 that I currently use, any pointers would be great. |

Garath Boiotake
|
Posted - 2005.11.28 21:27:00 -
[120]
Hello buys and girls!
I have an evekill up and running, but no matter how hard i bang my skull on the box the ingame access failes.
I run it integrated with phpBB2_0 and it works great outside.
When i try and log on IGB it allowes me to log on (or screams on bad user/pwd), but it doesnt seems to be able to hang on to who i am. I has not asked me to make it trusted, did so anyhow to no avail.
Anyone who can give any pointers?
/G
I get some interesting but for me totally gibberishly messages in http/errorlog; PHP Notice: Undefined index: session_id in /var/www/html /killboard/auth/phpBB2_0.php on line 201 Seems to be same with out-of-game access tho, and it seems to work from there....
|

Fluffy Ferret
|
Posted - 2006.02.12 16:49:00 -
[121]
Don't know if anyone can help me with this, but I give it a try.
With the standard install I want to see the attackers corp in the recent losses section instead of the corp from the victim.
This because we have a corp only killboard so losses are from the same corp anyways. (also the reason why I don't post the link)
In /templates/"theme_name"/index.tpl it's this part:
Quote: <td width="100" align="center">{loss_table.recent_losses.CORP}
It now will show the corp the victim is in. Tried some options, but can't get the attackers corp to be shown.
Appreciate the help.
|
|

Eldo Davip

|
Posted - 2006.02.12 18:04:00 -
[122]
Fluffy Ferret,
EveKill is not currently supported by its creator, however you can try Killboard.co.uk. It's source is available at http://sourceforge.net/projects/killboard/ for setup.
Edit: With the changes in the killmails to RMR, the EveKill board will not work. So its best you go with killboard.co.uk one if you wish to set one up yourself.
Vanamonde was here Not only does Samuel L Jackson play Eve, but Edgar Davids too, although he wasn't as good at hiding his identity :( - Cortes :o How'd you find out :P -Kaemonn |
|

TuRtLe HeAd
|
Posted - 2006.02.12 18:47:00 -
[123]
not that im one to disagree, but, my corp is still using this kill board, its had necessary RMR updates and as long as corp members remember to remove junk info from the mail the thing works fine. |

Fluffy Ferret
|
Posted - 2006.02.12 23:32:00 -
[124]
I've already set up evekill, so I would rather keep using it, it works fine, so dont feel like switching over to anotherone and start the db again 
Just looking for the code to use to what I've asked, but thanx for the links, might switch someday if the db ever gets lost again 
|

Fluffy Ferret
|
Posted - 2006.02.12 23:34:00 -
[125]
Originally by: TuRtLe HeAd not that im one to disagree, but, my corp is still using this kill board, its had necessary RMR updates and as long as corp members remember to remove junk info from the mail the thing works fine.
Ehh what junk info is that? I did notice some messed up lines in some kills....
|

Muslickz
|
Posted - 2006.04.11 16:23:00 -
[126]
Edited by: Muslickz on 11/04/2006 16:23:51 I could use some help from anyone who has this working.. I am having a problem with EVEkill identifying players by name InGame .. it labes everyont GUEST? I am thinking it's the cookie url or path.. but i have bothe PHPBB and EVEkills set to the same cookie url and path with the path being / and the url set to the root fo my forums..? any Ideas??
Help...
-Mus
|

Dolly Parton
|
Posted - 2006.04.11 16:31:00 -
[127]
i'm an idiot, can any one in basic engliesh explain what evekill is???
|

lancemate
|
Posted - 2006.04.23 15:58:00 -
[128]
quick question if someone can help me, spent the whole of today getting a forum and eve kill working and i love it, however i dont seem to be able to log into eve kill from the in game browser, if i click login and enter my details and return to the overview, it says welcome guest, hopefully something easy that lots of people have come accross :) thx
|

The Chef
|
Posted - 2006.04.24 11:38:00 -
[129]
EVEkill is an open source kill mail parser. Basically, you take the eve kill mails you get sent in game for killing another player (or being killed) and then post them into this piece of software. It stores the kill mail, and creates a few stats based on all the kill mails that have been added.
I notice a few people are having issues with the in-game browser at the moment, so it isn't just you few posting in here. Sadly I don't have any free time at the moment (not even to play EVE properly ) so I can't look into it. However, I do plan to resume work on EVEkill soonÖ  ==================================== EVEkill (Founder, ex-developer) Visit our homepage |
|
|
Pages: 1 2 3 4 5 :: [one page] |