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

Karnhell
BOAE INC GIANTSBANE.
1
|
Posted - 2012.04.14 22:06:00 -
[121] - Quote
Karnhell wrote:Can it be changed so that people submitting their API's aren't giving out the names of all their alts as well?
If this means dupes have to be deleted, that's fine. Just looking to keep this from being used as a spy tool by possibly unscrupulous TS operators. |

Linus Crolkish
Industrial Solution Shadow of Honor
0
|
Posted - 2012.04.14 22:19:00 -
[122] - Quote
Karnhell wrote:Karnhell wrote:Can it be changed so that people submitting their API's aren't giving out the names of all their alts as well? If this means dupes have to be deleted, that's fine. Just looking to keep this from being used as a spy tool by possibly unscrupulous TS operators.
Take a look at "removeDuplicates" in functions.php if you want to remove that function. By the way - the only person able to see that information would be your database administrator. |

MJ Maverick
IronPig Sev3rance
77
|
Posted - 2012.04.15 16:04:00 -
[123] - Quote
I will not support the removal of that. If you want to do it then go ahead but I will not support it if you break it.
Why bother having a registration system if you are going to remove every bit of anti-spy code? If you want to hide your alts then clearly you have something to hide. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Linus Crolkish
Industrial Solution Shadow of Honor
0
|
Posted - 2012.04.15 17:02:00 -
[124] - Quote
It looks like you do not populate allianceName in the corporation table - any reason for that? |

MJ Maverick
IronPig Sev3rance
77
|
Posted - 2012.04.16 16:11:00 -
[125] - Quote
Because it isn't a corp and having corps in your whitelist that are in an alliance is unwise. If I stored it then it would get out of date and require a cron job. So I stream it. [EVEOTS] Eve Online Teamspeak 3 API Registration |

KongGal
x13 Raiden.
2
|
Posted - 2012.04.17 04:41:00 -
[126] - Quote
is it possible to add a line in the config to add a server password so when people are getting told to press here to conenct then in the connect URl it would include Password
|

Linus Crolkish
Industrial Solution Shadow of Honor
0
|
Posted - 2012.04.19 18:40:00 -
[127] - Quote
KongGal wrote:is it possible to add a line in the config to add a server password so when people are getting told to press here to conenct then in the connect URl it would include Password
line 650 in index.php:
Quote: echo "a href=\"ts3server://".$c->tshost."?port=".$c->tscport."&password=".$yourpasswordhere.".&nickname=".$nickname."&addbookmark=".$c->ourname." Teamspeak\";
you can store your password in config.php, just make sure the variable names match. |

KongGal
x13 Raiden.
2
|
Posted - 2012.04.20 01:56:00 -
[128] - Quote
Linus Crolkish wrote:KongGal wrote:is it possible to add a line in the config to add a server password so when people are getting told to press here to conenct then in the connect URl it would include Password
line 650 in index.php: Quote: echo "a href=\"ts3server://".$c->tshost."?port=".$c->tscport."&password=".$yourpasswordhere.".&nickname=".$nickname."&addbookmark=".$c->ourname." Teamspeak\";
you can store your password in config.php, just make sure the variable names match.
i did try that a few times and it just broke it |

Kamikazie
Best Path Inc. Ethereal Dawn
0
|
Posted - 2012.05.09 15:01:00 -
[129] - Quote
I was getting this:
Quote:An error occured: API Date could not be read / parsed, original exception: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed [117]
Teamspeak 3 Registration for EVE Online by MJ Maverick Powered by the TS3 PHP Framework & Pheal EVEOTS v1.7b
Added this after line 320 in Pheal.php:
Quote:curl_setopt(self::$curl, CURLOPT_SSL_VERIFYPEER, false);
Now I get this:
Quote:An error occured: API Date could not be read / parsed, original exception: String could not be parsed as XML [117]
Can find the site here: http://72.167.12.119/eveots/?step=2 |

Casachu
The Logistic Squad
0
|
Posted - 2012.05.20 01:22:00 -
[130] - Quote
Hi,
i'm trying to install this great module of yours. Everything seems to look fine on the API comunication level. I managed to register some admins. When i try to register a member, it gets his info correctly.
Then on step 3, it tells me : " Trying to grant access to [member]" and nothing happens. i get no timeouts or error messages.
i tried opening port 10011 and it didn't changed anything.
I think the error is in the Teamspeak3::factory() call, in the SaveMember() fonction. i don't know if it's doing anything.
|
|

