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

Hotaru Nakayoshi
Amarr United Space Corp with Honorable Intersts G.U.A.R.D.
|
Posted - 2006.10.26 12:21:00 -
[181]
You should not define both ids... if your corp is in an alliance, use the alliance id, else set the corp id.
|

AgentDD
Gallente GALAXIAN Rule of Three
|
Posted - 2006.10.26 19:15:00 -
[182]
i wwas asking for help adding to the DB notthe config.php file.. i know how to do that.. i DON"T know how to use myphpadmin to add to the database.. can anyone help
|

krims0n
|
Posted - 2006.10.28 10:24:00 -
[183]
Edited by: krims0n on 28/10/2006 10:24:03 I have made a database dump today @ 09:15UTC, this is mainly for the current eve-killboard.net customers for importing to their new boards. I have split the dump into several files, to make importing with phpmyadmin a little less painful. Remember, it is one big dump, so you'll have to do some magic to filter out your own corps/alliances mails only. My advise would be to import everything, and afterwards run some sql that removes all irrelevant mails.
eve-killboard-db.zip
- rig0r
|

AgentDD
Gallente GALAXIAN Rule of Three
|
Posted - 2006.10.28 18:03:00 -
[184]
yarrr.. ummmmmmm tahts a hell of an import.. sooo anyway u can help a newbie OUT.. i just need to know how add my allaince to my db.. thats all...
|

ceaon
Gallente Porandor
|
Posted - 2006.10.28 18:16:00 -
[185]
Originally by: Sedukan Denaan
Originally by: EvEhate
Originally by: Aeaus Edited by: Aeaus on 11/09/2006 05:20:40 Sorry to see you go. I've always envyed your killboard and now I'm setting one up for my corp (Many thanks). I have a quick question regarding that.
I setup everything per instruction and set up an post password, but when I try to post a killmail it doesn't work, tells me I'm not authorized, any insight?
Edit : Got it.
P.S. You didn't clear everything out.
How did u fixed the Problem?
First you got to find out your CorpID from Table kb3_corps. If you are not yet in the corp table, add your corp with the proper Alliance ID in crp_all_id (14 = None).
Now check your config.php at line 8/9, replace the IDs with your Corp/Alliance ID. The Post page will then accept Mails from your Corp/Alliance Members.
rig0r: Great work by the way, easy to understand and very clean code. Sad to see someone like you leaving the game
eeeek can u explain 4 n00bs ? i get that but no idea how to fix it
eve news TV |

rig0r
|
Posted - 2006.10.28 22:53:00 -
[186]
Originally by: AgentDD i wwas asking for help adding to the DB notthe config.php file.. i know how to do that.. i DON"T know how to use myphpadmin to add to the database.. can anyone help
insert a new record into the kb3_alliances table. Then stick the all_id that was inserted into your config.php.
|

AgentDD
Gallente GALAXIAN Rule of Three
|
Posted - 2006.10.29 13:06:00 -
[187]
alright.. as i failed to make my self clear to everyone.. i had to get help from a friend.. and we added my alliance to DB using this command. UPDATE kb3_alliances SET all_name='Rule of Three' WHERE all_name='none' then i set the alliance id to 14 in my config.php file.. and all works.. except for that kills arn't being registered unless u search for a players name.. deahts by alliance memebers are being registered under stats and on the front page but not kills.. so i am at a loss as to why this is not functioning correctly any help would be appricated
|

rig0r
|
Posted - 2006.10.29 14:53:00 -
[188]
Originally by: AgentDD alright.. as i failed to make my self clear to everyone.. i had to get help from a friend.. and we added my alliance to DB using this command. UPDATE kb3_alliances SET all_name='Rule of Three' WHERE all_name='none' then i set the alliance id to 14 in my config.php file.. and all works.. except for that kills arn't being registered unless u search for a players name.. deahts by alliance memebers are being registered under stats and on the front page but not kills.. so i am at a loss as to why this is not functioning correctly any help would be appricated
That's not right. Do this to fix it:
update kb3_alliances set all_name = 'None' where all_name = 'Rule of Three'; insert into kb3_alliances values ( NULL, 'Rule of Three', '' ); select all_id from kb3_alliances where all_name = 'Rule of Three';
insert the id you get into your config.php.
|

AgentDD
Gallente GALAXIAN Rule of Three
|
Posted - 2006.10.29 18:09:00 -
[189]
umm i did that it whiped my killboard... and i can't repost old kills that are already posted.. how do i fix that without a reinstall of the Sql file???? argggg
|

rig0r
|
Posted - 2006.10.30 11:36:00 -
[190]
Suggest you all go here for help, discussion & development. Thanks to Andrew 
|

Jayd Ro
|
Posted - 2006.11.25 22:40:00 -
[191]
someone need to change this nice kb for Kali 
|

Andrew Gunn
Frontline Defense Force Maelstrom Alliance
|
Posted - 2006.11.26 20:59:00 -
[192]
Originally by: Jayd Ro someone need to change this nice kb for Kali 
Check out the EVE-Development Network, we've made significant upgrades to the killboard software, and on Tuesday when Revelations gets released, Exi will be posting our first stable release, version 1.2. --
EVE-Development Network - Home of the EDK, which is a free, open-source killboard software. |

Jayd Ro
|
Posted - 2006.11.26 21:01:00 -
[193]
you are my Hero¦s 
|
| |
|
| Pages: 1 2 3 4 5 6 [7] :: one page |
| First page | Previous page | Next page | Last page |