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) |

Ynot Eyob
Nisroc Angels The Obsidian Front
371
|
Posted - 2013.11.11 08:46:00 -
[61] - Quote
Yoshmoto wrote:Hey, Getting errors on this Package. Nothing seems to be working lol. Its not pulling any API's I can ping the api server. I have: XAMPP on a Windows 2k8 server. SMF 2.0.6 Temars EVE API 1.3.1 r4 Curl appears to be enabled in php.ini I don't think it is pulling the API properly. API PageDB ErrorScrewed Error
You have the same issue as i we had. Windows cURL doesnt use a propper CA when contacting the API server.
https://forums.eveonline.com/default.aspx?g=posts&m=3804222#post3804222 Nisroc Angels - The Obsidian Front Nisroc - Angel of Freedom Nisroc is known as "The Great Eagle".
|

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.11 13:14:00 -
[62] - Quote
Yoshmoto wrote:Hey, Getting errors on this Package. Nothing seems to be working lol. Its not pulling any API's I can ping the api server. I have: XAMPP on a Windows 2k8 server. SMF 2.0.6 Temars EVE API 1.3.1 r4 Curl appears to be enabled in php.ini I don't think it is pulling the API properly. API PageDB ErrorScrewed Error
Assuming what Ynot was saying is correct then try finding :
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
on line 183 in TEAC.php and adding
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
on the next line.
|

Zenith Gravit
LionGate Enterprises Care Factor
22
|
Posted - 2013.11.14 02:25:00 -
[63] - Quote
I'm not sure if this have been covered in a previous thread or not, there was a little too much to read through. My corp has friends that are in NPC corps, the individuals are set light blue at the corporation, but are not being placed in the Blues group. Will TEA not work with individual character standings? |

1Gordon Gekko1
Handsome Millionaire Playboys
4
|
Posted - 2013.11.15 05:31:00 -
[64] - Quote
Alright, everything seems to working like a champ except for this one odd detail, when we have used go to their profile and try and use the eve avatar, it will pull up the right pic for whichever toon they select, but when they save it, we end up with just the broken pic image. this happens regardless of whatever size we set the avatar size to.
Thought? Something silly I am overlooking?
(Thanks for your time on this epic mod!) |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.15 10:17:00 -
[65] - Quote
1Gordon Gekko1 wrote:Alright, everything seems to working like a champ except for this one odd detail, when we have used go to their profile and try and use the eve avatar, it will pull up the right pic for whichever toon they select, but when they save it, we end up with just the broken pic image. this happens regardless of whatever size we set the avatar size to.
Thought? Something silly I am overlooking?
(Thanks for your time on this epic mod!)
I've not had this issue but that sounds more like a smf path/permissions problem to me rather than something specific to smf ... when you right click on the broken link image what is the path/filename ? You'll need to dig in there and see if the folder permissions are correct or if the path is even correct. |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.15 10:38:00 -
[66] - Quote
Zenith Gravit wrote:I'm not sure if this have been covered in a previous thread or not, there was a little too much to read through. My corp has friends that are in NPC corps, the individuals are set light blue at the corporation, but are not being placed in the Blues group. Will TEA not work with individual character standings?
I don't think it was covered before ... I know I've not looked at that section of code ... it appears to only look at at the toons Alliance and Corp and compares that to the standings fetched from the master api key.
|

1Gordon Gekko1
Handsome Millionaire Playboys
4
|
Posted - 2013.11.15 20:44:00 -
[67] - Quote
Shin Chogan wrote:1Gordon Gekko1 wrote:Alright, everything seems to working like a champ except for this one odd detail, when we have used go to their profile and try and use the eve avatar, it will pull up the right pic for whichever toon they select, but when they save it, we end up with just the broken pic image. this happens regardless of whatever size we set the avatar size to.
Thought? Something silly I am overlooking?
(Thanks for your time on this epic mod!) I've not had this issue but that sounds more like a smf path/permissions problem to me rather than something specific to smf ... when you right click on the broken link image what is the path/filename ? You'll need to dig in there and see if the folder permissions are correct or if the path is even correct.
Perhaps a better question is, 'where should it point to'? How does the plug-in handle the fectching? Is it going to
https://image.eveonline.com/characters/ID number
and then trying to save it to the avatar folder? I think if I knew what it was trying to do, I'd be able to finish it out, since it IS getting the right images from somewhere in the profile settings.
|

