| Author |
Thread Statistics | Show CCP posts - 1 post(s) |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
0
|
Posted - 2011.12.08 02:34:00 -
[1] - Quote
Hi Dragonaire. long time no see 
I had the time to come back for a short time and want to test out what was new in Yapeal since I left the old web installer for Yapeal.
I must say that I'm impressed with the work that been done and the util classes to help adding keys, characters and corporations.
I have a Api key for you to play with if you like. Just contact me on Pidgin or send me an gmail if you are interested in that.
Now for a problem I have encountered: I the charWalletJournal and charWalletTransactions only have 250 rows of data in it but I know that I have more rows in it since I have started to trade more and build stuff to sell off. Do I misunderstand how the wallet walking is working since I thought it would catch some of the data, parse it and then catch the next part of them and then parse those until it have reaches the 1 month limit.
for the same account I also get an warning when I runs the yapeal.php in cli witch is:
Quote:2011-12-08 01:26:49.693 WARN: Caching invalid API XML for char/KillLog File: F:\Web\ProSeller\ext\yapeal\class\YapealApiCache.php(196) 2011-12-08 01:28:17.001 WARN: Caching invalid API XML for char/CharacterSheet File: F:\Web\ProSeller\ext\yapeal\class\YapealApiCache.php(196)
witch in my case don't update my characterSheet and all the table associated with that xml file + the killlog.
Did CCP change something in those XML dumps since last release ?
I have the latest release of yapeal
Kind regards Satis aka Satissis on google code |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
0
|
Posted - 2011.12.09 02:15:00 -
[2] - Quote
Okay. I have the xml dump file from my character that is giving those warnings. Should I make an issue and attach those 2 files for you to play with ? |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
0
|
Posted - 2011.12.10 06:27:00 -
[3] - Quote
Spike Keikira wrote:I become this error:
2011-12-10 05:15:40.092 WARN: Caching invalid API XML for char/KillLog File: /var/www/yapeal/class/YapealApiCache.php(196)
and the charKilllog is emty. anyone an idea ? Yeah I think most of us have that warning. Dragonaire is aware about this.
Dragonaire wrote:I do think there was some changes to killlog but I haven't had any kills to look at yet to make the updates for them but I'll take a look at it this weekend and get it updated. Been busy with other things the last couple of weeks. There is also an warning on char/CharacterSheet so my character don't update as well. Dragonaire is also aware about this.
Kind regards Satis |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
0
|
Posted - 2011.12.17 06:22:00 -
[4] - Quote
Controller Vrelk wrote:There seems to be an issue with error logging. Quote:2011-12-15 06:49:29.394 INFO: Undefined variable: result File: /home/selbyj/eve.mgassist.net/ratter/yapeal/class/YapealErrorHandler.php(109) Quote:2011-12-15 06:49:29.395 WARN: array_map(): Argument #2 should be an array File: /home/selbyj/eve.mgassist.net/ratter/yapeal/class/YapealErrorHandler.php(112) I first noticed this error when it was giving me the following error Quote:ERROR: No sections were found in utilSections check database. I added a bit of extra logging to find out that it actually meant that it couldn't find the table. The problem occurred when I transferred the database from my windows dev server, which had converted all the table names to lowercase and is case-insensitive to my linux webserver which is case-sensitive.
just an extra info for you for the setup of MySQL on windows is to find the my.ini file ("For WampServer it's my.ini") for the MySQL server and add the line:
Quote:lower_case_table_names = 2 You can find more info on what the lower_case_table_names values do on this link: http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html
|

Satis Iqulenax
Free Imperial Vikings Monkey Circus
0
|
Posted - 2011.12.17 16:31:00 -
[5] - Quote
Spike Keikira wrote:So 2 Days later the killlog still dosen-¦t work. The error log is empty exept an Warning: Quote: WARN: Caching invalid API XML for char/ContactList File: /var/www/yapeal/class/YapealApiCache.php(196)
and the ContactList also emty.
I spoke with Dragonaire last night about the warning since you are not the only one getting that warning and I think he was going to work on it this weekend, plus the killlog I think.
Right now I have been helping Dragonaire adding some more API to the list and can say that the Factional Warfare Stats have been done for char, corp and eve section. they are not pushed to google code or SourceForge yet since Dragonaire need to check them out first. The Factional Warfare Top 100 Stats have been done as well but it still needs some tweaks since the table names is very long in the database.
That's my update so far :)
Fly safe
|

