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

MJ Maverick
IronPig Sev3rance
1
|
Posted - 2011.09.09 22:38:00 -
[1] - Quote
Version: 1.5
Intro: So there I was, using a Teamspeak registration system that once worked well but is now outdated and falling to pieces :( (GÖÑ u really Agent Unknown :) ). I saw that people had made their own but wanted outrageous amounts of ISK in order to share it. So, meh. I'll make my own simple, fast, easy to mod and adaptable system. Only one problem, I know jack about PHP. I only knew what little I learnt from building my alliance a nice new website.
So I learnt PHP :) Then built my baby piece by piece. Now you can have it. Call it my little gesture to share a little love in Eve. I plan to add more features such as red alt scanning etc. while keeping it fast in the future along with keeping up to date with the ever changing Teamspeak development. Also as I am/was/ish a sort of PHP noob, you should find my heavily commented code easy to understand.
Preview: Sev3rance Alliance
Requirements: PHP 5.2 or later MySQL 5 or later (untested on earlier versions) Dedicated web host
Features: v1.0 Very fast cron job for quickly scanning if characters registered have left their corp/alliance and removes them. Alliance whitelist. Corporation whitelist. Assign your own boys/girls into a separate group than your blues. Supports character names containing an '. If a blue joins your alliance, it realises and asks them to re-register so they can be moved into the correct group. Error messages will even inform the user of who to contact (presumably, you). Limited API entry form is limited to 64 characters (the length of an API Key) to help prevent pasting a space after the key. Does not require | between tickers (no more horrible phonetic announcements). Shoo's away doorstep salesmen. API interface powered by Pheal. Teamspeak interface powered by TS3 PHP Framework. v1.1 Detects if a spy is using some ones API when they register. If someone has lost their Teamspeak ID it will ask then to make a new API to verify them, then delete their old registrations. Instructions page added for people trying to register on 2 computers. Prevents any duplications on TS and in the database. v1.15 Enhanced script security. v1.17 For this update you will need to overwrite config.php and fill it in again. Sorry, it's for the best. :) cron.php will now know if it's being run via CPanel and format e-mails correctly. Made readme.html into your EVEOTS bible for when I'm not around. v1.2 Security bot now optional to make sure people have the correct name. General code tweaks made. Readme updated. v1.3 General code clean up. Handles even more errors properly. Added staged registration as requested (Yay). Added compatibility for option ticker separators as requested. v1.31 Character names over 30 characters this will no longer cause Teamspeak problems. v1.5 Admin panel, yay :D Big update, see "version history.txt"
Down to business: By downloading you agree to leave the credit at the bottom of the page. Let's play fair, credit where credits due... That is the only condition, so here it is: Download - Sev3rance Alliance (MJ Maverick)
Baring in mind how much ISK people want for a system like this, if you are using it, it would be awesome to let me know and maybe even donate :) (all this work leaves little time for ISKies *sadface*). If you run into any problems then either use this thread or mail me in game and I'll be happy to help.
Any kind donations can be sent to "MJ Maverick".
Special Thanks To: Peter Powers from Pheal Wollari from DOTLAN ScP from Teamspeak The Sev3rance Alliance for being my guinea pigs |

MJ Maverick
IronPig Sev3rance
1
|
Posted - 2011.09.09 22:38:00 -
[2] - Quote
Reserved |

Balani
ELVE Industries Shadow of xXDEATHXx
1
|
Posted - 2011.09.09 23:06:00 -
[3] - Quote
i get some error if I call the bot.php
cron.php works fine
Processing: Balani
Notice: Use of undefined constant client_nickname - assumed 'client_nickname' in /httpdocs/eveots/bot.php on line 50 Processing: Balani
Notice: Use of undefined constant client_nickname - assumed 'client_nickname' in /httpdocs/eveots/bot.php on line 50
Notice: Use of undefined constant client_nickname - assumed 'client_nickname' in /httpdocs/eveots/bot.php on line 53
Notice: Use of undefined constant client_nickname - assumed 'client_nickname' in /httpdocs/eveots/bot.php on line 53 Kicked user Balani, their name was Balani from *.*.46.14:37931
Maverick can you take a look |

MJ Maverick
IronPig Sev3rance
1
|
Posted - 2011.09.09 23:19:00 -
[4] - Quote
Odd, what version of PHP are you running and is it running in strict?
Go to line 50 and try changing $client[client_nickname] from
Quote:$client[client_nickname] to
Quote:"$client[client_nickname]" Failing that try
Quote:$client['client_nickname']
Let me know which one works. It should be the latter. They will still work but if you have PHP running in schizophrenia mode (strict) it will think that they could be constants. I'll change them for the next release as they are just an oversight. |

Balani
ELVE Industries Shadow of xXDEATHXx
1
|
Posted - 2011.09.10 02:31:00 -
[5] - Quote
Ok they runs all without error msg now BUT
TS MSG "Balani from *.*.46.14:57924" hat Sie vom Server gekickt (SecurityBot: Your nickname should be exactly Balani)
debug from script
server is empty NO CONNECTIONS
Processing: Balani Debug: User Balani could not be kicked. Probably wasn't connected in the first place. (Error: invalid client type) 1 users checked, 0 users kicked.
I+ím on Server (MAYBE) SA ^^
Processing: Balani Processing: Balani Kicked user Balani, their name was Balani from *.*.46.14:57974 2 users checked, 1 users kicked.
first user checked double?
|

MJ Maverick
IronPig Sev3rance
1
|
Posted - 2011.09.10 18:54:00 -
[6] - Quote
Balani = You Balani from *.*.*.* = The ServerQuery user that you made, hence your name. The IP is the web servers that is using your ServerQuery login.
Are you registered in the database? The root admin should not be registered. If something went horrifically wrong and all the registrations got removed you will lose admin on your own server if you are registered. This is highly unadvised.
Another reason not to be registered is that depending on how Teamspeak works this, it could count you AND your ServerQuery as you, obviously the ServerQuery will always have the wrong name because of the IP. So will try to kick itself, but it can't because it isn't a connected client, but it may kick you.
I haven't gone into in-depth testing with this as I always advise root admins not to go through the registration system. They can always assign any pretty colours or groups to themselves manually. It's just too risky to register yourself as I said, especially if you are modding my code. One wrong bit of code could result in disaster. |

Balani
ELVE Industries Shadow of xXDEATHXx
1
|
Posted - 2011.09.10 20:43:00 -
[7] - Quote
Ok thx
the problem was that i register myself via the api ^^ removed now and runs fine
the second thing is that i run the ts and eveots on the same server but why it checks my name twice
the serverquerry name is NOT Balani ^^
Skipping user, not registered (Balani) Skipping user, not registered (Balani from *.*.46.14:49415) why it checks my name double? |

MJ Maverick
IronPig Sev3rance
1
|
Posted - 2011.09.11 02:21:00 -
[8] - Quote
Like I said, it doesn't matter what the ServerQuery username is. YOU made it, so it counts as YOU controlling the Teamspeak from a remote IP.
So basically:
Balani's ServerQuery account being used from IP 123.123.123.12 kicks you from the server.
The reason it is seen in bot.php is because the ServerQuery is making a connection and the bot.php checks all client connections, even remote ones. |

Morgenholt Blue
RED.Legion
0
|
Posted - 2011.09.11 16:30:00 -
[9] - Quote
To stop remote ones being checked in bot.php you can make a small addition.
Below: foreach ($clientList as $client) {
Add the following: if($client["client_type"]) continue;
and the script won't check serverquery clients anymore. |

MJ Maverick
IronPig Sev3rance
1
|
Posted - 2011.09.11 18:29:00 -
[10] - Quote
Well spotted. I never picked that up when reading the outputs :) |
|

LoneEcho
Band of Builders Inc. Cascade Associates
0
|
Posted - 2011.09.13 17:55:00 -
[11] - Quote
Okay so I've tried everything I could to get this to work.
I get "An error occured: Connection timed out [F10]" when I click register.
TS3 and my webhost are on different servers. I have my webhost setup with mysql and my TS3 connects to that database just fine. I've added my webhost IP in the whitelist of the serverquery. I've checked the ports on my TS3 server and it's open.
Everything is able to connect but I can't get it to register.
Do any ports on my webhost need to be open other than mysql which already open?
Thanks in advance.
LoneEcho |

MJ Maverick
IronPig Sev3rance
2
|
Posted - 2011.09.13 19:35:00 -
[12] - Quote
There aren't any port requirements on the web server because it's all outgoing.
However this is the most common problem people run into and 9 times out of 10 it's that there is something wrong with your config.php details.
I know you've done some of these but I'm listing all that I can think of off the top of my head for anyone else that get's this very common problem.
There are a few things you can check:
- Make sure your web servers IP is on the TS3's whitelist.txt and reboot the TS3 server.
- Double and treble check that your details are exactly correct with no spaces either side in config.php (always copy/paste).
- If all your details are absolutely certainly correct ask your TS3 provider if they have changed the ServerQuery port from the default.
- Try recreating a new ServerQuery login and make sure the person who makes it has FULL admin in TS.
- Failing that you need to contact your web host as to why you can't make outgoing connections. Some web hosts have been the cause of this because they won't allow outgoing connections. Tell them what you are trying to do and ask them to make sure your server can do it.
|

Duc Lebowski
Outcast Heroes Destructive OuTcaSts
0
|
Posted - 2011.09.14 00:18:00 -
[13] - Quote
from shared web hosts be sure to ensure they open the server query port if your TS is not on the same as the script as i had to unblock this port to get this working then it worked like a charm
Duc |

LoneEcho
Band of Builders Inc. Cascade Associates
0
|
Posted - 2011.09.14 03:07:00 -
[14] - Quote
MJ Maverick wrote:There aren't any port requirements on the web server because it's all outgoing. However this is the most common problem people run into and 9 times out of 10 it's that there is something wrong with your config.php details. I know you've done some of these but I'm listing all that I can think of off the top of my head for anyone else that get's this very common problem.There are a few things you can check:
- Make sure your web servers IP is on the TS3's whitelist.txt and reboot the TS3 server.
- Double and treble check that your details are exactly correct with no spaces either side in config.php (always copy/paste).
- If all your details are absolutely certainly correct ask your TS3 provider if they have changed the ServerQuery port from the default.
- Try recreating a new ServerQuery login and make sure the person who makes it has FULL admin in TS.
- Failing that you need to contact your web host as to why you can't make outgoing connections. Some web hosts have been the cause of this because they won't allow outgoing connections. Tell them what you are trying to do and ask them to make sure your server can do it.
The first two I'm sure are correct. I run the TS3 on my VPS and left the ports as defaults. I also have the full admin query pw from when I first started the TS3 up. I can connect to it using third party apps on my PC and Ipad.
I wrote a message to my shared webhost if they can allow 10011 TCP. Let me see if that helps.
Duc Lebowski wrote:from shared web hosts be sure to ensure they open the server query port if your TS is not on the same as the script as i had to unblock this port to get this working then it worked like a charm
Duc
Thanks for the tip. I just sent them a message. Let's hope for the best! =P
I'm sure it's got to be my webhost as I installed mysql on my linux VPS using commands and it was running and everything was connected but my webhost would still not connect to my TS3. So something is probably blocking it from communicating outside.
But I decided mysql was taking up quite a bit of resource on my VPS so removed it xD. TS3 is now using mysql from my webhost which seems to be fine. |

