Pages: [1] 2 3 4 |
1. ESI easy way plain PHP Exempel no Composer or install files! - in EVE Technology Lab [original thread]
BOMBASTA wrote: Can somebody maybe just post two quick example scripts On How we are able to fetch the data to php variables? ESI is all http requests, you can use curl get and post data. Google "php rest curl". All data you get is in JSON...
- by Bloemkoolsaus - at 2017.06.30 09:58:48
|
2. What is Flag in fitting type? - in EVE Technology Lab [original thread]
Flag is the location of an item on the fit. For exemple: flag-id 11 = low-slot 1 flag-id 12 = low-slot 2 flag-id 87 = drone bay You can find all flags in the invFlags.yaml from the SDE https://developers.eveonline.com/resource/resources
- by Bloemkoolsaus - at 2017.04.10 10:37:59
|
3. SSO timeouts - in EVE Technology Lab [original thread]
At full speed only 1 every 10 seconds or so, with an average of 1 every 30 minutes. It started working again though, by the looks of it after todays downtime ?
- by Bloemkoolsaus - at 2017.03.06 15:51:11
|
4. SSO timeouts - in EVE Technology Lab [original thread]
Hello, We have been using the SSO for authentication on our forums for a few months now. Since yesterday evening (21:30 eve-time), all requests to https://login.eveonline.com/oauth/token timeout. The server it is running on can resolve the url ...
- by Bloemkoolsaus - at 2017.03.06 10:50:33
|
5. An existing connection was forcibly closed by the remote host. - in EVE Technology Lab [original thread]
It's an SSL error. Usually means the HTTPS handshake failed. Check you are sending the correct SSL headers.
- by Bloemkoolsaus - at 2017.01.16 14:41:38
|
6. php mysql help - in EVE Technology Lab [original thread]
If you have spaces in your table names you have to espace it with back-ticks. See Althalus' last exemple.
- by Bloemkoolsaus - at 2016.10.24 12:49:23
|
7. CREST - Ship info - in EVE Technology Lab [original thread]
+1
- by Bloemkoolsaus - at 2016.08.16 09:46:21
|
8. Hey CCP! Can we have an IGB update? - in EVE Technology Lab [original thread]
Max Kolonko wrote: CCP Foxfour - I would like to add another point FOR keeping IGB (as a pure browser without build in eve integration like headers and js library - just pure in game browser, with crest to work as actual browser-server communic...
- by Bloemkoolsaus - at 2016.01.11 13:58:10
|
9. PHP/API Question - in EVE Technology Lab [original thread]
if ($charidcheck = NULL) You are assigning null to $charidcheck, the if will return true because it'll be succesfully assigned. Instead, use this to check if the var is null: if ($charidcheck == NULL) Note that php can get a bit weird with n...
- by Bloemkoolsaus - at 2015.09.22 09:07:11
|
10. Wormhole statics in SDE? - in EVE Technology Lab [original thread]
Well folks are still trying to index the statics of the more recently added wormhole systems. https://forums.eveonline.com/default.aspx?g=posts&t=389942&find=unread
The shattered systems seem to have multiple statics, atleast one kspac...
- by Bloemkoolsaus - at 2015.07.30 08:59:43
|
11. Wormhole statics in SDE? - in EVE Technology Lab [original thread]
Jarno Midumulf wrote: but shouldn't it be in there since its "static" data? It's not that kind of static. There is a list of all wormholespace systems and their statics here: https://wiki.eveonline.com/en/wiki/List_of_All_W-Space_Systems
...
- by Bloemkoolsaus - at 2015.07.30 07:13:47
|
12. IGB JavaScript Problem - in EVE Technology Lab [original thread]
I've had problems before in the IGB with scrips that need to run on document load. What may happen is the javascript at the end of your page is executed, but the DOM hasn't fully loaded yet. So, the events never get attached to the proper input fi...
- by Bloemkoolsaus - at 2015.03.03 12:46:21
|
13. Waiting for Rhea SDE - in EVE Technology Lab [original thread]
Jack Hayson wrote: However I am completely lost how to connect the beacons to their effect on your ship. I can't find their typeID in any of the dgm tables. :-/ There also isn't a difference between the typeID of e.g. a C1 Magnetar beac...
- by Bloemkoolsaus - at 2014.12.09 14:19:45
|
14. Waiting for Rhea SDE - in EVE Technology Lab [original thread]
CCP FoxFour wrote: Daimian Mercer wrote: anybody know how to link the dmgTypeEffects for wormhole effects to an actual system? Trying to figure out new wormholes effects. I know the effects are in the SDE - just never been able to link them ...
- by Bloemkoolsaus - at 2014.12.09 08:24:09
|
15. Sticky:Dev Blog: Welcome to developers.testeveonline.com - in EVE Technology Lab [original thread]
Quote: Required Forms of Payment To log in and create applications on the developer site we require you to have paid us money at some point and have a validated email address. Up until now the only form of payment that was considered was cred...
- by Bloemkoolsaus - at 2014.11.01 16:12:32
|
16. Colors in Corp titles? - in EVE Technology Lab [original thread]
Mr De Right wrote: When i do it VIA the title management page, the colors seem too work, but when i rightclick-edit member and add the title manually *( http://i.gyazo.com/ceef10da917707a772201ff33c601f75.png ) it doesn't work! Yep. It onl...
- by Bloemkoolsaus - at 2014.10.21 14:40:27
|
17. Sticky:Dev Blog: Welcome to developers.testeveonline.com - in EVE Technology Lab [original thread]
Steve Ronuken wrote: Debit cards should work as well. I've only paid with a debit mastercard, and it works fine. (credit card is often used to mean 'a plastic card with visa or mastercard on it', rather than one that actually does credit) ...
- by Bloemkoolsaus - at 2014.10.07 11:23:00
|
18. Sticky:Dev Blog: Welcome to developers.testeveonline.com - in EVE Technology Lab [original thread]
Steve Ronuken wrote: Just so everyone is clear (assuming I'm right) the card requirement is one from Legal, rather than from the development team. It's probably so Legal can sleep easy, knowing that there's a verified address somewhere that...
- by Bloemkoolsaus - at 2014.10.07 09:44:00
|
19. Sticky:Dev Blog: Welcome to developers.testeveonline.com - in EVE Technology Lab [original thread]
CCP FoxFour wrote: This requirement is not going away. Sorry. :( Ok... so that means you either don't want me to use this stuff?? Or can I invoice you the cost for a creditcard if I get one? For the record, I have been paying your wages fo...
- by Bloemkoolsaus - at 2014.10.07 08:36:00
|
20. Sticky:Dev Blog: Welcome to developers.testeveonline.com - in EVE Technology Lab [original thread]
I was starting to get excited!! But then; CCP FoxFour wrote: If you still cannot log into the developers site, have you paid us at least once with a credit card? I don't have a creditcard, and I am not going to get one. Creditcards are (at...
- by Bloemkoolsaus - at 2014.10.06 14:01:00
|
Pages: [1] 2 3 4 |
First page | Previous page | Next page | Last page |