snipereagle1
White Star Line 2010 GIANTSBANE.
1
|
Posted - 2012.05.20 06:06:00 -
[131] - Quote
MJ Maverick wrote:I will not support the removal of that. If you want to do it then go ahead but I will not support it if you break it.
Why bother having a registration system if you are going to remove every bit of anti-spy code? If you want to hide your alts then clearly you have something to hide.
Recently had people ***** about that. Simple response: ~trollface~ |

MJ Maverick
IronPig Sev3rance
87
|
Posted - 2012.05.20 18:52:00 -
[132] - Quote
Casachu wrote:Hi,
i'm trying to install this great module of yours. Everything seems to look fine on the API comunication level. I managed to register some admins. When i try to register a member, it gets his info correctly.
Then on step 3, it tells me : " Trying to grant access to [member]" and nothing happens. i get no timeouts or error messages.
i tried opening port 10011 and it didn't changed anything.
I think the error is in the Teamspeak3::factory() call, in the SaveMember() fonction. i don't know if it's doing anything.
Are you running in debug mode? [EVEOTS] Eve Online Teamspeak 3 API Registration |

Casachu
The Logistic Squad
0
|
Posted - 2012.05.21 00:07:00 -
[133] - Quote
I am running in debug mode.
i found one problem. my php version was too old. i upgraded it and now i get a new error :
F21 - connection refused.
there was no message telling me my php version was too old, had to figure it out myself ;) TS3 library requires php 5.2.1 to work.
port 10011 is opened in TCP and UDP.
i tried changing my Query username, now i'm getting :
F16- connection refused. |

MJ Maverick
IronPig Sev3rance
87
|
Posted - 2012.05.21 00:32:00 -
[134] - Quote
MJ Maverick wrote: Requirements: PHP 5.2.1 or later MySQL 5 or later (untested on earlier versions) Dedicated web host
There isn't an F16 or F21. Your code is modified so I can't really help you. Does an unmodified version work? [EVEOTS] Eve Online Teamspeak 3 API Registration |

Casachu
The Logistic Squad
0
|
Posted - 2012.05.21 15:30:00 -
[135] - Quote
i only added some echo in the function.php file to see at what point the code crashed. i will try a fresh reinstall and see how that works. |

MJ Maverick
IronPig Sev3rance
87
|
Posted - 2012.05.21 18:07:00 -
[136] - Quote
Have you read the readme for F10? Have you put the web servers IP on the whitelist and checked the ports are open?
F10 is a very common error and has been resolved many times in this thread. You should have already tried these things really before posting. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Casachu
The Logistic Squad
0
|
Posted - 2012.05.22 05:54:00 -
[137] - Quote
Just to make myself clear here:
At the time i first posted, there was no error number being displayed at all. After updating the php version, i started seing some debug info.
of course I then read how to fix the F10 error. I know exactly what my problem is now. sorry if it wasn't clear.
will keep you updated when it works ! |

MJ Maverick
IronPig Sev3rance
87
|
Posted - 2012.05.22 09:26:00 -
[138] - Quote
Good to hear :) [EVEOTS] Eve Online Teamspeak 3 API Registration |

Felsaa
Flying Low
0
|
Posted - 2012.05.23 20:17:00 -
[139] - Quote
I'm having difficulties with the tool but I dont know if it;s something caused by the host or if i'm doing something wrong.
The tool appears to work correctly until I need to press the register button and I'm getting the following message.
The server query user and password is correct as I use other tools to access my server.
Any ideas what I need to do?
Quote:Attempting to grant access to: #######################
An error occured: Connection timed out [F10] |

MJ Maverick
IronPig Sev3rance
87
|
Posted - 2012.05.24 00:25:00 -
[140] - Quote
Timed out connecting to your Teamspeak. Are you getting this consistently? Seems a very strange error to get at that stage. Could have just been a hicup. [EVEOTS] Eve Online Teamspeak 3 API Registration |
|

Mrs Doubtfire
FinFleet Raiden.
26
|
Posted - 2012.05.24 09:07:00 -
[141] - Quote
Loving your work, very smooth :)
I have some questions though:
1) Can I register "non-EVE pilots" manually on TS without interfering with EVEOTS? 2) Is the proper deletion method, to manually remove client in TS3 and delete user entry in the EVEOTS database? 3) In case I want a server password, how would I go about modding EVEOTS to comply?
Thanks for your work!
|