MJ Maverick
IronPig Sev3rance
3
|
Posted - 2011.09.15 02:05:00 -
[15] - Quote
Remember to "Like" the OP if you are using EVEOTS :) |

Hired Assasin
Black Aces Against ALL Authorities
21
|
Posted - 2011.09.20 08:44:00 -
[16] - Quote
Hey, was just wondering if this has been updated for the new API system.
also i had to modify some code to make it accept more different corps/alliances into extra specific/separate groups
would you be able to add that feature too? im sure others might want or need it. |

Trampis
Orbital Systems Solutions
0
|
Posted - 2011.09.20 17:06:00 -
[17] - Quote
Hired Assasin wrote:Hey, was just wondering if this has been updated for the new API system.
also i had to modify some code to make it accept more different corps/alliances into extra specific/separate groups
would you be able to add that feature too? im sure others might want or need it.
I'll be happy to see the new API implementation as well and I would appreciate this code mod - can you please post the changes you made for me and others to use.
Much obliged
|

MJ Maverick
IronPig Sev3rance
7
|
Posted - 2011.09.21 02:27:00 -
[18] - Quote
Hey Assassin, that's on my to-do list before v2.0 but at the moment I'm still trying to wrap my head round the new API system while still keeping it as secure and stable as possible. But yes, I do intend on changing it over to the new API. :) |

Laxen
Romanian Brother.s ROMANIAN-LEGION
0
|
Posted - 2011.09.29 21:04:00 -
[19] - Quote
Hi !
1. I got the following erroare:
PHP Notice: Undefined index: HTTP_USER_AGENT in ..eveots/functions.php on line 149
What can correct not to defend?
2. How should I set here => public $ spacer = ''; So I can use the nickname in the form [ROMB] Laxen?
Sincerely, |

king curt
The Maverick Navy Against ALL Authorities
0
|
Posted - 2011.09.30 01:04:00 -
[20] - Quote
Hey MJ quick question for you.
I have a member that is trying to register and he has an ' in his name. The program doesn't seem to like it too much and when it tries to register it says:
xxxxxxxxxx\'
Any ideas on this?
Thanks,
curt |
|

MJ Maverick
IronPig Sev3rance
11
|
Posted - 2011.10.01 14:45:00 -
[21] - Quote
@Laxen that isn't natively supported. However, find all instances of
Quote:if ($c->spacer !== "") { $nickname = $corpTicker." ".$c->spacer." ".$character; } else { $nickname = $corpTicker." ".$character; } and add [ and ] around the ticker variables like this:
Quote:if ($c->spacer !== "") { $nickname = "[".$corpTicker."] ".$c->spacer." ".$character; } else { $nickname = "[".$corpTicker."] ".$character; }
@king curt it should take those names fine and does on my TS, did one yesterday. What version are you running, what is his name and what was the exact error? |

king curt
The Maverick Navy Against ALL Authorities
0
|
Posted - 2011.10.02 23:52:00 -
[22] - Quote
Running the current version.
His name is Assassins' Blades. I cannot remember the error specifically other than it would not allow him to use his name and showed as Assassins\' Blades.
I will try to get more info. |

Morgenholt Blue
RED.Legion
1
|
Posted - 2011.10.03 02:22:00 -
[23] - Quote
king curt wrote:Running the current version.
His name is Assassins' Blades. I cannot remember the error specifically other than it would not allow him to use his name and showed as Assassins\' Blades.
I will try to get more info.
I remember having this problem when I started using EVEOTS awhile ago. Looking at the latest version I think the fix would be to change $inputName = trim($_POST["inputName"]); to $inputName = trim(stripslashes($_POST["inputName"]));
But I don't remember exactly so that might of been for something else. |

MJ Maverick
IronPig Sev3rance
11
|
Posted - 2011.10.03 18:55:00 -
[24] - Quote
If you strip slashes the SQL query will break and registration will go FUBAR. If it does work then they won't be in the database and so won't be checked to see if they have left the alliance. Which is bad.
Don't strip slashes. It also opens you up to SQL injections. (hacking)
Also line 118: $inputName = trim($_POST["inputName"]); Hasn't had slashes added anyway. inputName doesn't get slashed, it is only used to get the CharacterID which is used to get the exact (case sensitive) characters name. The exact characters name is what is slashed. |

snipereagle1
Killer Koalas
0
|
Posted - 2011.10.04 03:47:00 -
[25] - Quote
A nice feature to have on the page once people are registered is a link to connect them to TS with the correct login information, that would fill the server info, correct username, etc.
I think this is mostly right, but I get errors when I use this code:
echo "a href='http://www.teamspeak.com/invite/"$c->tshost."/?port="$c->tscport."&addbookmark=NUKKA-V2&nickname=".$nickname."Connect /a"; (I had to take out the < > symbols because the forums won't let you post HTML)
I specifically get:
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in C:\xampp\htdocs\tsreg\index.php on line 256
I'm looking for a link that would look like this:
http://www.teamspeak.com/invite/*SERVERADDRESS*/?port=*SERVERPORT*&addbookmark=NUKKA-V2&nickname=*YOURNICKNAME* |

Jimmy06
Paramount Commerce Masters of Flying Objects
0
|
Posted - 2011.10.04 11:45:00 -
[26] - Quote
hey MJ and thanks for the brilliant script. Are you looknig at updating this to comply with EVE APIv2 ? if so and you want some testers give me a shout. Thanks :) |

Jimmy06
Paramount Commerce Masters of Flying Objects
0
|
Posted - 2011.10.04 12:21:00 -
[27] - Quote
snipereagle1 wrote:A nice feature to have on the page once people are registered is a link to connect them to TS with the correct login information, that would fill the server info, correct username, etc. I think this is mostly right, but I get errors when I use this code: echo "a href='http://www.teamspeak.com/invite/"$c->tshost."/?port="$c->tscport."&addbookmark=NUKKA-V2&nickname=".$nickname."Connect /a"; (I had to take out the < > symbols because the forums won't let you post HTML)I specifically get: Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in C:\xampp\htdocs\tsreg\index.php on line 256 I'm looking for a link that would look like this: http://www.teamspeak.com/invite/*SERVERADDRESS*/?port=*SERVERPORT*&addbookmark=NUKKA-V2&nickname=*YOURNICKNAME*
Change line 323 of index.php to http://pastebin.com/i7MNc6sU and Enjoy :) |

snipereagle1
Killer Koalas
0
|
Posted - 2011.10.04 15:32:00 -
[28] - Quote
Jimmy06 wrote:snipereagle1 wrote:A nice feature to have on the page once people are registered is a link to connect them to TS with the correct login information, that would fill the server info, correct username, etc. I think this is mostly right, but I get errors when I use this code: echo "a href='http://www.teamspeak.com/invite/"$c->tshost."/?port="$c->tscport."&addbookmark=NUKKA-V2&nickname=".$nickname."Connect /a"; (I had to take out the < > symbols because the forums won't let you post HTML)I specifically get: Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in C:\xampp\htdocs\tsreg\index.php on line 256 I'm looking for a link that would look like this: http://www.teamspeak.com/invite/*SERVERADDRESS*/?port=*SERVERPORT*&addbookmark=NUKKA-V2&nickname=*YOURNICKNAME* Change line 323 of index.php to http://pastebin.com/i7MNc6sU and Enjoy :)
Excellent! Also, I'd be happy to help test a version using the new API system (although I believe the PHEAL library needs to be updated before MJ can implement it, as that does the legwork with regards to the API)
|

MJ Maverick
IronPig Sev3rance
11
|
Posted - 2011.10.04 15:51:00 -
[29] - Quote
That quick connect link is already in the next version :) it's been tested on Sev3rance's and seems to work fine.
I suppose this API is APIv3 :P but yeah I will be reworking it all. I currently have no internet access at home which makes things pretty difficult :/
I'll be back online on the 7th October. |

Fred Eto
The Eloria Corporation
0
|
Posted - 2011.10.04 23:42:00 -
[30] - Quote
I am getting a bug, it is saying that "You are not allowed to register on this server." but I've made sure that the public $ourname = "XXX"; is correct, where XXX is my main's corporation. Am I missing something? Anything else that can be causing this bug?
/Fred |
|

snipereagle1
Killer Koalas
0
|
Posted - 2011.10.05 00:21:00 -
[31] - Quote
Fred Eto wrote:I am getting a bug, it is saying that "You are not allowed to register on this server." but I've made sure that the public $ourname = "XXX"; is correct, where XXX is my main's corporation. Am I missing something? Anything else that can be causing this bug?
/Fred
You'll get more details if you go in to the config file and enable dev / verbose (I don't remember the exact verbage) mode, it will give you a more detailed error message. Once you get that, post it here and we'll help you out! |

Fred Eto
The Eloria Corporation
0
|
Posted - 2011.10.05 00:32:00 -
[32] - Quote
snipereagle1 wrote:Fred Eto wrote:I am getting a bug, it is saying that "You are not allowed to register on this server." but I've made sure that the public $ourname = "XXX"; is correct, where XXX is my main's corporation. Am I missing something? Anything else that can be causing this bug?
/Fred You'll get more details if you go in to the config file and enable dev / verbose (I don't remember the exact verbage) mode, it will give you a more detailed error message. Once you get that, post it here and we'll help you out!
I have, and all I get is the above still:
Checking... Character: Character1 Debug: User ID: XXX Debug: API Key: XXX
Debug: Character ID: XXXXX
Debug: Character List: Debug: XXX Debug: Character1
Debug: API verified.
You are not allowed to register on this server. |

Morgenholt Blue
RED.Legion
1
|
Posted - 2011.10.05 06:46:00 -
[33] - Quote
MJ Maverick wrote:If you strip slashes the SQL query will break and registration will go FUBAR. If it does work then they won't be in the database and so won't be checked to see if they have left the alliance. Which is bad.
Don't strip slashes. It also opens you up to SQL injections. (hacking)
Also line 118: $inputName = trim($_POST["inputName"]); Hasn't had slashes added anyway. inputName doesn't get slashed, it is only used to get the CharacterID which is used to get the exact (case sensitive) characters name. The exact characters name is what is slashed.
Best bet, get him to try again and tell me exactly what the Step 2 page says (all of it) and what the error on Step 3 is. The slash itself shouldn't be a problem tbh, I just forgot to hide it in the error message to save people getting confused.
This behavior is caused by PHP magic quotes which you will find the majority of shared hosts have switched on. It automatically add's a \ before any ' which is what is breaking EVEOTS for a large amount of people and we aren't directly using the inputName var in any SQL queries. |