Zenith Gravit
LionGate Enterprises Care Factor
22
|
Posted - 2013.11.15 22:58:00 -
[68] - Quote
Shin Chogan wrote:Zenith Gravit wrote:I'm not sure if this have been covered in a previous thread or not, there was a little too much to read through. My corp has friends that are in NPC corps, the individuals are set light blue at the corporation, but are not being placed in the Blues group. Will TEA not work with individual character standings? I don't think it was covered before ... I know I've not looked at that section of code ... it appears to only look at at the toons Alliance and Corp and compares that to the standings fetched from the master api key.
Ok, so players in NPC corps have to be manually added to a group. Fair enough.
New question. it seems that if someone botches up their API key and tries to register with it, then gets a error, and tries to register again with the corrected key they get an error that the character already exists and I have to clear them out of the table. Do I have something setup wrong? |

Tahnil
Sirius Fleet
18
|
Posted - 2013.11.16 12:34:00 -
[69] - Quote
Hello. IGÇÿve got a question. IGÇÿm running TEA with a Jabber connection. I set up everything, but there seems to be a problem. My test character is not activated on the Jabber server. Can anybody tell me how I can see whatGÇÿs going on in the background, whenever I start TEA_Jabber_Cron_Access.php? I canGÇÿt find anything in the openfire logs, even in debug mode. It just seems like thereGÇÿs nothing going on at all.
By the way, the connection seems to work. Most accounts have been transferred to the openfire server, but in at least one case it doesnGÇÿt work, and IGÇÿd like to to some troubleshooting, but I donGÇÿt know how. |

Tahnil
Sirius Fleet
18
|
Posted - 2013.11.16 13:22:00 -
[70] - Quote
Problem solved. Sorry, stupid me.
For anybody who is interested: you can activate a general logfile in mysql where all database access is logged. For this you need to stop mysql service and start it manually with command line options. In Ubuntu this would be something like:
mysqld --general-log --log-output=FILE --general-log-file=/var/log/mysql/general.log
My problem was simply that my test user didnGÇÿt activate his Jabber account in his SMF user profile settings. |
|

ShadowandLight
Black Aces Against ALL Authorities
224
|
Posted - 2013.11.16 22:15:00 -
[71] - Quote
any chance to add mumble support to this mod in the future? EveServers.info - Fully configured web server for your corp / alliance TS3 / Mumble / Jabber / SMF Forums + Temar's Mod / CMS Website / ECM / EVEWSpace https://forums.eveonline.com/default.aspx?g=posts&find=unread&t=266284 |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.18 09:55:00 -
[72] - Quote
ShadowandLight wrote:any chance to add mumble support to this mod in the future?
Personally I use :
https://gitorious.org/mumble-scripts/mumble-scripts/source/32479fe3474a4a0fc60691425bcab3b8f2ba2e06:Authenticators/SMF/2.0
|

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.18 10:08:00 -
[73] - Quote
Zenith Gravit wrote:Shin Chogan wrote:Zenith Gravit wrote:I'm not sure if this have been covered in a previous thread or not, there was a little too much to read through. My corp has friends that are in NPC corps, the individuals are set light blue at the corporation, but are not being placed in the Blues group. Will TEA not work with individual character standings? I don't think it was covered before ... I know I've not looked at that section of code ... it appears to only look at at the toons Alliance and Corp and compares that to the standings fetched from the master api key. Ok, so players in NPC corps have to be manually added to a group. Fair enough. New question. it seems that if someone botches up their API key and tries to register with it, then gets a error, and tries to register again with the corrected key they get an error that the character already exists and I have to clear them out of the table. Do I have something setup wrong?
Hmmm .. I thought I'd fixed that - the current process is (or at least this is what is intended) :
Fill out registration form - gets character list. hit submit and account is registered. API key is then processed and groups are added per rules - it is at this point that the characters are added to the db.
So the questions are : What version are you running ? Where in the registration process did they get to ? In what way have they botched their API ? When you say register again ... exactly what are they doing ... from first registration attempt through to the error message ? |

