| Pages: 1 2 3 4 [5] 6 7 8 9 10 20 |
81. Sticky:Install links on API management page - in EVE Technology Lab [original thread]
+1 Definately need a link for websites. Don't make us haveto make the users go through 8 million errors because they haven't given the app enough permission.
- by MJ Maverick - at 2011.10.04 16:57:00
|
82. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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 p...
- by MJ Maverick - at 2011.10.04 15:51:00
|
83. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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 u...
- by MJ Maverick - at 2011.10.03 18:55:00
|
84. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
@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 th...
- by MJ Maverick - at 2011.10.01 14:45:00
|
85. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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. :)
- by MJ Maverick - at 2011.09.21 02:27:00
|
86. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
Remember to "Like" the OP if you are using EVEOTS :)
- by MJ Maverick - at 2011.09.15 02:05:00
|
87. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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 so...
- by MJ Maverick - at 2011.09.13 19:35:00
|
88. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
Well spotted. I never picked that up when reading the outputs :)
- by MJ Maverick - at 2011.09.11 18:29:00
|
89. Character list in new API? - in EVE Technology Lab [original thread]
Great, it was outdated last time I looked, thanks Dragonaire.
- by MJ Maverick - at 2011.09.11 15:02:00
|
90. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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 t...
- by MJ Maverick - at 2011.09.11 02:21:00
|
91. Character list in new API? - in EVE Technology Lab [original thread]
Thanks chaps, is there any useful page that lists what will/wont be in the new API? I can't find any documentation for APIKeyInfo.xml anywhere in the wiki and the "API Functions" at the bottom of this page just seem to list a hob job mix of past p...
- by MJ Maverick - at 2011.09.10 19:07:00
|
92. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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...
- by MJ Maverick - at 2011.09.10 18:54:00
|
93. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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['...
- by MJ Maverick - at 2011.09.09 23:19:00
|
94. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
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 ...
- by MJ Maverick - at 2011.09.09 22:38:00
|
95. [EVEOTS] Eve Online Teamspeak 3 API Registration with PHP5 v1.5 - in EVE Technology Lab [original thread]
Reserved
- by MJ Maverick - at 2011.09.09 22:38:00
|
96. Character list in new API? - in EVE Technology Lab [original thread]
Is there a way to see all characters on an account in the new API like you could before? I can't find anything that provides the same result as Characters.xml in the new API. How are you supposed to check for alts???
- by MJ Maverick - at 2011.09.09 22:30:00
|
97. [EVEOTS] Eve Online Teamspeak 3 Registration with PHP5 - in EVE Technology Lab [original thread]
Originally by: king curt Edited by: king curt on 02/09/2011 17:40:45 MJ, Got a question for you. I got everything working well, but I think there is a problem with the cron job for the admin portion and am getting the following error ...
- by MJ Maverick - at 2011.09.04 22:21:00
|
98. [EVEOTS] Eve Online Teamspeak 3 Registration with PHP5 - in EVE Technology Lab [original thread]
Edited by: MJ Maverick on 30/08/2011 18:45:25 Alright C'Thul calm down dude, no one asked for your CV. I don't really want any rioting in my thread. What it does is: Registrations are based on your UniqueID right? Permissions are tied to tha...
- by MJ Maverick - at 2011.08.30 18:40:00
|
99. [EVEOTS] Eve Online Teamspeak 3 Registration with PHP5 - in EVE Technology Lab [original thread]
You're more than welcome, and yay \o/ :D ------------------ CCP are not perfect. :) [EVEOTS] Eve Online Teamspeak 3 API Registration
- by MJ Maverick - at 2011.08.29 04:09:00
|
100. [EVEOTS] Eve Online Teamspeak 3 Registration with PHP5 - in EVE Technology Lab [original thread]
Update: v1.5 Admin panel added. All admin actions are logged. Security level allows you to have admins and just whitelist operators. Admin lists stream the admins current corp/alliance. Cron job updates whitelist member counts. Change password. ...
- by MJ Maverick - at 2011.08.29 00:13:00
|
| Pages: 1 2 3 4 [5] 6 7 8 9 10 20 |
| First page | Previous page | Next page | Last page |