MJ Maverick
IronPig Sev3rance
13
|
Posted - 2011.10.05 15:21:00 -
[34] - Quote
Fred Eto wrote:
I have, and all I get is the above still:
Checking... Character: Character1 Debug: User ID: XXX Debug: API Key: XXX
Debug: Character ID: XXXXX
Debug: Character List: Debug: XXX Debug: Character1
Debug: API verified.
You are not allowed to register on this server.
Hey Fred, if you are running version 1.5 then the white list isn't in the config.php. That just tells the system who your guys are. You need to make a white list in .../eveots/admin. Take a look at the readme.html if you get stuck setting up a root admin.
@Morgenholt, cheers for looking into that, when I find out where they are breaking it I'll see if stripslashes gets it working... Pesky hosts and their silly settings! |

Fred Eto
The Eloria Corporation
0
|
Posted - 2011.10.05 15:27:00 -
[35] - Quote
MJ Maverick wrote:Fred Eto wrote:
I have, and all I get is the above still:
Checking... Character: Character1 Debug: User ID: XXX Debug: API Key: XXX
Debug: Character ID: XXXXX
Debug: Character List: Debug: XXX Debug: Character1
Debug: API verified.
You are not allowed to register on this server.
Hey Fred, if you are running version 1.5 then the white list isn't in the config.php. That just tells the system who your guys are. You need to make a white list in .../eveots/admin. Take a look at the readme.html if you get stuck setting up a root admin. @Morgenholt, cheers for looking into that, when I find out where they are breaking it I'll see if stripslashes gets it working... Pesky hosts and their silly settings!
Fixed it, gracias =)
|

Jimmy06
Paramount Commerce Masters of Flying Objects
0
|
Posted - 2011.10.11 19:56:00 -
[36] - Quote
MJ Maverick wrote:That quick connect link is already in the next version :) it's been tested on Sev3rance's and seems to work fine.
I suppose this API is APIv3 :P but yeah I will be reworking it all. I currently have no internet access at home which makes things pretty difficult :/
I'll be back online on the 7th October.
Sorry MJ lol didnt realise you had released the quick link does it even look like mine ? lol.
Also if you need any testing done with APIv3 send some code my way :) |

MJ Maverick
IronPig Sev3rance
13
|
Posted - 2011.10.12 15:55:00 -
[37] - Quote
Update v1.7 YOU MUST DELETE ALL REGISTRATIONS FROM TEAMSPEAK MANUALLY if upgrading. See readme "Customizable key upgrade"! Implemented new customizable API keys! Yay :D (Run "customizable keys update.sql"). Stage 2 of registration now provides a link that will connect you to TS and bookmark it. Idiot proof! Right? Added the "Audit Members" to the admin panel that was left out of v1.5. Made more compatible with PHP 5.3, depreciated functions have been updated. Added more security to the admin panel. Lots of files tweaked.
lol I just saw your post as I went to edit this thread Jimmy.
Thank you all for the support so far it really is appreciated. It really lets me know all this work is doing some good and makes me want to improve it. |

snipereagle1
Killer Koalas GIANTSBANE.
0
|
Posted - 2011.10.13 23:31:00 -
[38] - Quote
Using version 1.7, I get the following error when adding an alliance to the whitelist: "An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 682998 bytes received"
|

king curt
The Maverick Navy Against ALL Authorities
0
|
Posted - 2011.10.14 15:04:00 -
[39] - Quote
Hey MJ,
Quick question for you. You've probably done it and I am just to to figure it out.
Is there a way to, once the whitelist has been set up for "blues", to assign them to the proper group after they have registered?
The way I see it right now is there are only two possibilities. Either they are in your "alliance/corp" or they are "blue list".
Quote:// Teamspeak 3 group for alliance/corp members public $group = ; // Teamspeak 3 group for people on the whitelist but not in your alliance/corp public $bluegroup = ; |

snipereagle1
Killer Koalas GIANTSBANE.
0
|
Posted - 2011.10.14 16:28:00 -
[40] - Quote
king curt wrote:Hey MJ, Quick question for you. You've probably done it and I am just to  to figure it out. Is there a way to, once the whitelist has been set up for "blues", to assign them to the proper group after they have registered? The way I see it right now is there are only two possibilities. Either they are in your "alliance/corp" or they are "blue list". Quote:// Teamspeak 3 group for alliance/corp members public $group = ; // Teamspeak 3 group for people on the whitelist but not in your alliance/corp public $bluegroup = ; Are you askin whether you can give blues and corp the same group? |
|

MJ Maverick
IronPig Sev3rance
15
|
Posted - 2011.10.14 18:02:00 -
[41] - Quote
snipereagle1 wrote:Using version 1.7, I get the following error when adding an alliance to the whitelist: "An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 682998 bytes received"
Corporations add just fine... That looks like a CCP problem, the API server didn't respond. It happens sometimes, just try again later. CCPs Alliance list causes a high load.
king curt wrote:Hey MJ, Quick question for you. You've probably done it and I am just to  to figure it out. Is there a way to, once the whitelist has been set up for "blues", to assign them to the proper group after they have registered? The way I see it right now is there are only two possibilities. Either they are in your "alliance/corp" or they are "blue list". Quote:// Teamspeak 3 group for alliance/corp members public $group = ; // Teamspeak 3 group for people on the whitelist but not in your alliance/corp public $bluegroup = ; I'm not sure I know what you mean. Blue are put into the blue group on registration.
If you mean you have a group for RED.Overlord and you want to put people from ROL in that group manually you can do so, once they are registered you can add them to this group also. Just right click on them in Teamspeak.
However there is no native support (yet) for multiple custom groups. As it's not required for functionality it's just something a couple of people have asked for it's not high on my to-do list. If you're really nice though I could be persuaded to hurry it up :P |

Sjet Idahon
Lost Souls Continuum United Pod Service
0
|
Posted - 2011.10.20 12:24:00 -
[42] - Quote
Hey MJ,
i installed EVEOTS on my Windows vServer but when i try to register a User, there is an error:
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]
- Sjet - |

MJ Maverick
IronPig Sev3rance
16
|
Posted - 2011.10.21 17:16:00 -
[43] - Quote
Sjet Idahon wrote:Hey MJ,
i installed EVEOTS on my Windows vServer but when i try to register an User, an error occurs.
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]
- Sjet - Very strange, haven't heard of that before. I know what it is though. That is basically the API server not responding. Now, this could be a temporary problem at CCPs end in which case just try again later. However it's worth checking with your provider and going over your server settings to see if there is anything that is checking if SSL certificates are valid (CCP seem to have a problem with that from time to time). If there is such an option, disable it. |

TS5P
Interstellar Brotherhood of Gravediggers The 0rphanage
1
|
Posted - 2011.10.31 21:26:00 -
[44] - Quote
Great Job, MJ. Updated our server to 1.7 and it works great.  |

Hired Assasin
Black Aces Against ALL Authorities
21
|
Posted - 2011.11.01 23:33:00 -
[45] - Quote
im not sure if you fixed this already but in the admin panel on google chrome, when i click next in the member list it wont go to next one even though on the page link it says page#2 or w/e |

TS5P
Interstellar Brotherhood of Gravediggers The 0rphanage
1
|
Posted - 2011.11.02 18:19:00 -
[46] - Quote
Hired Assasin wrote:im not sure if you fixed this already but in the admin panel on google chrome, when i click next in the member list it wont go to next one even though on the page link it says page#2 or w/e
Yup, same problem. Tried IE and Firefox. |

MJ Maverick
IronPig Sev3rance
17
|
Posted - 2011.11.02 18:45:00 -
[47] - Quote
Strange. But guys if you are reporting a bug please give me enough information to go for a fix.
What version of PHP are you running? What is the URL at the top of the browser when you click Next? |

Baki Yuku
Nordgoetter Viking Empire
2
|
Posted - 2011.11.04 11:49:00 -
[48] - Quote
Do you have any plans on adding support for adding channel groups to certain users? for example lets say I'm a Member of Viking Empire Alliance said alliance is on the Whitelist so I get rights to access the ts (server group) now what would be awsome is if Corp was checked as well and if Channel name matches corp name in api user gets rights to said channel..
best regards, chris
PS: nice tool^^ |

Decius Audene
Center for Advanced Studies Gallente Federation
0
|
Posted - 2011.11.05 07:01:00 -
[49] - Quote
im having trouble installing ur tool . I get this error
An error occured: API Date could not be read / parsed, original exception: file_get_contents(https://api.eveonline.com/eve/CharacterInfo.xml.aspx?characterID=935338328) [function.file-get-contents]: failed to open stream: No error [117] |

MJ Maverick
IronPig Sev3rance
18
|
Posted - 2011.11.05 18:42:00 -
[50] - Quote
Baki Yuku wrote:Do you have any plans on adding support for adding channel groups to certain users? for example lets say I'm a Member of Viking Empire Alliance said alliance is on the Whitelist so I get rights to access the ts (server group) now what would be awsome is if Corp was checked as well and if Channel name matches corp name in api user gets rights to said channel..
best regards, chris
PS: nice tool^^ No plans for this I'm afraid.
Decius Audene wrote:im having trouble installing ur tool . I get this error
An error occured: API Date could not be read / parsed, original exception: file_get_contents(https://api.eveonline.com/eve/CharacterInfo.xml.aspx?characterID=935338328) [function.file-get-contents]: failed to open stream: No error [117] Where did you get this? But anyway that's basically CCP timing out, try again later and it should work fine. The API server trips up now and again. That resource is working now for example. |
|

Hired Assasin
Black Aces Against ALL Authorities
21
|
Posted - 2011.11.10 10:13:00 -
[51] - Quote
Would also be a good idea to add the option to set what server groups people join from the admin panel instead of only in the config file. and a extra bonus would be adding additional layers of who joins what group instead of main group and friendly group. |

MJ Maverick
IronPig Sev3rance
19
|
Posted - 2011.11.14 16:25:00 -
[52] - Quote
Noted Assassin. |

snipereagle1
Killer Koalas R.A.G.E
1
|
Posted - 2011.11.14 17:05:00 -
[53] - Quote
Thanks for letting me bend your ear yesterday, I reinstalled my Linux server and now it works =) |

MJ Maverick
IronPig Sev3rance
19
|
Posted - 2011.11.15 18:47:00 -
[54] - Quote
Excellent :) |

Netan Maybourne
Ninjutsu Assassins Inc Death Jesters
0
|
Posted - 2011.11.20 04:04:00 -
[55] - Quote
This looks absolutely awesome! I was not looking forward to coding this on my own with new API and all. I'll be implementing this in the next few days, I'll let you know how everything goes. |

Noxides
APEX ARDENT COALITION NEM3SIS.
0
|
Posted - 2011.12.02 19:20:00 -
[56] - Quote
Does anyone know of a webhost that this works on? The on i'm on wont open the right outgoing port so the script can't connect to the TS server. |

MJ Maverick
IronPig Sev3rance
20
|
Posted - 2011.12.03 04:41:00 -
[57] - Quote
What host are you using? All I have come across support it. Hypernia are generally awesome. But come to think of it I'm not sure if they allow you to change the whitelist.txt which is essential.
Make sure you ask your Teamspeak host that you can edit the whitelist and that you ask your web host that the server will be able to send outbound signals.
These aren't any special magical things required by EVEOTS, these are basic things that any good web host provides by default. |