1Gordon Gekko1
Handsome Millionaire Playboys
4
|
Posted - 2013.11.24 05:16:00 -
[74] - Quote
ok...after doing some digging, what it looks like it's doing is not appending the size.jpg to the character ID it's pulling from the API mod. So when I inspect the avatar element, it looks like:
https://image.eveonline.com/Character/1088364566
instead of:
https://image.eveonline.com/Character/1088364566_128.jpg
If I fix the HTML manually on the page, it pulls the right pic down.
Any more thoughts on why this would be? I set the entire board to 777 while testing, so I don't think it's permission issue...and it's got the right path, just not adding in the missing section to the end (which I think would be done by the mod, since you can set the size of the avatars you want used in the Temar API settings...it's just not actually doing it). |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.24 09:29:00 -
[75] - Quote
1Gordon Gekko1 wrote:ok...after doing some digging, what it looks like it's doing is not appending the size.jpg to the character ID it's pulling from the API mod. So when I inspect the avatar element, it looks like: https://image.eveonline.com/Character/1088364566instead of: https://image.eveonline.com/Character/1088364566_128.jpgIf I fix the HTML manually on the page, it pulls the right pic down. Any more thoughts on why this would be? I set the entire board to 777 while testing, so I don't think it's permission issue...and it's got the right path, just not adding in the missing section to the end (which I think would be done by the mod, since you can set the size of the avatars you want used in the Temar API settings...it's just not actually doing it).
interesting ... where are you seeing this url ? When I look at a profile and inspect the element of the Avatar it is a url in my forum not in image.eveonline.com
|

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.26 14:19:00 -
[76] - Quote
Having a hard time getting Jabber integration to work. Can you help? Not sure what I'm missing.
I have everything plugged into the Jabber section and enabled it however I see 0 traffic in the MySQL logs being generated from the mod. If I try to register a user I just get unable to match any groups but still no log entries.
I'm sure I'm missing something dumb? |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.26 14:37:00 -
[77] - Quote
Magenta Flori wrote:Having a hard time getting Jabber integration to work. Can you help? Not sure what I'm missing.
I have everything plugged into the Jabber section and enabled it however I see 0 traffic in the MySQL logs being generated from the mod. If I try to register a user I just get unable to match any groups but still no log entries.
I'm sure I'm missing something dumb?
Have you got any Jabber rules set up in TEA ? ... I believe an account has to match at least 1 Jabber rule before the account will be created on the openfire server. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.26 14:41:00 -
[78] - Quote
I attempt to create a rule but it looks like where the Jabber groups dropdown is supposed to be the dropdown is just blank. I don't think its even pulling the groups from the openfiredb. All the info is correct, I've tested it multiple times. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.26 15:15:00 -
[79] - Quote
I'm starting to think the hosting company of the forum is preventing MySQL traffic from reaching my MySQL server which is my personal rack at a datacenter. I may just need to move SMF to my server. Its the only logical explanation after looking over everything. I don't even get any hits on my ASA for any sort of MYSQL traffic unless I manually generate it from elsewhere. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.27 15:26:00 -
[80] - Quote
Ok, so that's what it was. I just put it on a VPS and it works as expected.
Next question, Trying to setup TS3. I get Unknown Method when I try and register? I see all the groups when I plugged in the query login info.
|
|

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.28 02:54:00 -
[81] - Quote
What kind of output can we expect from TEA_Cron.php? I get a bunch of HTML and I don't think its updating. |

1Gordon Gekko1
Handsome Millionaire Playboys
4
|
Posted - 2013.11.28 03:41:00 -
[82] - Quote
Magenta Flori wrote:Ok, so that's what it was. I just put it on a VPS and it works as expected.
Next question, Trying to setup TS3. I get Unknown Method when I try and register? I see all the groups when I plugged in the query login info.
We had to have member log into TS with the username given to them on the TeamSpeak section of the TEA plugin...and then when they hit register it instantly gave them the right roles on TS. If they weren't logged into TS, we got the same message you did. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.28 03:44:00 -
[83] - Quote
1Gordon Gekko1 wrote:Magenta Flori wrote:Ok, so that's what it was. I just put it on a VPS and it works as expected.
Next question, Trying to setup TS3. I get Unknown Method when I try and register? I see all the groups when I plugged in the query login info.
We had to have member log into TS with the username given to them on the TeamSpeak section of the TEA plugin...and then when they hit register it instantly gave them the right roles on TS. If they weren't logged into TS, we got the same message you did.
Yeah, I should have came back. I figured that out.
I'm stuck on these cron files though. They don't appear to do anything. I'd assume the TEA_Cron.php is supposed to update the alliance list but when I run it all I get is some HTML in the console. If I run it in a browser I get Reset lastid to Zero. Not sure where to go. |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.28 09:24:00 -
[84] - Quote
Magenta Flori wrote:[quote=1Gordon Gekko1][quote=Magenta Flori] It also seems that if I manually remove the corp list and standing files and re-run TEA_Cron.php I get an updated list and new files. I guess this is by design and I can just make a cron job around it.
Yes this is correct ... the corp list and standings files are created if they are not there and are updated every 24 hours. Just run the TEA_Cron.php and any of the other cron jobs as frequently as you like based on your security needs. I run the TEA_Cron every 2 minutes and it takes about 4 hours to go through every account in my forum.
|

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.28 13:48:00 -
[85] - Quote
Sweet, thanks for the great work. |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.11.28 15:44:00 -
[86] - Quote
Magenta Flori wrote:Sweet, thanks for the great work. It is supposed to give any details when you run it? Most of them give nothing but a prompt. Tea_Cron.php gives that reset id to zero or whatever message?
Nope no output ... simple reason being if you run it every 2mins and it output something cron generates an email to send you what would have appeared on the console if you send this to a real mailbox eventually even googles smtp servers bounce the emails as spam ... they don't even get to your spam folder. Go on ask me how I know 
The reset id to zero is output when it has done a complete run through all the accounts in your forum ... so for me I get one of these about every 4 hours but it will depend greatly on how many forum accounts or more precisely how many api keys you have and how quickly CCP's servers are working. |

