Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 .. 16 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.01.24 14:43:00 -
[151] - Quote
confirmed the need a valid api is not working. It just lets people register with it blank
| tea_regreq | 1
line 3292
if ( !empty($_POST['tea_user_id']) || !empty($_POST['tea_user_api']) || $this -> modSettings['tea_regreq'] ) |

Shin Chogan
Blueprint Haus Get Off My Lawn
50
|
Posted - 2014.01.24 16:22:00 -
[152] - Quote
Doh ... found the problem ... I thought I'd tested with no api key but it looks like I just tested with duff ones.
Change line 3295 to read :
if ((empty($chars)) || (gettype($chars) == 'integer'))
and that "should" fix it. |

Naella
Negative Density
0
|
Posted - 2014.01.24 17:00:00 -
[153] - Quote
Shin Chogan wrote:Doh ... found the problem ... I thought I'd tested with no api key but it looks like I just tested with duff ones.
Change line 3295 to read :
if ((empty($chars)) || (gettype($chars) == 'integer'))
and that "should" fix it.
That did the job, thanks! |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.01.24 18:04:00 -
[154] - Quote
confirmed. |

He dares
Remember The Fallen. Never Look Back
14
|
Posted - 2014.01.27 14:59:00 -
[155] - Quote
How often do you recommend running each cron? |

Slez
Ravens' Nest Outlaw Horizon.
3
|
Posted - 2014.01.28 03:10:00 -
[156] - Quote
Shin Chogan wrote:Slez wrote: Follow up: telnet api.eveonline.com 443 is successful (get a blinky cursor until anything is pressed then I get a connection lost message).
Error displayed at the top of the settings page where you enter the API key: API call error while fetching standings: Error Code = 221 for key id = 1976416 API call error while fetching standings: Error Code =
as it says it can't get the standings ... the reason looks to be coz the master API key you've entered doesn't allow standings to be fetched. You need to use a corp key.
I've had one of the directors give me a new full corp key (the previous one was "shared")... still getting the same error :( |

lasterax
Stay Frosty.
5
|
Posted - 2014.02.03 23:39:00 -
[157] - Quote
First of all Shin, thanks for taking this on. I go back to ESAM with a former alliance and have always preferred SMF and this mod, thanks for updating it!
I'm having a whale of a time with TS3 integration though. Am I to understand it the mod will not work unless you have database access on the server? Our comms are hosted by Lightspeed Gaming so not sure if that would be possible for us or not. I put all the info on for the ServerQuery login but nothing seems to take.
If anyone else has TS3 integration set up and can provide any tips would appreciate it.
--Rax |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.02.06 21:15:00 -
[158] - Quote
Ok got a new one I'm stuck on. Got an ex member, left 8 days ago. Confirmed his API key really shows him as gone yet SMF still shows him as in corp. He has no alts in corp/alliance or any alt that matches any rules with the API key that is provided on his account. I even run full member check manually and it still shows him as in corp/alliance. I try to run php TEA_Cron.php debug but it does not give me anything at all to work with. Not sure how to troubleshoot. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.02.07 02:17:00 -
[159] - Quote
lasterax wrote:First of all Shin, thanks for taking this on. I go back to ESAM with a former alliance and have always preferred SMF and this mod, thanks for updating it!
I'm having a whale of a time with TS3 integration though. Am I to understand it the mod will not work unless you have database access on the server? Our comms are hosted by Lightspeed Gaming so not sure if that would be possible for us or not. I put all the info on for the ServerQuery login but nothing seems to take.
If anyone else has TS3 integration set up and can provide any tips would appreciate it.
--Rax
You will need direct access to the DB. You won't get it from any of the hosting companies as far as I'm aware as they are shared TS3 severs.
|

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.02.07 18:09:00 -
[160] - Quote
Magenta Flori wrote:Ok got a new one I'm stuck on. Got an ex member, left 8 days ago. Confirmed his API key really shows him as gone yet SMF still shows him as in corp. He has no alts in corp/alliance or any alt that matches any rules with the API key that is provided on his account. I even run full member check manually and it still shows him as in corp/alliance. I try to run php TEA_Cron.php debug but it does not give me anything at all to work with. Not sure how to troubleshoot. Ok got the debug output sorted. I'm assuming the first number is the user of smf. Main is the main rule and the additional are the other rules. My rule 16 is an alliance rule and the other rule 10 is a corp rule. So it clearly thinks this user is still in alliance/corp? I'm baffled. [246]=> array(2) { ["main"]=> string(2) "16" ["additional"]=> array(1) { [0]=> string(2) "10" } } I even removed his API and re-added it. The same API that I can check with evemon and it shows him as in the NPC corp. After I re-added it, it still put him right back into alliance in SMF. If I create a rule for the npc corp he is in, it sees it and applies the npc corp rule. When I remove that rule, it puts him right back in Alliance. I do have a neut rule before the alliance rule in case it was looking at history for some reason. Did not matter, still says in Alliance. https://api.eveonline.com/account/Characters.xml.aspx also shows both characters with this API as in NPC corps. Spent about 4-5 hours trying to sort this out. I'm stumped.
UPDATE: I discovered that the smf_tea_cache table was not updating, even when removing and re-adding this users API. So I backed up my DB and truncated that table. Welp, that fixed it. Next time I put the key in and ran full member check it pulled a new key from api.eveonline.com. So I guess the question is did I have DB corruption? Why was it pulling from this cache and not updating it? Should I do a cron job to wipe this table out daily? I also have noticed that the full member check was running super fast. Now it is back to running slow with about 10 per page or so. Instead of 100 per page. |
|

Shin Chogan
Blueprint Haus Get Off My Lawn
52
|
Posted - 2014.02.07 20:01:00 -
[161] - Quote
Magenta Flori wrote:Magenta Flori wrote:Ok got a new one I'm stuck on. Got an ex member, left 8 days ago. Confirmed his API key really shows him as gone yet SMF still shows him as in corp. He has no alts in corp/alliance or any alt that matches any rules with the API key that is provided on his account. I even run full member check manually and it still shows him as in corp/alliance. I try to run php TEA_Cron.php debug but it does not give me anything at all to work with. Not sure how to troubleshoot. Ok got the debug output sorted. I'm assuming the first number is the user of smf. Main is the main rule and the additional are the other rules. My rule 16 is an alliance rule and the other rule 10 is a corp rule. So it clearly thinks this user is still in alliance/corp? I'm baffled. [246]=> array(2) { ["main"]=> string(2) "16" ["additional"]=> array(1) { [0]=> string(2) "10" } } I even removed his API and re-added it. The same API that I can check with evemon and it shows him as in the NPC corp. After I re-added it, it still put him right back into alliance in SMF. If I create a rule for the npc corp he is in, it sees it and applies the npc corp rule. When I remove that rule, it puts him right back in Alliance. I do have a neut rule before the alliance rule in case it was looking at history for some reason. Did not matter, still says in Alliance. https://api.eveonline.com/account/Characters.xml.aspx also shows both characters with this API as in NPC corps. Spent about 4-5 hours trying to sort this out. I'm stumped. UPDATE: I discovered that the smf_tea_cache table was not updating, even when removing and re-adding this users API. So I backed up my DB and truncated that table. Welp, that fixed it. Next time I put the key in and ran full member check it pulled new data from api.eveonline.com. So I guess the question is did I have DB corruption? Why was it pulling from this cache and not updating it? Should I do a cron job to wipe this table out daily? I also have noticed that the full member check was running super fast. Now it is back to running slow with about 10 per page or so. Instead of 100 per page.
Hmmm .... I was going to point you to that table after reading your first post :) As for why it wasn't clearing out expired entries I don't know ... again it appears to work for me and I've not heard anyone else report this one ... keep an eye on that table and see what happens.
|

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.02.07 21:20:00 -
[162] - Quote
K, how often when I run full member check should it be slow and actually check every API instead of using the cache? Been another hour or so and its still super fast and runs through a few hundred in a couple seconds. |

Shin Chogan
Blueprint Haus Get Off My Lawn
52
|
Posted - 2014.02.07 22:01:00 -
[163] - Quote
Magenta Flori wrote:K, how often when I run full member check should it be slow and actually check every API instead of using the cache? Been another hour or so and its still super fast and runs through a few hundred in a couple seconds.
it depends on if you are running the cron job in the mean time :)
Cache entries are checked and if the timestamp on them is over an hour ago then the api fetch is made ... if it is less than 1 hour then the cache is used and then the new result is stored and the timestamp is updated. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.02.07 23:06:00 -
[164] - Quote
I see. I'll test it by stopping my cronjob for an hour then re-running the manual check. |

dephekt
Whale Girth Grand Sky Wizards
17
|
Posted - 2014.02.08 00:58:00 -
[165] - Quote
What's the in-game character associated with the lead developer on this project now? According to the GitHub commits, "barneycg" seems to have the most development activity. I'd like to send an ISK donation to you in-game. Is that you, Shin Chogan?
I love this middleware app and want to support future development and maintenance updates. Thanks for your contributions to this project. For any other alliance IT guys, I highly suggest sending ISK to this man to encourage continued development on this. It brings massive value and one good turn deserves another. |

Shin Chogan
Blueprint Haus Get Off My Lawn
52
|
Posted - 2014.02.08 11:45:00 -
[166] - Quote
dephekt wrote:What's the in-game character associated with the lead developer on this project now? According to the GitHub commits, "barneycg" seems to have the most development activity. I'd like to send an ISK donation to you in-game. Is that you, Shin Chogan? I love this middleware app and want to support future development and maintenance updates. Thanks for your contributions to this project. For any other alliance IT guys, I highly suggest sending ISK to this man to encourage continued development on this. It brings massive value and one good turn deserves another.
Yeah barneycg is me. Thanks for your support is it much appreciated. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.02.08 16:53:00 -
[167] - Quote
Ok so yeah that works. Not to sure what happened there. Have you tried TEA with SMF 2.07 yet? |

Piratetrader
Click it to win
13
|
Posted - 2014.02.08 21:22:00 -
[168] - Quote
Anyone know if there is a walk through of how to set up groups for this program would be great if someone had a how to set up a basic layout of groups and rules? |

Wafou Ka'Djo
Yellow Box Ltd. Gentlemen's Agreement
15
|
Posted - 2014.02.08 21:54:00 -
[169] - Quote
Magenta Flori wrote:Ok so yeah that works. Not to sure what happened there. Have you tried TEA with SMF 2.07 yet?
I'm running TEA with SMF 2.0.7 ; it works like a charm ;) |

Slez
Ravens' Nest Outlaw Horizon.
3
|
Posted - 2014.02.10 15:10:00 -
[170] - Quote
Slez wrote:Shin Chogan wrote:Slez wrote: Follow up: telnet api.eveonline.com 443 is successful (get a blinky cursor until anything is pressed then I get a connection lost message).
Error displayed at the top of the settings page where you enter the API key: API call error while fetching standings: Error Code = 221 for key id = 1976416 API call error while fetching standings: Error Code =
as it says it can't get the standings ... the reason looks to be coz the master API key you've entered doesn't allow standings to be fetched. You need to use a corp key. I've had one of the directors give me a new full corp key (the previous one was "shared")... still getting the same error :(
Still unable to pull API/standings with a full corp key. Can anyone help? |
|

Chilli Winter
Cynosural Edge Yulai Federation
0
|
Posted - 2014.02.10 15:40:00 -
[171] - Quote
Wafou Ka'Djo wrote:Magenta Flori wrote:Ok so yeah that works. Not to sure what happened there. Have you tried TEA with SMF 2.07 yet? I'm running TEA with SMF 2.0.7 ; it works like a charm ;)
Same here ;) |

Solidsnakey Em-Z
Maraque Enterprises Northern Associates.
0
|
Posted - 2014.02.12 13:22:00 -
[172] - Quote
Hey,
I have TEA installed and configured but I have a few issues if anyone can help.
I am running versions: SMF 2.0.7 : TEA 1.3.1
1. Is there a way to lock the Char name on registration as forum username, I have the options "Is Real name Locked to Characters" enabled, but the real name is the name as the username not char name.
2. I have removed my API for the eve website and the account still remains active, also the API status is still "checked" although using the admin panel for the user I receive the message "Check your Access Mask - keyid = 2258*** ;)" but the account is active.
Main Group Rules IDName Rule Group AND / OR 6No Member ISNT => Corp: 98080323 (Maraque Enterprises) no membergroupAND
7Maraque Directors IS => Invalid API IS => Valid API Director AND
8 Maraque Officers IS => Corp: 98080323 (Maraque Enterprises) IS => Role: Director IS => Valid APIOfficerAND
9Maraque Members IS => Corp: 98080323 (Maraque Enterprises) IS => Role: AccountCanTake7 ISNT => Role: Director ISNT => Role: AccountCanTake7MemberAND
I have turned on checking every 2 mins.
Any help is appreciated.
Snakey |

lasterax
Stay Frosty.
5
|
Posted - 2014.02.16 18:00:00 -
[173] - Quote
With TS and Jabber on a separate server I'm starting to get somewhere but running into problems.
The TS script is giving me Undefined index errors for tea_charid, tea_userid and tea_api at lines 86, 87 and 88 in TEA_TS.php-- do I have something misconfigured somewhere?
Jabber integration is seeing the server, can't seem to create any users at this point, working on it still.
--Rax |

Shin Chogan
Blueprint Haus Get Off My Lawn
53
|
Posted - 2014.02.16 18:47:00 -
[174] - Quote
lasterax wrote:With TS and Jabber on a separate server I'm starting to get somewhere but running into problems.
The TS script is giving me Undefined index errors for tea_charid, tea_userid and tea_api at lines 86, 87 and 88 in TEA_TS.php-- do I have something misconfigured somewhere?
Jabber integration is seeing the server, can't seem to create any users at this point, working on it still.
--Rax
Oh farnsworth !!!! ... fsking TS code ... never touched it ... don't use TS ... comes back and bites me in the fsking arse.
Looks like Temar never actually updated the TS code in line with the rest of the code for the CAK keys. it is using old db values that don't exist anymore !!!
You should be able to safely ignore those errors ... that chunk of code doesn't actually do anything useful anyway it looks like it was copy pasted from another chunk of code and even though these bits aren't used in this function Temar left them in.
*sigh*
|

lasterax
Stay Frosty.
5
|
Posted - 2014.02.17 05:02:00 -
[175] - Quote
Shin Chogan wrote:lasterax wrote:With TS and Jabber on a separate server I'm starting to get somewhere but running into problems.
The TS script is giving me Undefined index errors for tea_charid, tea_userid and tea_api at lines 86, 87 and 88 in TEA_TS.php-- do I have something misconfigured somewhere?
Jabber integration is seeing the server, can't seem to create any users at this point, working on it still.
--Rax Oh farnsworth !!!! ... fsking TS code ... never touched it ... don't use TS ... comes back and bites me in the fsking arse. Looks like Temar never actually updated the TS code in line with the rest of the code for the CAK keys. it is using old db values that don't exist anymore !!! You should be able to safely ignore those errors ... that chunk of code doesn't actually do anything useful anyway it looks like it was copy pasted from another chunk of code and even though these bits aren't used in this function Temar left them in. *sigh*
Yeah, i have something going on though as I can't get it to the point where the rules will be displaying. So, I'm still debugging. Tthe other error it is throwing is "undefined variable: gl" at lines 174 and 251 in TEA_TS.php.
Think I'll go back to debugging Jabber for a while, at least that is seeing the DB, just seems like it can't add users at this point so appears I have some permissions to chase down.
--Rax |

Samu Tresfoure
DEAD JESTERS The Harlequin's
0
|
Posted - 2014.02.20 19:25:00 -
[176] - Quote
We are having trouble getting the Director rule to work properly. The additional group rule is set as follows:
(ID) 19 IS => Alliance: 99003478 (The Harlequin's) IS => Role: Director (Group) Director AND
It would seem that even though both conditions are in the same rule, it is still looking at all characters on the API instead of just one, causing characters with Director roles in other corps/alliances to be counted.
Anything we're missing? |

Tomy LEE
Vera Critical Funds
0
|
Posted - 2014.02.20 22:29:00 -
[177] - Quote
Please, what is your command line to set TEA CRON on cpanel ? |

Shin Chogan
Blueprint Haus Get Off My Lawn
53
|
Posted - 2014.02.21 08:00:00 -
[178] - Quote
Samu Tresfoure wrote:We are having trouble getting the Director rule to work properly. The additional group rule is set as follows:
(ID) 19 IS => Alliance: 99003478 (The Harlequin's) IS => Role: Director (Group) Director AND
It would seem that even though both conditions are in the same rule, it is still looking at all characters on the API instead of just one, causing characters with Director roles in other corps/alliances to be counted.
Anything we're missing?
I've not noticed this on our boards but ...
Is this a Main rule or a Secondary rule ? |

Samu Tresfoure
DEAD JESTERS The Harlequin's
0
|
Posted - 2014.02.21 10:23:00 -
[179] - Quote
Shin Chogan wrote:Samu Tresfoure wrote:We are having trouble getting the Director rule to work properly. The additional group rule is set as follows:
(ID) 19 IS => Alliance: 99003478 (The Harlequin's) IS => Role: Director (Group) Director AND
It would seem that even though both conditions are in the same rule, it is still looking at all characters on the API instead of just one, causing characters with Director roles in other corps/alliances to be counted.
Anything we're missing? I've not noticed this on our boards but ... Is this a Main rule or a Secondary rule ?
Thanks for the fast reply. A secondary 'additional' rule. |

Slez
Ravens' Nest Outlaw Horizon.
3
|
Posted - 2014.02.21 14:44:00 -
[180] - Quote
thanks for the help. |
|
|
|
|
Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 .. 16 :: one page |
First page | Previous page | Next page | Last page |