snipereagle1
Killer Koalas R.A.G.E
1
|
Posted - 2011.12.03 07:08:00 -
[58] - Quote
Netfirms gargles space-balls at this. They go on and on and on about security, give you the run around, and then tell you no. I ended up getting a VPS from www.interserver.net and rolling my own TS3 & web server half as much as paying for them separately. The downside of a VPS is that you have to manage your own server.
And darkstarllc teampeak hosting won't let you whitelist addresses. |

Hired Assasin
Black Aces Against ALL Authorities
21
|
Posted - 2011.12.03 16:07:00 -
[59] - Quote
If you need hosting i can do it :) Teamspeak 3 with API and Web Interface Hosting : http://alturl.com/asde8
Catch me on EVE Gate, im allmost always on it! |

MJ Maverick
IronPig Sev3rance
20
|
Posted - 2011.12.08 23:48:00 -
[60] - Quote
You're using my registration system? I hope you are crediting it as you're making a profit out of it. I'm not totally sure I like this. |
|

Atock
Paradise Team Stealth Wear Inc.
0
|
Posted - 2011.12.12 12:08:00 -
[61] - Quote
MJ Maverick wrote:Sjet Idahon wrote:Hey MJ,
i installed EVEOTS on my Windows vServer but when i try to register an User, an error occurs.
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]
- Sjet - Very strange, haven't heard of that before. I know what it is though. That is basically the API server not responding. Now, this could be a temporary problem at CCPs end in which case just try again later. However it's worth checking with your provider and going over your server settings to see if there is anything that is checking if SSL certificates are valid (CCP seem to have a problem with that from time to time). If there is such an option, disable it.
I had the same issue on my server, even though the certificate should be fine. The error is actually caused in the pheal library (pheal.php) when it tries to establish a connection via curl and checks the certificate. This fails for some reason and throws an exception. For testing purposes I bypassed the certificate check via inserting: curl_setopt (self::$curl, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt (self::$curl, CURLOPT_SSL_VERIFYPEER, 0); at line 324. Well it works now... but that's certainly not a solution to live with ;) |

MJ Maverick
IronPig Sev3rance
20
|
Posted - 2011.12.12 16:54:00 -
[62] - Quote
Unfortunately if it's a Pheal problem then I can't really make a fix, only work around's so if that works for you then good find. :) |

Atock
Paradise Team Stealth Wear Inc.
0
|
Posted - 2011.12.15 18:55:00 -
[63] - Quote
MJ Maverick wrote:Unfortunately if it's a Pheal problem then I can't really make a fix, only work around's so if that works for you then good find. :)
Hehe yeah took me some time ;) But besides that issue it really works perfectly and we finally have a working TS3 right management system for our alliance. |

MJ Maverick
IronPig Sev3rance
20
|
Posted - 2011.12.15 22:06:00 -
[64] - Quote
Glad to of helped. :)
Don't forget to Like the OP. |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.08 01:47:00 -
[65] - Quote
Atock wrote:MJ Maverick wrote:Sjet Idahon wrote:Hey MJ,
i installed EVEOTS on my Windows vServer but when i try to register an User, an error occurs.
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]
- Sjet - Very strange, haven't heard of that before. I know what it is though. That is basically the API server not responding. Now, this could be a temporary problem at CCPs end in which case just try again later. However it's worth checking with your provider and going over your server settings to see if there is anything that is checking if SSL certificates are valid (CCP seem to have a problem with that from time to time). If there is such an option, disable it. I had the same issue on my server, even though the certificate should be fine. The error is actually caused in the pheal library (pheal.php) when it tries to establish a connection via curl and checks the certificate. This fails for some reason and throws an exception. For testing purposes I bypassed the certificate check via inserting: curl_setopt (self::$curl, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt (self::$curl, CURLOPT_SSL_VERIFYPEER, 0); at line 324. Well it works now... but that's certainly not a solution to live with ;)
This is what I need but I'm not sure where to put it. I open pheal.php but the formatting is all nuts and I don't have a line 324. Can you tell me what comes before and after the needed input?
Thanks,
Yegar
Nevermind.. I got Notepad ++ :) |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.08 02:05:00 -
[66] - Quote
I got past the SSL issue (also hosting on a windows machine) and am now getting:
Quote:An error occured: API Date could not be read / parsed, original exception: String could not be parsed as XML [117]
This happens when trying to register my alt.
I verified the character ID in config.php for the API connection test. I even reverted back to yours as this is the instruction in the errors section of the read-me.
Thanks,
Yegar |

MJ Maverick
IronPig Sev3rance
21
|
Posted - 2012.01.08 04:05:00 -
[67] - Quote
Theoretically, if this link is working. All should be good with the API service : http://api.eveonline.com/eve/CharacterID.xml.aspx?&names=MJ%20Maverick
Does this error only occur with your alt? How old is your alt and what version of PHP are you running? |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.08 04:10:00 -
[68] - Quote
It happens with any char... because it isn't getting to that point. SO I commented out all of the API server test stuff in index.php and can now enter a character. I submit and get an error 500 like the code is broken... BUT.. if I do little things like put a space in the API key then it kicks back the appropriate error for a space (interesting)
Anyhow, thanks for the reply, any help is appreciated. The error is occurring at the API server "ping" (as I interpret it)
Yegar |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.08 04:11:00 -
[69] - Quote
That link starts with Quote:This XML file does not appear to have any style information associated with it. The document tree is shown below
Does that mean anything? |

MJ Maverick
IronPig Sev3rance
21
|
Posted - 2012.01.08 16:27:00 -
[70] - Quote
Is the PHP extension "php_openssl.dll" enabled?
http://php.net/manual/en/install.windows.extensions.php extension=php_openssl.dll |
|

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.08 20:10:00 -
[71] - Quote
Yes, and the associated .dll is present. |

MJ Maverick
IronPig Sev3rance
21
|
Posted - 2012.01.08 22:14:00 -
[72] - Quote
Unfortunately with that error it is almost certainly something not configured right on your server. I've been Google'ing and there's a hundred and one reasons this could happen. As I don't know how your server is configured it would be for more constructive for you to do it.
Google the original PHP error: "String could not be parsed as XML" |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.08 23:35:00 -
[73] - Quote
MJ Maverick wrote:Unfortunately with that error it is almost certainly something not configured right on your server. I've been Google'ing and there's a hundred and one reasons this could happen. As I don't know how your server is configured it would be for more constructive for you to do it.
Google the original PHP error: "String could not be parsed as XML"
I'm terribly uneducated on this stuff.. but love figureing it out. Can you provide a bit of a translation? What string is being parsed in that section of code? Is it the charID or character name or both? |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.09 00:15:00 -
[74] - Quote
Ok.. so maybe a connection error between my server and the API server?
I commented out the API server check again and this time the code advances to the "make sure API is for the account and has no expiry" and fails there on line 162.
Now this raises a question because I disabled the SSL stuff using the two lines of code suggested above, but the site still reaches out to the https API server.... does that matter? |

MJ Maverick
IronPig Sev3rance
21
|
Posted - 2012.01.09 01:15:00 -
[75] - Quote
This is what the server is failing to parse at line 117: http://api.eveonline.com/eve/CharacterInfo.xml.aspx?&characterID=935338328
It is failing to read that XML, or interpret it at least. I bet 162 fails for the same reason, whenever XML needs parsing your server hits a brick wall. I'm sorry I can't be of more help but I think this one is definitely one you should raise with your host. They will know far more about your server setup than me. :/ |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.09 01:17:00 -
[76] - Quote
MJ Maverick wrote:This is what the server is failing to parse at line 117: http://api.eveonline.com/eve/CharacterInfo.xml.aspx?&characterID=935338328It is failing to read that XML, or interpret it at least. I bet 162 fails for the same reason, whenever XML needs parsing your server hits a brick wall. I'm sorry I can't be of more help but I think this one is definitely one you should raise with your host. They will know far more about your server setup than me. :/
Unfortunately I am my host :)
I guess I'm not getting out of this for free :(
Thank you for your time though! |

MJ Maverick
IronPig Sev3rance
21
|
Posted - 2012.01.09 04:59:00 -
[77] - Quote
mail me a link to your php.ini and I'll have quick look to see if there is anything obvious. |

ArtjomN
Desperate Venture Company Darkspawn.
0
|
Posted - 2012.01.11 09:44:00 -
[78] - Quote
In cron.php After line you need too add $errors = false; or you will get PHP Notice: Undefined variable: errors in /usr/local/www/apache22/data/eveots/cron.php on line 212 |

MJ Maverick
IronPig Sev3rance
21
|
Posted - 2012.01.11 22:44:00 -
[79] - Quote
Ahh the joys of Schizophrenia mode. Fixed in 1.8 |

Yegar
SunKing Seneschals Reciprocal Aegis
0
|
Posted - 2012.01.14 02:13:00 -
[80] - Quote
So.. wow..
I transferred everything to my corps host.. which immediately cured my current issue. Of course I had to troubleshoot some connection issues to get back to my home SQL server, got that. Then the site was making it all the way to attempting to connect to the TS server. While trouble shooting the serverquery the site somehow reverted to the 117 error.... ouch.
I'm still troubleshooting... just thought I'd give an update.
__edit__
Just tried again and the 117 cleared itself up. Getting connection refused (F10) |
|

Enkki
Hemorrhagic Visions The Falling Darkness
0
|
Posted - 2012.01.16 01:10:00 -
[81] - Quote
Hey I have installed this for a corp and all working fine apart from one member that cant register as his name contains '
When the script runs to verify the api it is rejected as it has added a / before the '.
Is there anyway to fix this or will the corp member just have to register an alt with the same name without the '? |

MJ Maverick
IronPig Sev3rance
21
|
Posted - 2012.01.16 01:47:00 -
[82] - Quote
I'm going to need the full error and/or text that is displayed. Also is he a blue or a corp member? The problem most likely isn't the ' as EVEOTS has no problem with them. It is just printing his name as EVEOTS uses it, with a \ which is perfectly fine. |

Enkki
Hemorrhagic Visions The Falling Darkness
0
|
Posted - 2012.01.16 23:13:00 -
[83] - Quote
Sorry for the late reply finally got the full error message
Character: Sephrina D\'an
An error occured: Make sure you have entered your character name correctly. (Error: Invalid or missing list of names.) [195] |

MJ Maverick
IronPig Sev3rance
22
|
Posted - 2012.01.16 23:23:00 -
[84] - Quote
Enable Debug Mode and Evemail me the new messages. I think I know what may be wrong.
I'll need ALL the messages printed on the page. Feel free to censor out the API if you want, makes no difference. |

Enkki
Hemorrhagic Visions The Falling Darkness
0
|
Posted - 2012.01.16 23:38:00 -
[85] - Quote
Debug: Running: Teamspeak 3 PHP Framework version: 1.1.5-beta
API Connection was established.
Checking... Character: Sephrina D\'an Debug: Key ID: Debug: vCode:
An error occured: Make sure you have entered your character name correctly. (Error: Invalid or missing list of names.) [195]
This is everything from the page that was text. with the api codes removed |

MJ Maverick
IronPig Sev3rance
22
|
Posted - 2012.01.16 23:57:00 -
[86] - Quote
Ok, replace index.php with this one, tell me what it outputs. Replace it with your old index.php after. www.sev3rance.com/mav/index.zip
Do you have magic quotes turned on in your php.ini? |