Satis Iqulenax
Free Imperial Vikings Monkey Circus
0
|
Posted - 2012.01.14 02:55:00 -
[6] - Quote
Grion Dalrend wrote:Hello.
I am having a look at Yapeal. It-¦s concise, clear, crisp. I like it. Well done!
And yet it-¦s driving me nuts.
I have yapeal setup and it runs like a charm ( means it runs and gets the example information from the preentered API key ), but where do I go from there? Where do i enter the account information? Is there a beginners documentation?
Everything from setup to firing it up is written up in detail, but actually getting my API keys into Yapeal seems impossible. Where Do I put them? The table "accountAPIKeyInfo" seems to be using bigint to store any values, but the API Keys are much longer than that?
I anyone could find the time to point me to a resource I-¦ve been missing, I-¦d be most grateful.
Thanks for any help in advance.
I have spoken a bit with Dragonaire about this and I will start create a starter guide today or it might be tomorrow, so stay tuned on this post as I will post info to where the Starter Guide will be and when it's finished.
Kind regards Satis |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
0
|
Posted - 2012.01.15 06:46:00 -
[7] - Quote
As I'm writing this, Dragonaire is making a new archive version of Yapeal that can be found on SourceForge.
A new release on google code for Mercurial users have been made as well.
The new release contains:
- Fix for corpContracts table that was not pushed the last time and should now fix it to work correctly without any warnings.
- I have added Factional Warfare Stats API for char, corp and eve section. FacWarStats is disabled by default for char and corp section since we need your help to test it and give feedbacks on it, so would those who have active characters or corporations in factional warfare please turn it on and try it out. The eve section is turned on by default since we were able to test it for our self.
- I have added Factional Warfare Top Stats API to eve section. FacWarTopStats is turned on by default since we were able to test it for our self.
- Some smaller fixes that should help on the install when cache_output in yapeal.ini is set to "database" or "both".
As for the Starter Guide it is also being creates as I'm writing this. It's still not finished but well under way and in a few days it should be complete. (Yeah I also have a real life to tent to so not going to be done today ) You can however get a sneak peak on it here, just remember it's not finished and that it can change allot in the mean while.
Kind regards Satis |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
1
|
Posted - 2012.01.20 17:25:00 -
[8] - Quote
Hi all.
I have finished Yapeal Starter Guide.
The Starter Guide contains info on how to install, setup settings, manipulate Yapeal, making Yapeal automatic and more. It's both a guide for new and experienced web developer so there should be something for all in it.
You can find it on Google code in Yapeal's wiki. (Link: Starter Guide)
Hope it's useful and it will clear up some questions people have on how to use Yapeal.
Kind regards Satis Committer of Yapeal for Eve API. Designer of-á XMLSchema. A database tool for PHP |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
1
|
Posted - 2012.01.24 00:52:00 -
[9] - Quote
Gabba Cyno wrote:I was talking about that but since there is a starter guide, figured that might be something good to add to it also. We do appreciate your suggestion. However, I don't know if it will be included in the Starter Guide. I will however add something in the wiki but it will be when I get the time for it. Maybe I'll add a link to it in the Starter Guide so people would know where to look if they went into the Starter Guide to check it.
I can't tell right now when that would be. It could be today or maybe in the next couple of weeks.
I'll keep you posted in here about it when I get the chance to look into it.
Kind regards Satis
Committer of Yapeal for Eve API. Designer of-á XMLSchema. A database tool for PHP |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
1
|
Posted - 2012.01.31 01:37:00 -
[10] - Quote
Astraeus Deltrynon wrote:Love your library, outstanding. I'm having a problem though, it installed perfectly but when I try to use "$regKey->store()" to insert a new API key, it gives me "Registered new API key" even if I give it a fake one, and it won't show up in the utilRegisteredKeys table. I'm not sure what the problem is here. Maybe Dragonaire knows about it.
Astraeus Deltrynon wrote:On a related note, if I try "$char->store()" to insert a new registered character, it goes in but the character name comes up as "null".
It seems almost like it's not getting data from the EVE API properly... This is something I know about.
The problem is, that after you have added a CAK info to the utilRegisteredKeys table you will need to run yapeal.php to let Yapeal update the account* tables so when you are adding a character with the RegisteredCharacter tool, it can get the character name from those tables. If you followed the Starter Guide, I wrote this right before the section class RegisteredCharacter:
Quote:Before moving on, you should manually run yapeal.php from CLI to populate the account* tables Note: even it the character name is not added in the utilRegisteredCharacter table, Yapeal will still be able to pull the data from that character anyway.
Kind regards Satis Committer of Yapeal for Eve API. Designer of-á XMLSchema. A database tool for PHP |

Satis Iqulenax
Free Imperial Vikings Monkey Circus
1
|
Posted - 2012.02.23 03:22:00 -
[11] - Quote
Elojs wrote:Thanks, Dragonaire. I've read the starter guide. BTW, nice job on the Wiki. I would be the one taking the credit for this, since I was the one making the starter guide but I also do understand the confusion since I haven't made any credit note on it, so I also don't mind that you are thanking Dragonaire 
Elojs wrote: BTW, is the wiki postable? If so, I have a few thoughts for Windows installations to ease use. A two line command file named for some reason Yapeal.cmd to add the PHP and MySQL clients to the path, followed by the invocation of yapeal.php. I'm almost sure it's only the developer/commiter that can make wikies, but you are welcome to add a comment to it or send it to Dragonaire or me, then we will look thou it and add it to the guide or a new wiki if it's usefull 
Kind regards Satis Committer of Yapeal for Eve API. Developer of XMLSchema. A database schema tool for PHP |
| |
|