MJ Maverick
IronPig Sev3rance
87
|
Posted - 2012.05.24 13:59:00 -
[142] - Quote
Mrs Doubtfire wrote:Loving your work, very smooth :)
I have some questions though:
1) Can I register "non-EVE pilots" manually on TS without interfering with EVEOTS? 2) Is the proper deletion method, to manually remove client in TS3 and delete user entry in the EVEOTS database? 3) In case I want a server password, how would I go about modding EVEOTS to comply?
Thanks for your work!
Thank you, perhaps you could consider "fueling my work"? :D
1) Yes, on my Teamspeak I have a "VIP" group for RL friends that come on my server for a chat. EVEOTS won't know they exist. 2) In 1.7b, correct for manual deletion. But remember the cron job does this on the fly, but always have your cron email you the output so you can see if it reports any errors. 3) I left that out originally as a possible security risk but now people only see that page if they can have access anyway. Here's what you need to do :
config.php : (Add underneath $spacer)
Quote:public $spacer = ""; // Password public $ts_password = "MYPASSWORD";
index.php : (Find these lines and insert "&password=".$c->ts_password."" as shown) 302: Quote:...$nickname."&password=".$c->ts_password."&addbookmark... 382: Quote:...$nickname."&password=".$c->ts_password."&addbookmark...
I haven't tested that but it should work no problem. If you do get any problems just ask. :) [EVEOTS] Eve Online Teamspeak 3 API Registration |

Mrs Doubtfire
FinFleet Raiden.
26
|
Posted - 2012.05.24 16:14:00 -
[143] - Quote
Fantastic! Thanks a lot for your help, I'll give it a go :) |

Varrun
Flashpoint Industries Imperial Hull Tankers
0
|
Posted - 2012.05.24 18:34:00 -
[144] - Quote
MJ Maverick wrote:Timed out connecting to your Teamspeak. Are you getting this consistently? Seems a very strange error to get at that stage. Could have just been a hicup.
Yes it's happening all the time I've not been able to get the tool working at all due to this time out error.
http://ts.flyinglow.tk/
Sorry this is felsaa. |

JustSharkbait
Methodical Destruction The Methodical Alliance
2
|
Posted - 2012.05.28 23:17:00 -
[145] - Quote
This worked great. Had a slight problem with the ' in people's names, but turning off Magic quotes fixed it immediately. Great mod. Will be sending you some ISK when everyone gets registered.
Quick question. If there anyway to allow people to choose their own name? Some members have long names, and go by a shorter version.
Thanks for the great tool.
|

MJ Maverick
IronPig Sev3rance
89
|
Posted - 2012.05.29 00:03:00 -
[146] - Quote
JustSharkbait wrote:This worked great. Had a slight problem with the ' in people's names, but turning off Magic quotes fixed it immediately. Great mod. Will be sending you some ISK when everyone gets registered.
Quick question. If there anyway to allow people to choose their own name? Some members have long names, and go by a shorter version.
Thanks for the great tool.
Not straight off the bat no, but in the admin panel you can change a members "permitted nickname" as and when they request if you like. [EVEOTS] Eve Online Teamspeak 3 API Registration |

JustSharkbait
Methodical Destruction The Methodical Alliance
3
|
Posted - 2012.05.29 03:57:00 -
[147] - Quote
Thank you. |

Kalstrams
SHIVA NATARADGI Bloodbound.
0
|
Posted - 2012.06.03 08:33:00 -
[148] - Quote
Ok, second question ( first solution I found myself ).
How do I set up like for me, Kalstrams, the needed name will be
B -SHV Kalstrams not -SHV Kalstrams
It seems that I am not able to find setting that manages alliance ticker. |

Greyfish
E-ON Developments The 99 Percent
0
|
Posted - 2012.07.01 22:43:00 -
[149] - Quote
Thank you for making this and most of all thank you for remaining active in supporting/answering questions.
|

MJ Maverick
IronPig Sev3rance
90
|
Posted - 2012.07.02 15:41:00 -
[150] - Quote
Thank you Greyfish :) [EVEOTS] Eve Online Teamspeak 3 API Registration |
|
|
|
|
Pages: 1 2 3 4 [5] 6 7 8 :: one page |
First page | Previous page | Next page | Last page |