Enkki
Hemorrhagic Visions The Falling Darkness
0
|
Posted - 2012.01.17 00:09:00 -
[87] - Quote
API Connection was established.
Sephrina D\'an 122 Sephrina D\'an 139 Sephrina D\'an 147 Checking... Character: Sephrina D\'an
Sephrina D\'an 183 Sephrina D\'an 186 An error occured: Make sure you have entered your character name correctly. (Error: Invalid or missing list of names.) [201]
Magicquotes was turned off but i have now enabled it
thanks so much for this help donation will be on the way once my corp has some isk to spend |

MJ Maverick
IronPig Sev3rance
22
|
Posted - 2012.01.17 00:30:00 -
[88] - Quote
No problem and thanks. :)
I'm pretty sure this is caused by magic quotes being turned ON. As a work around if you are still getting it when turned off (probably have to reboot Apache) you can try this:
Underneath line 121, create a new line so the code is like this:
Quote: 121:$inputName = trim($_POST["inputName"]); 122:$inputName = stripslashes($inputName); 123:$inputID = trim($_POST["inputID"]);
Do the same under line 409:
Quote: 409:$nickname = $_POST["nickname"]; 410:$nickname = stripslashes($nickname); 411:$usergroup = $_POST["usergroup"]
|

Enkki
Hemorrhagic Visions The Falling Darkness
0
|
Posted - 2012.01.17 00:39:00 -
[89] - Quote
Thanks so much that has fixed the issue.
I thought it might have been stripslashes was needed once I started to read about magic quotes but as I know feck all about php had no idea where I would need to put it.
Will be winging a donation your way as soon as my isk supply recovers. |

MJ Maverick
IronPig Sev3rance
22
|
Posted - 2012.01.17 00:40:00 -
[90] - Quote
Hehe, much appreciated and glad to of helped. Enjoy EVEOTS. |
|

bastrian
Delta Industries Wing of Judgement
33
|
Posted - 2012.01.17 11:40:00 -
[91] - Quote
Just found the solution for that 'ssl certificate problem verify that the ca cert is ok' error. It's just a temp fix but it works.
Adding in the Pheal.php after line 320 a new line with this: curl_setopt(self::$curl, CURLOPT_SSL_VERIFYPEER, false); will stop the certificate verification. |

Grissom Wife
Global Dynamics Production En Garde
0
|
Posted - 2012.01.29 12:42:00 -
[92] - Quote
Need some support
In Admin pannel some thing goes wrong: members which registered are not showing in members audit, but it shows this
[quoteWarning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /var/www/ruugsmir/data/www/auth.globaldynamic.ru/admin/admin_panel.php on line 601 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /var/www/***r/data/www/***/admin/admin_panel.php on line 603 Registered members. 0 Excluding blues.
Back | Next 2 / 0 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /var/www/***/data/www/***/admin/admin_panel.php on line 640 Database ID Back | Next][/quote]
Also on login page to admin pannel in first line i can see: Notice: Use of undefined constant EVEOTSusername - assumed 'EVEOTSusername' in /var/www/***/data/www/***/admin/index.php on line 3
Also, on user registration page, i see such warnings
Quote:Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /var/www/***/data/www/***/functions.php on line 66 Debug: Database ID: 3 |

MJ Maverick
IronPig Sev3rance
24
|
Posted - 2012.01.29 20:00:00 -
[93] - Quote
To be honest Grissom I'm surprised anything is working at all.
Either: You haven't installed the database when you installed EVEOTS. Your database is monstrously messed up. You have upgraded from an old version (pre 1.7) and not upgraded your database and perged your user list, and your database is horribly messed up. Or your database details are incorrect (unlikely though).
You're best doing a fresh install. Including a wipe of Teamspeak registrations (just create a duplicate group and use that as the new registration group and delete the old one). |

Argus Enigmatus
Dark Rising Shadow NEM3SIS.
0
|
Posted - 2012.01.31 06:44:00 -
[94] - Quote
I've installed your Tool
it is working nice with one exception
as soon as a member sends his api
it ends up like this:
API Connection was established.
Checking... Character: XXXXXXXXX
You are on our alliance whitelist
and nothing more happens
any kind of ideas?
Cheers |

MJ Maverick
IronPig Sev3rance
24
|
Posted - 2012.01.31 18:56:00 -
[95] - Quote
Turn on debug, then what does it say? |

Hired Assasin
Black Aces Against ALL Authorities
34
|
Posted - 2012.02.02 17:38:00 -
[96] - Quote
Argus Enigmatus wrote:I've installed your Tool
it is working nice with one exception
as soon as a member sends his api
it ends up like this:
API Connection was established.
Checking... Character: XXXXXXXXX
You are on our alliance whitelist
and nothing more happens
any kind of ideas?
Cheers
you did set what group they join right? Teamspeak 3 with API and Web Interface Hosting : http://alturl.com/asde8
Catch me on EVE Gate, im allmost always on it! Sign up for C&C Red Alert Tournament and win ISK! : http://alturl.com/g3k8y |

Hired Assasin
Black Aces Against ALL Authorities
34
|
Posted - 2012.02.03 16:01:00 -
[97] - Quote
Added a little feature to the register page so you can select country
so when a person is registering they select their country and the script registers them to the country they selected like so: here Teamspeak 3 with API and Web Interface Hosting : http://alturl.com/asde8
Catch me on EVE Gate, im allmost always on it! Sign up for C&C Red Alert Tournament and win ISK! : http://alturl.com/g3k8y |

White Aerosmith
State War Academy Caldari State
5
|
Posted - 2012.02.13 11:01:00 -
[98] - Quote
Quote:**** of The Scope is not in the alliance or corp whitelists, trying to remove their access... Warning: Failed to remove access.*** (Error: invalid clientID) [113]
Where should i search for bug? |

Hired Assasin
Black Aces Against ALL Authorities
35
|
Posted - 2012.02.13 11:09:00 -
[99] - Quote
White Aerosmith wrote:Quote:**** of The Scope is not in the alliance or corp whitelists, trying to remove their access... Warning: Failed to remove access.*** (Error: invalid clientID) [113] Where should i search for bug?
not sure what it could mean with invalid clientID, has he still got access? he might of been deleted from the teamspeak database thus for the invalidID, but not sure really. Teamspeak 3 with API and Web Interface Hosting with Member Rewards!!-á: http://alturl.com/asde8 Catch me on EVE Gate, im allmost always on it!
|

White Aerosmith
State War Academy Caldari State
5
|
Posted - 2012.02.13 12:13:00 -
[100] - Quote
it was deleted from TS DB, but stay in tool db... |
|

Hired Assasin
Black Aces Against ALL Authorities
35
|
Posted - 2012.02.13 12:16:00 -
[101] - Quote
yeah as far as im aware the program doesn't check the database for current clients. so if you manually delete from the teamspeak database you would need to manually delete from the API database Teamspeak 3 with API and Web Interface Hosting with Member Rewards!!-á: http://alturl.com/asde8 Catch me on EVE Gate, im allmost always on it!
|

MJ Maverick
IronPig Sev3rance
61
|
Posted - 2012.02.13 18:55:00 -
[102] - Quote
Correct. You should never manually fiddle with the TS Database or the EVEOTS Database unless you absolutely know what you are doing and keep them sync'd. Use the admin panel or let the cron do it's work.
The invalid ID error was the cron trying to delete someone you already deleted or otherwise disappeared from the Teamspeak Database. To make sure no further damage was done it didn't change anything and just gave you the error.
MJ |

KIARiley
Pioneer's of the Galantic Wars
0
|
Posted - 2012.02.24 21:55:00 -
[103] - Quote
Hi
we seem to be having some issue with char's that have ' in the name it is coming through as Y\'atolila Yatolila when trying to use eveots, any one know how to fix this.
Many Thanks
KIARiley |

MJ Maverick
IronPig Sev3rance
64
|
Posted - 2012.02.25 17:38:00 -
[104] - Quote
EVEOTS has no problems registering people with a ' in their name. Where are you seeing that?
There is a glitch where I accidentally made it print a "safe" version of the characters name which it uses. But it should ask you to join without the \. |

KIARiley
Pioneer's of the Galantic Wars
0
|
Posted - 2012.02.26 21:33:00 -
[105] - Quote
Hi
its when they goto step 2 then we get An error occured: Make sure you have entered your character name correctly. (Error: Invalid or missing list of names.) [195] Character: J\'Poll
Thanks
Riley |

MJ Maverick
IronPig Sev3rance
64
|
Posted - 2012.02.27 00:02:00 -
[106] - Quote
That's the glitch where you see the \. It is not an error though.
Is the account recently reactivated? Basically the CCP API server is not providing a list of names on that account for some reason. Have you tried it since? Sometimes the API server just trips up. |

KIARiley
Pioneer's of the Galantic Wars
0
|
Posted - 2012.02.27 05:51:00 -
[107] - Quote
Hi there
i beleieve the account is a reasonable old one, so not sure what is going on.
Regards
Riley |

Priscilla Lyons
Orbital Systems Solutions Tactical Nuke
0
|
Posted - 2012.03.08 19:24:00 -
[108] - Quote
Did you get a reply from Hired Assasin on this topic?
"You are charging for my registration system and on top of that there have been numerous cases of you providing no credit. I would politely ask you to either stop this immediately or contact me regarding an arrangement."
Does this mean we need to pay ISK for your registration system? |

MJ Maverick
IronPig Sev3rance
64
|
Posted - 2012.03.10 03:33:00 -
[109] - Quote
You don't need to pay anything for my system. Assassin is charging people for it and that's my problem.
We haven't sorted the issue yet. |

KongGal
x13 Raiden.
2
|
Posted - 2012.03.26 07:56:00 -
[110] - Quote
im looking for a way to disable Corp / alliance ticker when you register so like you are getting told to set your name to X13 KongGal it would just be KongGal since our Permissions are set up with ticker and also it say that x13 is X13 so how can i do so it aint capital letter the first in ticker |
|

Hired Assasin
Black Aces Against ALL Authorities
35
|
Posted - 2012.03.26 09:24:00 -
[111] - Quote
KongGal wrote:im looking for a way to disable Corp / alliance ticker when you register so like you are getting told to set your name to X13 KongGal it would just be KongGal since our Permissions are set up with ticker and also it say that x13 is X13 so how can i do so it aint capital letter the first in ticker
you will really need to go into the script and modify it, if you are using the crons you would also need to modify them aswell. but once you tinker with it you can get it working the way you want. Teamspeak 3 with API and Web Interface Hosting with Member Rewards!!-á: http://alturl.com/asde8 Catch me on EVE Gate, im allmost always on it!
|

KongGal
x13 Raiden.
2
|
Posted - 2012.03.26 09:52:00 -
[112] - Quote
Hired Assasin wrote:KongGal wrote:im looking for a way to disable Corp / alliance ticker when you register so like you are getting told to set your name to X13 KongGal it would just be KongGal since our Permissions are set up with ticker and also it say that x13 is X13 so how can i do so it aint capital letter the first in ticker you will really need to go into the script and modify it, if you are using the crons you would also need to modify them aswell. but once you tinker with it you can get it working the way you want.
What files would be needed to be edited |