Magenta Flori
Royal Amarr Institute Amarr Empire
0
|
Posted - 2013.11.29 21:39:00 -
[87] - Quote
Shin Chogan wrote:1Gordon Gekko1 wrote:ok...after doing some digging, what it looks like it's doing is not appending the size.jpg to the character ID it's pulling from the API mod. So when I inspect the avatar element, it looks like: https://image.eveonline.com/Character/1088364566instead of: https://image.eveonline.com/Character/1088364566_128.jpgIf I fix the HTML manually on the page, it pulls the right pic down. Any more thoughts on why this would be? I set the entire board to 777 while testing, so I don't think it's permission issue...and it's got the right path, just not adding in the missing section to the end (which I think would be done by the mod, since you can set the size of the avatars you want used in the Temar API settings...it's just not actually doing it). interesting ... where are you seeing this url ? When I look at a profile and inspect the element of the Avatar it is a url in my forum not in image.eveonline.com Sorry I missed this : Quote:Perhaps a better question is, 'where should it point to'? How does the plug-in handle the fectching? Is it going to https://image.eveonline.com/characters/ID number and then trying to save it to the avatar folder? I think if I knew what it was trying to do, I'd be able to finish it out, since it IS getting the right images from somewhere in the profile settings. That is about what is happening ... it fetches image from image.eveonline.com and then it should save it to either your attachments folder or your avatar folder depending on how you have things configured.
I'm having this same problem. How did you get it working? The avatar folder has full permissions for everyone ATM. The avatar shows up, I click save and the avatar is never saved locally in the avatar folder and it sets itself back to no avatar in the radio dialog. |

vigilliann
Komintern.
0
|
Posted - 2013.12.01 01:39:00 -
[88] - Quote
Hi,
I have a problem with your plugin for SMF... It seems that temars don't synchronize the database for openfire and so don't create the users... Can you help me about that? |

Shin Chogan
Blueprint Haus Get Off My Lawn
24
|
Posted - 2013.12.03 13:19:00 -
[89] - Quote
vigilliann wrote:Hi,
I have a problem with your plugin for SMF... It seems that temars don't synchronize the database for openfire and so don't create the users... Can you help me about that?
I would'nt ask for help if there were enough doc of course but since there is none....
The jabber sync is actually 2 parts ... the db connection which gets the list of available groups in Openfire, and the use of the User Service plugin on Openfire to allow the creation and modification of users via an http interface.
If when you go to the Jabber rules section of Temars you can see any groups you have defined in Openfire (Obviously you need to have created some in there first :) ) then the problem is not the DB connection.
If you can see groups but users aren't being created in Openfire then you need to make sure you have the User Service plugin installed and correctly configured in Openfire.
also worth noting is you have to have at least one group mapping set up between SMF and Openfire for the user to be created on the Openfire server.
There is lots of info in the old thread : https://forums.eveonline.com/default.aspx?g=posts&t=8284
|

vigilliann
Komintern.
0
|
Posted - 2013.12.05 23:52:00 -
[90] - Quote
Seems that is not the solution to my problem. the groups are visible in SMF, the user service is correctly configured because we can create new user with the URL : for example : hostname:port/plugins/userService/userservice?type=add&secret=TxUYRcLD&username=testalamain&password=test&name=MonsieurTest&[email protected]&groups=Camarade
So it seems that there is something else that you don't tell me or I miss something here? |
|
|
|
|
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 |