These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

IGB n00b help

Author
Relentles
Blah Blah Holdings
#1 - 2012-09-24 07:33:13 UTC  |  Edited by: Relentles
greeting,

i am just testing stuff right getting the hang of it but here is my issue.

the testing page that i am building, just has one thing in there and here it is

"php echo $_SERVER['HTTP_EVE_CHARNAME']; "

and then when i go to the page in the IGB, comes back with this,

( ! ) Notice: Undefined index: HTTP_EVE_CHARNAME in C:\wamp\www\testing.php on line 11
Call Stack
# Time Memory Function Location
1 0.0002 245296 {main}( ) ..\testing.php:0


I am using wamp and using localhost to see the page.


Thanks in advance
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2012-09-24 10:03:43 UTC
try a var_dump($_SERVER);

That'll show you all the headers you have access too.

If you're using apache 2.4, you won't see any of the IGB headers, as they're all being stripped, due to the underscores (do a search for posts by me, mentioning apache. that'll give you a workaround.). If it's not 2.4 (or nginx) then it's something else.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Bloemkoolsaus
Deep Core Mining Inc.
Caldari State
#3 - 2012-09-24 12:38:02 UTC
Did you trust the webpage in your ingame browser?
If i'm not mistaken, those headers are not sent when you don't trust it.