MJ Maverick
IronPig Sev3rance
65
|
Posted - 2012.03.26 14:16:00 -
[113] - Quote
Be very careful when you do this. You can cause a lot of trouble if you don't know what you are doing.
X13 is your ticker, not x13, that is your corps name.
First, remove bot.php from any cron jobs in your servers schedule.
Now, the tricky bit. Go into the admin panel and edit ALL the members (Raiden. lol) and enter their new name without any tickers.
Edit index.php and where ever you see code like:
Quote: $nickname = $corpTicker." ".$c->spacer." ".$character;
Remove remove anything before "$character" ONLY where $character is stated (6 times in all, use Ctrl+F and search "$nickname") to look like this:
Quote: $nickname = $character;
Finally you can re-enable any cron job schedule and pray you did it right. |

KongGal
x13 Raiden.
2
|
Posted - 2012.03.26 18:22:00 -
[114] - Quote
MJ Maverick wrote:Be very careful when you do this. You can cause a lot of trouble if you don't know what you are doing. X13 is your ticker, not x13, that is your corps name. First, remove bot.php from any cron jobs in your servers schedule. Now, the tricky bit. Go into the admin panel and edit ALL the members (Raiden. lol) and enter their new name without any tickers. Edit index.php and where ever you see code like: Quote: $nickname = $corpTicker." ".$c->spacer." ".$character;
Remove remove anything before "$character" ONLY where $character is stated (6 times in all, use Ctrl+F and search "$nickname") to look like this: Quote: $nickname = $character;
Finally you can re-enable any cron job schedule and pray you did it right.
Yep that did it Is there a way to predefine the password for the server in the config to be informed to accepted players in step 2?
since i have a password on my server and they are yelling at me since they cant connect since when the press the connect link then it just ask for a password that was not provided
|

MJ Maverick
IronPig Sev3rance
66
|
Posted - 2012.03.27 00:59:00 -
[115] - Quote
You can, but I did it that way to be more secure. You are taking risks otherwise, the password is there for the world to see for anyone with the slightest know-how. |

Karnhell
BOAE INC GIANTSBANE.
1
|
Posted - 2012.03.27 04:03:00 -
[116] - Quote
Error: Your API must be an account API (Character: All), not a character API. Please update your API key.
Is there any reason why an "ALL" API key is required? Can it be changed so that people submitting their API's aren't giving out the names of all their alts as well? |

Linus Crolkish
Industrial Solution Shadow of Honor
0
|
Posted - 2012.04.11 20:22:00 -
[117] - Quote
Works like a charm - customized the UI and added functionality to add groups named after the respective corporation.
Great piece of code!
-Linus |

MJ Maverick
IronPig Sev3rance
77
|
Posted - 2012.04.12 00:31:00 -
[118] - Quote
Looks great Linus. I love to see what people can do with EVEOTS and am always pleasantly surprised! It's the main reason I made it as easy to mod as I could, keeping the code simple. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Karnhell
BOAE INC GIANTSBANE.
1
|
Posted - 2012.04.14 21:59:00 -
[119] - Quote
Karnhell wrote:Error: Your API must be an account API (Character: All), not a character API. Please update your API key.
Is there any reason why an "ALL" API key is required? Can it be changed so that people submitting their API's aren't giving out the names of all their alts as well?
bump for answer please |

Linus Crolkish
Industrial Solution Shadow of Honor
0
|
Posted - 2012.04.14 22:01:00 -
[120] - Quote
Karnhell wrote:Karnhell wrote:Error: Your API must be an account API (Character: All), not a character API. Please update your API key.
Is there any reason why an "ALL" API key is required? Can it be changed so that people submitting their API's aren't giving out the names of all their alts as well? bump for answer please
Because EVEOTS collects all characters bound to a single account to get rid of duplicate entries. |
|

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

Az'Kagoth
Sons Of 0din Fatal Ascension
39
|
Posted - 2012.07.23 15:09:00 -
[151] - Quote
Getting this error, worked perfectly until today.
Quote:An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 0 bytes received [117]
or sometimes
Quote:An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 0 bytes received [254]
As per the manual, I've checked character TEST ID and everything for error 117 and even used the default given one, this does not make a difference. |

MJ Maverick
IronPig Sev3rance
91
|
Posted - 2012.07.24 18:57:00 -
[152] - Quote
This happens sometimes when the API server doesn't respond. It's no biggy really and nothing I can stop. It tends to be quite rare.
If you are always getting it though (you've tried again after a few minutes) then you may have a problem with your server firewall/port setup.
At the time of posting this the API server is fine. [EVEOTS] Eve Online Teamspeak 3 API Registration |

farraguat
Derp Herders TEMNAVA
6
|
Posted - 2012.08.07 21:03:00 -
[153] - Quote
is there anything like this for openfire |

MJ Maverick
IronPig Sev3rance
91
|
Posted - 2012.08.09 02:26:00 -
[154] - Quote
Not that I've heard of. [EVEOTS] Eve Online Teamspeak 3 API Registration |

robo tim
2
|
Posted - 2012.08.28 03:00:00 -
[155] - Quote
Hi need a little help
Quote:Warning: mysql_connect() [function.mysql-connect]: Access denied for user '*********'@'localhost' (using password: YES) in /home/******/public_html/tsauth/admin/login.php on line 17 Could not connect: Access denied for user '******'@'localhost' (using password: YES) [L19]
I checked the config file and everything is correct, no typos, no errors, nothing. Then when i try to log into the admin panel i get this message. This is a fresh install.
Any help would be great thanks |

MJ Maverick
IronPig Sev3rance
93
|
Posted - 2012.08.28 15:55:00 -
[156] - Quote
Are you including your domain prefix in your user/database fields in config.php?
e.g. ether_database ether_DBuser should work.
database DBuser will NOT work. [EVEOTS] Eve Online Teamspeak 3 API Registration |

robo tim
2
|
Posted - 2012.08.28 16:11:00 -
[157] - Quote
yes i am, i just stared it out for security reason :D
*fixed* wrong password :) |

MJ Maverick
IronPig Sev3rance
93
|
Posted - 2012.08.28 19:00:00 -
[158] - Quote
Haha :D [EVEOTS] Eve Online Teamspeak 3 API Registration |

MillerUk
Euphoria Released Verge of Collapse
1
|
Posted - 2012.09.01 08:04:00 -
[159] - Quote
farraguat wrote:is there anything like this for openfire
Yes i have tweaked this to work for Openfire mail or convo me in game and ill sort you out |

Manhim
Cyan Ventures Ironworks Coalition
0
|
Posted - 2012.09.11 18:43:00 -
[160] - Quote
Do you have any public repository of this? I would take a look and probably put in some code too (If you don't mind). |
|

MJ Maverick
IronPig Sev3rance
93
|
Posted - 2012.09.11 19:14:00 -
[161] - Quote
No repository atm no, there is a version in the works with a hefty change list. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Manhim
Cyan Ventures Ironworks Coalition
0
|
Posted - 2012.09.11 20:27:00 -
[162] - Quote
A github or something similar would be nice to have so I could easily fork it and pass pull requests :)
Keep me updated if you ever put one up. |

S Tein
SKULLDOGS Unclaimed.
6
|
Posted - 2012.10.11 09:35:00 -
[163] - Quote
MJ any news on an update?
at the moment i get the following:
Quote:Debug: Running: Teamspeak 3 PHP Framework version: 1.1.5-beta
API Connection was established.
Checking... Character: S Tein Debug: Key ID: ***REMOVED**** Debug: vCode: ***REMOVED****
Debug: Character ID: ***REMOVED****
Debug: Character List: Debug: S Tein [***REMOVED****]
Debug: API verified.
You are not allowed to register on this server.
i checked serverQuery logins etc and still no joy:
my config.php
Quote:class Config { // Administrators character public $admin = "S Tein"; // Database ID of the ROOT admin (from "admins" table), this admin cannot be deleted by a rogue ****. Make it your ID. public $adminID = 4; // Teamspeak 3 Server Query Information (REQUIRED) public $tshost = "REMOVED"; public $tsname = "EVEOTS"; public $tspass = "K4UDEEzY"; public $tsport = "10004"; //ServerQuery Port public $tscport = "9998"; //TeamSpeak client port // Database Information (REQUIRED) public $db_host = "REMOVED.db.1and1.com"; public $db_user = "dbo436029880"; public $db_pass = "REMOVED"; public $db_name = "REMOVED"; // API Connection Testing Information (REQUIRED) - TESTID and TESTname MUST be the characterID and characterName of the SAME character respectively public $TESTID = 525193480; public $TESTname = "S Tein"; // Your alliance/corp name public $ourname = "Unclaimed."; // Debug Mode? (true/false) public $verbose = true; // Teamspeak 3 group for alliance/corp members public $group = 5; // Teamspeak 3 group for people on the whitelist but not in your alliance/corp public $bluegroup = 6; // Banner Image public $banner = "images/banner.jpg"; // Optional ticker spacers. - Example: For "IRNP | MJ Maverick" use "|". public $spacer = "|"; }
i got the following: public $tsport = "10004"; //ServerQuery Port public $tscport = "9998"; //TeamSpeak client port
after i spoke with my TS host at clanForge.
can u help me out please? |

Nicolle Arwen
Romania Elite Happy Cartel
0
|
Posted - 2012.10.22 12:56:00 -
[164] - Quote
hi MJ Maverick !
An error occured: Make sure you have entered the character name correctly. (Error: API Date could not be read / parsed, original exception: String could not be parsed as XML) [A275]
I erroarea when I next want to add section: Add Administrator
Sincerely, Nicole
|

ToXicPaIN
Souls of Steel Test Alliance Please Ignore
39
|
Posted - 2012.10.27 19:30:00 -
[165] - Quote
Hy
got the same problem
when i try to add one admin
An error occured: API Date could not be read / parsed, original exception: String could not be parsed as XML [A359]
and when i try to run the cron.php i get this error:
API Connection could not be established. An error occured probably due to the API server being down or taking too long to respond. Error: API Date could not be read / parsed, original exception: String could not be parsed as XML [C29]
|

Troy Aihaken
Stargate Systems Zombie Ninja Space Bears
5
|
Posted - 2012.10.27 21:05:00 -
[166] - Quote
you need to update the pheal config file located in the pheal directory with the new https:// settings :)
Hi Toxic :) EVE ONLINE WEBSITES AVAILABLE:-á-á http://eveonlinewebsites.tk Forums, Killboards, CMS, and Other cool online apps.
|

ToXicPaIN
Souls of Steel Test Alliance Please Ignore
39
|
Posted - 2012.10.28 08:39:00 -
[167] - Quote
Troy Aihaken wrote:you need to update the pheal config file located in the pheal directory with the new https:// settings :)
Hi Toxic :)
Hy Troy
tnx 4 help m8 it works now again
in phealconfig.php
public $api_base = "https://api.eveonline.com/";
thats the line
|

MJ Maverick
IronPig Sev3rance
95
|
Posted - 2012.10.28 20:43:00 -
[168] - Quote
Sorry for taking so long people, had a... lot, on my plate  S Tein, read the first couple pages of the thread, that is a FAQ.
Version 1.8 is up and ready! Any kind donations as always are very much appreciated :)
=== v1.8 === Added a java popup that sheds some light on how to setup your key. (?) You can now safely remove peoples access manually from the admin panel. Encoded the nickname in the "auto-connect" link to work more universally and fixed a typo. Vastly reduced errors caused by blues joining your corp/alliance. Fixed some admin panel bugs. Forced Pheal to ignore SSL verification by default, it was causing too many problems for people. Search function added to Audit Members. Teamspeak 3 Library updated (bug fixes, especially for people with a / in their Unique ID). Fixed a problem deleting old registrations when registering that would cause errors and redundant records. Now compatible with PHP versions >5.4. bot.php now makes an exception for people that have a "1" on the end of their name because they momentarily lost connection. Password option for auto-connect. Better exception handling in cron.php. Discrepancies! A very powerful, lightweight and useful tool to eliminate redundant entries. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Nicolle Arwen
EVE-RO Fidelas Constans
0
|
Posted - 2012.11.03 20:09:00 -
[169] - Quote
hi !
After update works perfectly !
Tks . |

Terra Codie
Circle-of-Loyalty Backup Circle-Of-Loyalty
0
|
Posted - 2012.11.10 10:41:00 -
[170] - Quote
Hello,
Since a short time ill get this error inside the Admin Panel: An error occured: API Date could not be read / parsed, original exception: String could not be parsed as XML [A359]
I changed nothing but still this Error comes up while ill try to add Corporations or Alliances. What could be the Problem?
Please help... |
|

Az'Kagoth
Sons Of 0din Dark Therapy
40
|
Posted - 2012.11.18 23:58:00 -
[171] - Quote
For 3 days now, getting
Quote:An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 1726974 bytes received
on any API calls EVEOTS does.
I know this is a pheal error, but does anyone have a clue how to fix this?
Running latest version of EVEOTS, with the previously mentioned PhealConfig.php fix.
It's previously worked without issues for the last months. There is no connection problems between the server and the CCP API server as other API software on the server runs without any problems. |

MJ Maverick
IronPig Sev3rance
96
|
Posted - 2012.11.19 18:05:00 -
[172] - Quote
Check the link in the OP to see if the API server is actually up or healthy. If it takes a long time to load or not at all then CCP may be having problems or being DDOS'd again.
So far every time I have seen it, it was due to the API server not responding. Hence I haven't looked into it. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Randunip
eHarmony Inc. Brushie Brushie Brushie
0
|
Posted - 2012.11.30 23:23:00 -
[173] - Quote
Eves actually updated there API to SSL only. PHPBB forum add on for eve Reg needed to be updated to accept the new API. Thats why that error is occuring. This is something your gonna need to look into or this awesome little tool will no longer work.
Rand |

real spacer
Infinite Improbability Inc Mordus Angels
1
|
Posted - 2012.12.01 05:36:00 -
[174] - Quote
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 96 bytes) in /pheal/PhealRowSet.php on line 52
Any ideas? |

MJ Maverick
IronPig Sev3rance
97
|
Posted - 2012.12.03 03:22:00 -
[175] - Quote
Depends where and when you see it.
Can anyone getting the SSL problem please report it. EVEOTS was switched to https:// quite a while ago. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Elesil Daelwon Taranogas
Deep Core Mining Inc. Caldari State
0
|
Posted - 2013.01.08 21:51:00 -
[176] - Quote
I have that Problem :(
A user would like to sign up and then get the error message API is okay
Quote:An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 0 bytes received [245]
EVEOTS is up to date
greeting |

MJ Maverick
IronPig Sev3rance
98
|
Posted - 2013.01.09 14:54:00 -
[177] - Quote
On every person? [EVEOTS] Eve Online Teamspeak 3 API Registration |

Elesil Daelwon Taranogas
Deep Core Mining Inc. Caldari State
0
|
Posted - 2013.01.09 19:52:00 -
[178] - Quote
yes on all in Alliance  |

MJ Maverick
IronPig Sev3rance
98
|
Posted - 2013.01.10 00:06:00 -
[179] - Quote
PHP version and cURL ok? Check with your provider if there would be any reason you can't pull in data from another server. Definitely working for me.
Is it step 2 it's failing on? [EVEOTS] Eve Online Teamspeak 3 API Registration |

0mni Ca
Big Diggers Trifectas Syndicate
9
|
Posted - 2013.02.04 15:56:00 -
[180] - Quote
Great script, just have a few issues w/ the cron.
Getting these consistently about 5+ times a day:
API Connection could not be established. An error occured probably due to the API server being down or taking too long to respond. Error: API Date could not be read / parsed, original exception: Operation timed out after 10001 milliseconds with 0 bytes received [C29]
and
Warning: Failed to contact API CharacterInfo regarding character "IDIG- XXXXXXXX". (Error: API Date could not be read / parsed, original exception: Operation timed out after 10002 milliseconds with 0 bytes received) [C60] Warning: Failed to contact API CharacterInfo regarding character "IDIG-XXXXXXX". (Error: API Date could not be read / parsed, original exception: Operation timed out after 10002 milliseconds with 0 bytes received) [C60] WARNING: Job completed with errors: 4th of February 2013 3:40pm GMT
Any thoughts ? |
|

0mni Ca
Big Diggers Trifectas Syndicate
9
|
Posted - 2013.02.04 19:21:00 -
[181] - Quote
0mni Ca wrote:Great script, just have a few issues w/ the cron.
Getting these consistently about 5+ times a day:
API Connection could not be established. An error occured probably due to the API server being down or taking too long to respond. Error: API Date could not be read / parsed, original exception: Operation timed out after 10001 milliseconds with 0 bytes received [C29]
and
Warning: Failed to contact API CharacterInfo regarding character "IDIG- XXXXXXXX". (Error: API Date could not be read / parsed, original exception: Operation timed out after 10002 milliseconds with 0 bytes received) [C60] Warning: Failed to contact API CharacterInfo regarding character "IDIG-XXXXXXX". (Error: API Date could not be read / parsed, original exception: Operation timed out after 10002 milliseconds with 0 bytes received) [C60] WARNING: Job completed with errors: 4th of February 2013 3:40pm GMT
Any thoughts ? I believe it may have had issues because of the outdated Pheal. The version that came with the package was:
public static $version = "0.0.14-dev";
But I updated to version:
public static $version = "0.1.8";
I will let you know if this fixes my problems.
EDIT: I also update the TeamSpeak3 framework.
Version 1.1.12 was installed, but I updated to 1.1.18 |

MJ Maverick
IronPig Sev3rance
98
|
Posted - 2013.02.07 03:54:00 -
[182] - Quote
That Framework and Pheal [packaged with EVOTS] has been tested and approved to work with EVEOTS.
The errors you are experiencing are simply CCP not keeping up when you thrash them with queries. It happens, but instead of make the user unaware of this or letting the script die in a fire; it just tells you it's happened and carries on. It's very rarely the same people twice. So nothing to worry about. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Elesil Daelwon Taranogas
Deep Core Mining Inc. Caldari State
0
|
Posted - 2013.02.10 15:04:00 -
[183] - Quote
Hi@all
That is the New error
if I update with F5 then goes to register.
Debug: Getting your alliance ticker... Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 83 bytes) in .../httpdocs/ts3reg/pheal/PhealRowSet.php on line 52 |

MJ Maverick
IronPig Sev3rance
99
|
Posted - 2013.02.10 16:33:00 -
[184] - Quote
I'm not sure what you mean but it looks like your servers memory limit isn't big enough to handle the alliance list. You should ask your host to allow you more memory. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Ryno Caval
House of Praetor R O G U E
16
|
Posted - 2013.02.11 06:17:00 -
[185] - Quote
Our Alliance is getting the following error
An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 1848372 bytes received (Demanding resource, may be worth trying again) [352]
Any suggestions |

MJ Maverick
IronPig Sev3rance
99
|
Posted - 2013.02.11 13:16:00 -
[186] - Quote
I know I'm asking the obvious but you've made sure this isn't a one off? [EVEOTS] Eve Online Teamspeak 3 API Registration |

Ryno Caval
House of Praetor R O G U E
16
|
Posted - 2013.02.11 17:38:00 -
[187] - Quote
No everyone who has tried to register in the past couple of weeks has been getting this error I'm not sure if it is an error in the script side on the site or if its an error on the CCP side either way its proving a problem since we have had a few new corps join the alliance and the whole corporation hasn't been able to join the TS with permissions making it rather difficult to carry out daily operations |

Ryno Caval
House of Praetor R O G U E
16
|
Posted - 2013.02.11 17:40:00 -
[188] - Quote
i looked up the error code and from what i gather there is an issue with NATing and the site receiving the PING when a SPEEDY PACKET is sent to the site |

MJ Maverick
IronPig Sev3rance
99
|
Posted - 2013.02.11 23:32:00 -
[189] - Quote
First time I've heard of it TBH and no other reports of it. You sure your server has a healthy connection and nothing has changed with your host in the past few days? [EVEOTS] Eve Online Teamspeak 3 API Registration |

Cyerus
Galactic Dominion Eternal Strife
148
|
Posted - 2013.02.12 01:14:00 -
[190] - Quote
Ryno Caval wrote:Our Alliance is getting the following error
An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 1848372 bytes received (Demanding resource, may be worth trying again) [352]
Any suggestions Happens because of instability on CCP's side. Lately the servers haven't been stable (at all), throwing HTTP 500's and time-outs.
Only way to catch this is to use Pheals error handling. Unfortunately Maverick hasn't implemented this yet, and so you see PHP throwing an error that the XML can't be read (as the XML isn't an XML but a blank page or an HTTP 500 server error page).
As a sidenote I should mention that even though Maverick posted a link to verify the API server status in his starting post, you can't use it to guarantee anything. What I mean by that is that the HTTP 500's and time-outs appear randomly and without warning, so one second you'd receive the information you want, while doing the exact request seconds later could yield in an error. |
|

MJ Maverick
IronPig Sev3rance
99
|
Posted - 2013.02.12 21:09:00 -
[191] - Quote
Cyerus wrote: As a sidenote I should mention that even though Maverick posted a link to verify the API server status in his starting post, you can't use it to guarantee anything. What I mean by that is that the HTTP 500's and time-outs appear randomly and without warning, so one second you'd receive the information you want, while doing the exact request seconds later could yield in an error.
This. It should only be used to see if the server is alive, not stable. [EVEOTS] Eve Online Teamspeak 3 API Registration |

medoix
Unified Combatants Pwnasaurus.
1
|
Posted - 2013.02.15 03:34:00 -
[192] - Quote
Ryno Caval wrote:Our Alliance is getting the following error
An error occured: API Date could not be read / parsed, original exception: Operation timed out after 10000 milliseconds with 1848372 bytes received (Demanding resource, may be worth trying again) [352]
Any suggestions
Our TS3 Registration has been working flawlessly for the past few months and has only recently started failing on EVERY attempt with this exact problem. I turned Debugging on and it happens at this point "Debug: Getting your corp ticker..." Any ideas? |

Ryno Caval
House of Praetor R O G U E
16
|
Posted - 2013.02.15 08:35:00 -
[193] - Quote
It looks like CCP finally caught on to the API problem thank to everyone for the help :) |

MJ Maverick
IronPig Sev3rance
100
|
Posted - 2013.02.15 12:48:00 -
[194] - Quote
So all is good with you two? [EVEOTS] Eve Online Teamspeak 3 API Registration |

medoix
Unified Combatants Pwnasaurus.
1
|
Posted - 2013.02.16 01:47:00 -
[195] - Quote
MJ Maverick wrote:So all is good with you two?
I am still have the issue posted above unfortunately. |

cynobirduk
Call For IT
0
|
Posted - 2013.03.10 13:58:00 -
[196] - Quote
Hi!!
With this tool will it revoke access if a member leaves the Alliance/Corp and if so is this set by a cron job and if so what need to run?
Thanks |

MJ Maverick
IronPig Sev3rance
100
|
Posted - 2013.03.10 17:16:00 -
[197] - Quote
Yes, take a look at the readme, all files are explained. [EVEOTS] Eve Online Teamspeak 3 API Registration |

TheCorporal Hakoke
Runners of Jita
0
|
Posted - 2013.03.12 06:19:00 -
[198] - Quote
i have an issue i keep getting this error Error: Could not find you on the server, your nickname should be exactly 'FETTS Ogeko Ronuken'. Either that or you already have permissions. (Error: access to default group is forbidden [F25]) ... when i check i dont have the permission i have set in the config. |

MJ Maverick
IronPig Sev3rance
101
|
Posted - 2013.03.12 21:57:00 -
[199] - Quote
Are one of the permission groups you've set in config.php the default server group? [EVEOTS] Eve Online Teamspeak 3 API Registration |

TheCorporal Hakoke
Runners of Jita
0
|
Posted - 2013.03.14 01:50:00 -
[200] - Quote
No, I don't have those rights, I even uninstalled my team speak, and re-install and tried again, still nothing i even tried by setting a new identity to new name still same issue. |
|

MJ Maverick
IronPig Sev3rance
101
|
Posted - 2013.03.15 00:20:00 -
[201] - Quote
What do you mean you don't have rights? You have to edit the config.php to set up the server. Are you the admin? [EVEOTS] Eve Online Teamspeak 3 API Registration |

TheCorporal Hakoke
Runners of Jita
0
|
Posted - 2013.03.15 07:21:00 -
[202] - Quote
I'm the admin on EVEOTS, i made the changes to the config.php setting the group to be '18' that is a channel group on my teamspeak server. So when i tried from another computer that never signed into teamspeak i go the error F25.....for some reason it think i have the right already but i don't...Once any new person log's into my teamspeak they are automatic are put as a guest. But what i am hoping to slove with your awesome tool is to allow corp members and ally members to have the write that i have setup.
Thank for your help |

MJ Maverick
IronPig Sev3rance
101
|
Posted - 2013.03.17 16:51:00 -
[203] - Quote
I thin I understand, but it sounds like something isn't set right in your config. Look at the readme section for the config.php. Make sure you fully understand what goes in each field.
F25 is failing to find your Teamspeak server. make sure your web server is on the whitelist too. There is a readme for that also. [EVEOTS] Eve Online Teamspeak 3 API Registration |

CrazyKiller6226
She Looked Eighteen Get in the Van.
0
|
Posted - 2013.04.10 21:39:00 -
[204] - Quote
How do I set up for different corps in alliances to get different server groups? Also is there a way I can make it so it doesn't require the ticker to give them server perms as my server groups adds the ticker infront of their name. |

MJ Maverick
IronPig Sev3rance
101
|
Posted - 2013.04.10 22:38:00 -
[205] - Quote
That is not supported but you can mod it in if you know what you're doing.
As for the tickers, see page 2 of this thread. [EVEOTS] Eve Online Teamspeak 3 API Registration |

Jetro Grissom
Global Dynamics Production Trifectas Syndicate
1
|
Posted - 2013.04.30 19:36:00 -
[206] - Quote
Hello, i'm check everything, but all the time getting error A281.... Have no idea what to do here...
Quote:An error occured: Make sure you have entered the character name correctly. (Error: API Date could not be read / parsed, original exception: Couldn't resolve host 'api.eveonline.com') [A281] |

Jetro Grissom
Global Dynamics Production Trifectas Syndicate
1
|
Posted - 2013.05.14 10:51:00 -
[207] - Quote
I fix it 
But now i have different problem. I put my alliance and corp name in conf file:
Quote:config.php [B---] 32 L:[ 4+29 33/ 40] *(1425/1630b) 0010 0x00A */^M class Config {^M <------>// Administrators character, you.^M <------>public $admin = "[G D P] - Jetro Grissom";^M <------>// Database ID of the ROOT admin (from "admins" table), this admin cannot be deleted by a rogue ****. Make it your ID.^M <------>public $adminID = 2<--->;^M <------>// (REQUIRED) Teamspeak 3 Server Query Information^M <------>public $tshost = "www.globaldynamic.ru";^M <------>public $tsname = "eveots";^M <------>public $tspass = "9nrjHAvI";^M <------>public $tsport = "10011"; //ServerQuery Port^M <------>public $tscport = "9987"; //TeamSpeak client port^M <------>// (OPTIONAL) Teamspeak 3 Client Connect Password^M <------>public $tspassword = "";^M <------>// (REQUIRED) Database Information^M <------>public $db_host = "localhost";^M <------>public $db_user = "grissom_ts3";^M <------>public $db_pass = "Kxpos23o";^M <------>public $db_name = "grissom_ts3";^M <------>// (REQUIRED) API Connection Testing Information - TESTID and TESTname MUST be the characterID and characterName of the SAME character respectively. You may use mine.^M <------>public $TESTID = 935338328;^M <------>public $TESTname = "MJ Maverick";^M <------>// (REQUIRED) Your alliance/corp name^M <------>public $ourname = "Trifectas Syndicate/Global Dynamics Production";^M <------>// Debug Mode? (true/false)^M <------>public $verbose = true;^M <------>// (REQUIRED) Teamspeak 3 group for alliance/corp members^M <------>public $group = 10;^M <------>// (REQUIRED) Teamspeak 3 group for people on the whitelist but not in your alliance/corp^M <------>public $bluegroup = 9;^M <------>// Banner Image^M <------>public $banner = "images/banner.jpg";^M <------>// (OPTIONAL) Ticker spacers. - Example: For "IRNP | MJ Maverick" use "|". Leave blank for "IRNP MJ Maverick".^M <------>public $spacer = " - ";^M }^M ?>^M
1Help 2Save 3Mark 4Replac 5Copy 6Move 7Search 8Delete 9PullDn 10Quit
And when i'm trying to register, i'm getting this:
Quote: Debug: Running: Teamspeak 3 PHP Framework version: 1.1.12
API Connection was established.
Checking... Character: HolyShishkabob Debug: Key ID: 1241867 Debug: vCode: E8Ww16M1GQEFePRCTi7ZTXVhBjSaelSULBsys2eWSvKuJNUjsXcIvldZPEIb38PU
Debug: Character ID: 631058178
Debug: Character List: Debug: Lolshto Ivanovich [91120824] Debug: Roksana Babayan [91290564] Debug: HolyShishkabob [631058178]
Debug: API verified.
You are not allowed to register on this server.
Help me to fix it, and btw if i add my corp to blue list, i'm register ok, then just copy paste corp name (for test) to conf file and getting error again) |

Blood Stains
The 12th Legion
1
|
Posted - 2013.05.28 20:55:00 -
[208] - Quote
Ok, so i've downloaded EveTos and have been playing with it attempting too get it working. I've everything setup, but I can not register any users neither can I get a whitelist setup from the admin panel. My config.php is as follows
http://pastebin.com/RNga6yVP
I get the following error when attempting to register any corp mate via EveTos
"You are not allowed to register on this server."
So after some reading I figure maybe this is due too the white list. so I setup my user in the admin panel as per the readme.html then once I attempt to add my corp too the white list I get this error.
Invalid query: Field 'corpAlliance' doesn't have a default value
Can someone please offer me some assistance ? I been slowly working on this for a few days now. and can not find anything in reference too a default value. |
|

CCP Eterne
C C P C C P Alliance
2787

|
Posted - 2013.09.06 10:17:00 -
[209] - Quote
Unlocked per request. EVE Online/DUST 514 Community Representative GÇ+ EVE Illuminati GÇ+ Fiction Adept
@CCP_Eterne GÇ+ @EVE_LiveEvents |
|

MJ Maverick
IronPig Sev3rance
105
|
Posted - 2013.09.06 17:36:00 -
[210] - Quote
Thanks Eterne.
Hi guys, sorry about the slow response, had some problems with the thread and went on a real life holiday. Do you guys still have issues? [EVEOTS] Eve Online Teamspeak 3 API Registration |
|

StarCrash
Spirit Corp
14
|
Posted - 2013.09.24 14:47:00 -
[211] - Quote
Hi
I seem to have a issue when cron is trying to run the bot.php file the errors i m getting are below
Output from command /eveots/bot.php ..
k/eveots/bot.php: line 1: ?php: No such file or directory /eveots/bot.php: line 2: /*: No such file or directory /eveots/bot.php: line 3: ==========: command not found /eveots/bot.php: line 4: */: No such file or directory /eveots/bot.php: line 5: //: is a directory /eveots/bot.php: line 6: syntax error near unexpected token `'display_errors',' eveots/bot.php: line 6: `//ini_set('display_errors', 'On'); |

Khan Farshatok
Dedicated Individuals Conditioned to Kill B O R G
56
|
Posted - 2013.11.13 16:07:00 -
[212] - Quote
ok so this is GREAT for ts3. but what about making it auto create logins for a jabber server and a phpbb forum? |

Don Abele
Heavy Casuality Collective Test Alliance Please Ignore
5
|
Posted - 2014.01.17 01:25:00 -
[213] - Quote
After I unzip the files to my plug in folder, how to I use them? I don't see them on the list of plug ins for my TS client. |

jant peuk
GOB Holdings Game Of Bears
0
|
Posted - 2014.02.18 17:24:00 -
[214] - Quote
am getting this error its probably easy to fix however i cant find anything
Error: Could not find you on the server, your nickname should be exactly 'GOB | GOBH | jant peuk'. Either that or you already have permissions. (Error: invalid group ID [F26]) |

Plain213
Macabre Votum Northern Coalition.
7
|
Posted - 2014.02.18 17:50:00 -
[215] - Quote
possibility for Jabber intergration? |

Garric Shadowbane
The Imperial LansDrahd LOADED-DICE
3
|
Posted - 2014.02.21 03:24:00 -
[216] - Quote
I'd love to get this working for my own alliance.
Unfortunately i'm not too tech savvy when it comes to web hosting.
Could someone explain in laymen terms how do install the database on to my web server and importing eve OTS on there?
the read me only explains how to program user privileges. or so it seems. I appreciate any help you guys can give. Thanks. |
|
|
|
Pages: 1 2 3 4 5 6 7 8 :: [one page] |