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

Shin Chogan
Blueprint Haus Get Off My Lawn
10
|
Posted - 2013.01.24 13:52:00 -
[331] - Quote
Nutbolt wrote:Shin Chogan wrote:Are you talking about the link at the bottom on the Profile pages ? or during registration ? if the former then the version I posted "should" do that ... at least it does it for me ... there is a target="_blank" in the href. In both its not doing it, and I have the most recent version from a few posts up. Odd. I know I can edit the files myself, just suggesting its added for both pages in the 'official' release as I have had a few corpies complaining about it lol.
In the version I posted a few days ago both the links have the requisite html in to open that link in a new tab. |

Jognu
French Kiss Singularity Astromechanica Federatis
24
|
Posted - 2013.01.24 13:52:00 -
[332] - Quote
Shin Chogan wrote:Nutbolt wrote:On the subject of requests/suggestions: The link to the EVE API pages should really open up in a new tab, not in the same tab, as that's just silly :) Are you talking about the link at the bottom on the Profile pages ? or during registration ? if the former then the version I posted "should" do that ... at least it does it for me ... there is a target="_blank" in the href. The link CharacterInfo, CharacterSheet, FacWarStats open a new tab, but not the two links https://support.eveonline.com/api/Key. EveAI developper: https://forums.eveonline.com/default.aspx?g=posts&t=21803 YamlToSQL developper: https://forums.eveonline.com/default.aspx?g=posts&t=178572 |

Shin Chogan
Blueprint Haus Get Off My Lawn
10
|
Posted - 2013.01.24 13:55:00 -
[333] - Quote
Jognu wrote:I switched from postgresql to MySQL, it works great !
I have a request : could you add the ability to register an account without the need of fill the API ? I didn't tick the "Is a Valid Api required to Register?", but when I try to register I have the error : "The API needs to show All characters on the account" (the ID and the verification code are blank and I didn't click the "Get Characters" button).
Thanks !
I'll look at that soonish ... I added the check for an account type key to try prevent people having toons in red corps on the same account ... no need to make it easy for them :) I didn't even think that people would want to allow registration without an api. |

Shin Chogan
Blueprint Haus Get Off My Lawn
10
|
Posted - 2013.01.24 15:06:00 -
[334] - Quote
Jognu wrote:Shin Chogan wrote:Nutbolt wrote:On the subject of requests/suggestions: The link to the EVE API pages should really open up in a new tab, not in the same tab, as that's just silly :) Are you talking about the link at the bottom on the Profile pages ? or during registration ? if the former then the version I posted "should" do that ... at least it does it for me ... there is a target="_blank" in the href. The link CharacterInfo, CharacterSheet, FacWarStats open a new tab, but not the two links https://support.eveonline.com/api/Key.
Ah ... ha ... those would be the ones the original dev put it ... I turned the required options bit at the bottom into a link :)
I've updated the file with both fixes and updated the google drive file.
You will need to install again for the registration fix or look at mod_register.xml and modify Sources/Register.php appropriately :) |

Nutbolt
Avalon Project Shadow Rock Alliance
77
|
Posted - 2013.01.24 15:25:00 -
[335] - Quote
Shin Chogan wrote: Ah ... ha ... those would be the ones the original dev put in ... I turned the required options bit at the bottom into a link :)
I've updated the file with both fixes and updated the google drive file.
You will need to install again for the registration fix or look at mod_register.xml and modify Sources/Register.php appropriately :)
Now you've made the changes lol, may I suggest the links be changed to the one which creates a key with the correct mask. busy atm, but something like apiurl.com/createpredefined/58293498 (use correct mask). Makes registering that much easier and takes them straight to the create api page.
|

Shin Chogan
Blueprint Haus Get Off My Lawn
10
|
Posted - 2013.01.24 15:50:00 -
[336] - Quote
Nutbolt wrote:Shin Chogan wrote: Ah ... ha ... those would be the ones the original dev put in ... I turned the required options bit at the bottom into a link :)
I've updated the file with both fixes and updated the google drive file.
You will need to install again for the registration fix or look at mod_register.xml and modify Sources/Register.php appropriately :)
Now you've made the changes lol, may I suggest the links be changed to the one which creates a key with the correct mask. busy atm, but something like apiurl.com/createpredefined/58293498 (use correct mask). Makes registering that much easier and takes them straight to the create api page.
I did :) |

Jognu
French Kiss Singularity Astromechanica Federatis
24
|
Posted - 2013.01.24 16:49:00 -
[337] - Quote
I also have some users who think that the button "Change profil" would be better at the bottom of the page. But not really important, just detail. EveAI developper: https://forums.eveonline.com/default.aspx?g=posts&t=21803 YamlToSQL developper: https://forums.eveonline.com/default.aspx?g=posts&t=178572 |

Impudent Dragon
DarkDeadMeat corp Dragon Soul Alliance
2
|
Posted - 2013.01.25 08:56:00 -
[338] - Quote
I am using "Temars Eve API auth for smf " by Shin Chogan. API key was created - https://support.eveonline.com/api/Key/CreatePredefined/25165896 . While updating in forum profile i get error "API Error (no error message)". |

Shin Chogan
Blueprint Haus Get Off My Lawn
11
|
Posted - 2013.01.25 13:24:00 -
[339] - Quote
You'll get that when one of the API calls doesn't get xml back (ie CCP's servers having another fit) Note that since I fixed the caching you'll now also have to wait an hour before it will get anything back except the same response :( |

admiral root
Red Galaxy Persona Non Gratis
419
|
Posted - 2013.01.25 16:17:00 -
[340] - Quote
I'm using 1.3.0 r169 (Troy), and have a couple of questions. Firstly, the page where you enter the corp standings API key - does it really need a full key, or is that just text that hasn't been changed from when the mod used legacy keys? Secondly, how do I force the mod to grab an update for standings? No, your rights end in optimal+2*falloff |
|

Jognu
French Kiss Singularity Astromechanica Federatis
24
|
Posted - 2013.01.25 17:04:00 -
[341] - Quote
No need of the full key, just check the ContactList access. You cannot force the mod to grab an update, but you can create a cronjob (every few minutes), it will update the group membership and the standings (but only one time each day for the standing list). EveAI developper: https://forums.eveonline.com/default.aspx?g=posts&t=21803 YamlToSQL developper: https://forums.eveonline.com/default.aspx?g=posts&t=178572 |

epsilonion
Lightbringer's Sanctuary RAZOR Alliance
19
|
Posted - 2013.01.26 23:29:00 -
[342] - Quote
YAY Figured the jabber thing out...
I had the problems everyone else seemed to have.. when it saw both databases but did not update the user into openfire..
basically in the smf>admin>tea>jabber menu.
the field:
URL to Admin Page for Openfire eg. http://localhost:9090 : I had "127.0.0.1:9090
I changed the 127.0.0.1:9090 to this
http://127.0.0.1:9090
this sorts out that problem...
But does this remove the user if they leave corp automatically? Corporation Recruitment: OPEN
For more details:-á http://portal.eve-lbs.co.uk/?page_id=37 |

Troy Aihaken
Two Sided Mining
27
|
Posted - 2013.01.26 23:55:00 -
[343] - Quote
Yes i believe as long as you run the cron every so often then it should remove there rights of jabber, however i don't know whether it deletes them. Due to me not having a working jabber atm due to moving our dedicated server I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Shin Chogan
Blueprint Haus Get Off My Lawn
11
|
Posted - 2013.01.27 09:56:00 -
[344] - Quote
epsilonion wrote:YAY Figured the jabber thing out... I had the problems everyone else seemed to have.. when it saw both databases but did not update the user into openfire.. basically in the smf>admin>tea>jabber menu. the field: URL to Admin Page for Openfire eg. http://localhost:9090 : I had "127.0.0.1:9090 I changed the 127.0.0.1:9090 to this http://127.0.0.1:9090 this sorts out that problem... But does this remove the user if they leave corp automatically?
You need to run a 2nd cron Job for the file called TEA_Jabber_Cron_Access.php in the same directory as the TEA_Cron.php file. |

epsilonion
Lightbringer's Sanctuary RAZOR Alliance
19
|
Posted - 2013.01.28 12:51:00 -
[345] - Quote
Shin Chogan wrote:epsilonion wrote:YAY Figured the jabber thing out... I had the problems everyone else seemed to have.. when it saw both databases but did not update the user into openfire.. basically in the smf>admin>tea>jabber menu. the field: URL to Admin Page for Openfire eg. http://localhost:9090 : I had "127.0.0.1:9090 I changed the 127.0.0.1:9090 to this http://127.0.0.1:9090 this sorts out that problem... But does this remove the user if they leave corp automatically? You need to run a 2nd cron Job for the file called TEA_Jabber_Cron_Access.php in the same directory as the TEA_Cron.php file.
I think that was a few pages back a patch and a cron job.. :D ty
Boom you went BOOM!!
|

ShadowandLight
Dread Phoenix Society Black Core Alliance
68
|
Posted - 2013.01.29 20:46:00 -
[346] - Quote
epsilonion wrote:YAY Figured the jabber thing out... I had the problems everyone else seemed to have.. when it saw both databases but did not update the user into openfire.. basically in the smf>admin>tea>jabber menu. the field: URL to Admin Page for Openfire eg. http://localhost:9090 : I had "127.0.0.1:9090 I changed the 127.0.0.1:9090 to this http://127.0.0.1:9090 this sorts out that problem... But does this remove the user if they leave corp automatically?
http://localhost:9090 should work fine, as well as http://serverrealipaddress:9090 |

eBOSHH
State War Academy Caldari State
0
|
Posted - 2013.02.02 12:25:00 -
[347] - Quote
after entering the API error occurs - Error 203 (Authentication failure.)
Please help me solve this problem |

Emiko Yorimasa
Nagoya Heavy industries
0
|
Posted - 2013.02.03 09:37:00 -
[348] - Quote
Hi I made multiple clean install of SMF with TEA and tried to configure it with a Teamspeak server or XMPP openfire.
The SMF - TEA worked well but not when it come to communicate with TS3 and Openfire. Both service seems not able to retrieve the groups made in TS3 or Openfire. The crons show no errors on logs.
I have no idea on how to solve that problem |

Troy Aihaken
Lightbringer's Sanctuary RAZOR Alliance
27
|
Posted - 2013.02.03 10:01:00 -
[349] - Quote
Make sure your Jabber server is running Openfire. The teamspeak needs to have your web servers IP whitelisted. I do also recommend using a MYSQL Server as it allows for better integration I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Shin Chogan
Blueprint Haus Get Off My Lawn
11
|
Posted - 2013.02.03 10:03:00 -
[350] - Quote
eBOSHH wrote:after entering the API error occurs - Error 203 (Authentication failure.) Please help me solve this problem 
That is exactly what it says on the tin ... either the keyID is wrong or the vCode is wrong :) - check you've not inadvertedly copying a space when you select from CCP's web pages.
On another note ... CCP's API servers are just completely broken for me at present I get the Application errors from them for practically every other Forum Account with the Cron jobs. It is practically not worth bothering with the Cron job. Best I can tell some of the servers in the cluster work ok otherwise everyone would be seing the issue and based on posts on these forums there are at least some people who it doesn't appear to be affecting everyone. CCP have at least acknowledged the bug I've raised and said it is a known issue. And CCP Prism has made a post to say they have put together a special team to investigate the issues.
https://forums.eveonline.com/default.aspx?g=posts&m=2539217#post2539217
So if you are using the version I posted and are seeing a load of API System Screwed - Can't fetch X kind of messages this (CCP's API servers being borked) is the problem. |
|

Emiko Yorimasa
Nagoya Heavy industries
0
|
Posted - 2013.02.03 10:41:00 -
[351] - Quote
Troy Aihaken wrote:Make sure your Jabber server is running Openfire. The teamspeak needs to have your web servers IP whitelisted. I do also recommend using a MYSQL Server as it allows for better integration
The servers run everything needed including MySql, the XMPP server is Openfire. However I didn't know there is a TS3 IP whitelist, but that sound strange to me how a server should whitelist itself, all the services are running on the same machine ! |

Troy Aihaken
Lightbringer's Sanctuary RAZOR Alliance
27
|
Posted - 2013.02.03 10:44:00 -
[352] - Quote
If thats the case then you dont need to add the ip to the whitelist because the TS3 server will whitelist 127.0.0.1 which is localhost. I don know there are some bugs. Could you PM me a screenshot with your tea settings. Blank out the info you wanted to remain hidden from me. All info shared is confidential between me and you. I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Shin Chogan
Blueprint Haus Get Off My Lawn
11
|
Posted - 2013.02.03 10:50:00 -
[353] - Quote
Emiko Yorimasa wrote:Hi I made multiple clean install of SMF with TEA and tried to configure it with a Teamspeak server or XMPP openfire.
The SMF - TEA worked well but not when it come to communicate with TS3 and Openfire. Both service seems not able to retrieve the groups made in TS3 or Openfire. The crons show no errors on logs.
I have no idea on how to solve that problem
I've no Idea about TS3 as I don't use it but silly question on the Jabber front ... have you installed and set up the User Service plugin in openfire ? |

Emiko Yorimasa
Nagoya Heavy industries
0
|
Posted - 2013.02.03 11:30:00 -
[354] - Quote
Shin Chogan wrote: I've no Idea about TS3 as I don't use it but silly question on the Jabber front ... have you installed and set up the User Service plugin in openfire ?
I didn't know about that plugin, so I just install it, enable it, and copy and paste the secret key , the problem still here... |

Shin Chogan
Blueprint Haus Get Off My Lawn
11
|
Posted - 2013.02.03 12:17:00 -
[355] - Quote
Emiko Yorimasa wrote:Shin Chogan wrote: I've no Idea about TS3 as I don't use it but silly question on the Jabber front ... have you installed and set up the User Service plugin in openfire ?
I didn't know about that plugin, so I just install it, enable it, and copy and paste the secret key , the problem still here...
Have you added the ip addresses for that plugin ? I've got the real ip address of the server (which I believe shouldn't be necessary but I had it there for testing) and 127.0.0.1 due to the way this plugin works I believe you HAVE to have some ip addresses listed. If it doesn't work you may want to try using some of the examples on the builtin docs pages for that plugin - either using wget from the server if you have cli access to it or via your browser (don't forget to add your ip address to the list of allowed ones) and see what the result is.
Edit ... on the other hand I reckon that is a load of gumpf :) ... the user service is used to add users - it is needed it just doesn't provide a mechanism for getting a list of the groups in openfire ... that must be done via a direct db lookup, which implies that one of the following settings is wrong : Jabber Database host Jabber Database username Jabber Database password Jabber Database database
and it isn't connecting to the DB correctly. |

yaxon
Ratio vivendi Hypercube alliance
2
|
Posted - 2013.02.04 05:07:00 -
[356] - Quote
SMF 2.0.3 TEA 1.3.0 r170
In registration form press "Get Characters" get
API System Screwed - Can't fetch Toons : bool(false)
you need to create one? |

Nutbolt
Avalon Project Shadow Rock Alliance
77
|
Posted - 2013.02.04 07:56:00 -
[357] - Quote
This is caused by the API server returning an application error and is not something you can fix. Simply have to try again and wait for API server to work properly.
|

yaxon
Ratio vivendi Hypercube alliance
2
|
Posted - 2013.02.04 10:20:00 -
[358] - Quote
forums at work all works, the problem is on my server |

Shin Chogan
Blueprint Haus Get Off My Lawn
11
|
Posted - 2013.02.04 13:46:00 -
[359] - Quote
yaxon wrote:forums at work all works, the problem is on my server
Your work forums have eve stuff in ?? - Nice job :)
I assume you mean it works when you access the forums from work but not from your home. This is irrelevant it is always the forums contacting CCP's api servers not your browser so where you are doing this from is immaterial. CCP's servers are majorly borked at present ... just keep trying eventually it will work :) |

Specialist Franz
Don't Be a Menace That Red Alliance
0
|
Posted - 2013.02.04 15:26:00 -
[360] - Quote
So I'm having a minor well major issue here... when the cronjobs TEA_TS_Cron_Access.php and TEA/TEA_TS_Cron_Names.php run they don't appear to run properly and kick back an error.
public_html/Forums/TEA/TEA_TS_Cron_Access.php: line 1: ?php: No such file or directory public_html/Forums/TEA/TEA_TS_Cron_Access.php: line 3: syntax error near unexpected token `'../SSI.php'' public_html/Forums/TEA/TEA_TS_Cron_Access.php: line 3: `if (file_exists('../SSI.php') && !defined('SMF'))'
also when I try and run TEA_Cron.php I get this lovely error...
Could not open input file: public_html/forums/TEA/TEA_Cron.php
Any suggestions would be greatly appreciated. |
|
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 .. 21 :: one page |
First page | Previous page | Next page | Last page |