| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Jarna
Amarr Exhumer Industries
|
Posted - 2009.05.02 18:14:00 -
[1]
I'm having a hard time getting the EVE IGB to work with a website I'm making.
I have some code that was handed to me that should ask for a website to be registered as allowable in the IGB to let the webpage access EVE system variables.
The problem is, that message never comes up and I can never access any variables.
Does anyone know a good place I can get information about creating a website for the IGB. Like maybe even a decent step by step tutorial. |

Mallikanth
|
Posted - 2009.05.02 18:20:00 -
[2]
Edited by: Mallikanth on 02/05/2009 18:20:50 Try This. and/or This too.

|

Jarna
Amarr Exhumer Industries
|
Posted - 2009.05.02 19:00:00 -
[3]
I've already found those sites. The info in there doesn't seem to work. I use the PHP code and it still doesn't work. |

Cat o'Ninetails
Rancer Defence League
|
Posted - 2009.05.02 19:18:00 -
[4]
if($_SERVER['HTTP_EVE_TRUSTED'] != 'yes') header('eve.trustMe:http://' . $_SERVER['HTTP_HOST'] . '/::message here.'); visit my blog for my adventures
|

Jarna
Amarr Exhumer Industries
|
Posted - 2009.05.02 21:04:00 -
[5]
Thank you. I made some progress with that. Was able to get the IGB to request access.
Not sure why it is any different than anyone elses examples other than the way it is accomplished.
but thanks.
Now I'm getting:
URL Error HTTP Error 500: Internal Server Error
Which doesn't make sense. It obviously could find the index.php to ask for trust. But whatever. I'll see what I can do about this.
Thanks for the direction though.

Please resize your sig to a maximum of 400 x 120 and a file size no greater than 24000 bytes - Mitnal |

Cat o'Ninetails
Rancer Defence League
|
Posted - 2009.05.03 00:26:00 -
[6]
Originally by: Jarna Thank you. I made some progress with that. Was able to get the IGB to request access.
Not sure why it is any different than anyone elses examples other than the way it is accomplished.
but thanks.
Now I'm getting:
URL Error HTTP Error 500: Internal Server Error
Which doesn't make sense. It obviously could find the index.php to ask for trust. But whatever. I'll see what I can do about this.
Thanks for the direction though.
you have full access to headers and sessions right? 500 is a vague error by nature lol
visit my blog for my adventures
|

Jarna
Amarr Exhumer Industries
|
Posted - 2009.05.03 00:34:00 -
[7]
Honestly I don't know because the page never loads...lol |

Faife
Federation of Freedom Fighters Aggression.
|
Posted - 2009.05.03 00:51:00 -
[8]
a 500 error means it never got past the html header. does it work ok in normal browser? --
|

Jarna
Amarr Exhumer Industries
|
Posted - 2009.05.03 01:35:00 -
[9]
Edited by: Jarna on 03/05/2009 01:36:30 Yeah, it worked in a normal browser (Firefox) At the end of my code, I typed "test" outside of the PHP and it displayed; no errors.
What does that mean?
All I have is the code between <? and ?> for getting trust and "test" at the end. Is it possibly because I don't have <html><head> etc? |

Mr M
Legion of Illuminated Social Rejects
|
Posted - 2009.05.03 03:26:00 -
[10]
Originally by: Jarna All I have is the code between <? and ?>
Change it to <?php but close it as earlier with with ?>
Also, while developing something it's really handy to have access to the log files (error_log if it's apache) since it type out some errors to it.
EVEgeek|Eden Underground Radio |

Jarna
Amarr Exhumer Industries
|
Posted - 2009.05.03 04:12:00 -
[11]
That didn't work. Don't see how it would, something like that is a server side issue. No reason it would work in Firefox and not EVE. |

Serpents smile
|
Posted - 2009.05.03 05:12:00 -
[12]
Check your syntax, it usually boils down to that. The IGB is unforgiving when you made an error as where 'normal' browsers just display the code correctly, even if it is wrong.
|

Jarna
Amarr Exhumer Industries
|
Posted - 2009.05.03 05:27:00 -
[13]
Edited by: Jarna on 03/05/2009 05:29:25 thanks. Actually, since it was server side it had nothing to do with the IGB. I was messing with the variables and it looks like a function that someone uses wasn't working right in my server. All fixed. |
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |