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 Header and XAMPP

Author
Ka Dow
Crynac
#1 - 2012-08-28 18:30:50 UTC  |  Edited by: Ka Dow
Anybody using XAMPP and got IGB to work with it?

Test piece:
foreach ($_SERVER as $k=>$v)
{
if (preg_match('/^HTTP_EVE_/', $k))
{
print htmlentities($k) . ' is ' . htmlentities($v) . '
';
}
}


But it seems to ignore the header, so if somebody can tell me which variable to change in system or something like that, would be lovely.

"Notice: Undefined index: HTTP_EVE_TRUSTED"


Thanks.
NickyYo
modro
The Initiative.
#2 - 2012-08-28 18:42:50 UTC  |  Edited by: NickyYo
..

..

Ka Dow
Crynac
#3 - 2012-08-28 18:52:13 UTC
Yea its trusted.

Array ( [MIBDIRS] => E:/xampp/php/extras/mibs [MYSQL_HOME] => \xampp\mysql\bin [OPENSSL_CONF] => E:/xampp/apache/bin/openssl.cnf [PHP_PEAR_SYSCONF_DIR] => \xampp\php [PHPRC] => \xampp\php [TMP] => \xampp\tmp [HTTP_HOST] => localhost [HTTP_CONNECTION] => keep-alive [HTTP_USER_AGENT] => Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0 EVE-IGB [HTTP_ACCEPT] => application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 [HTTP_ACCEPT_ENCODING] => gzip,deflate [HTTP_ACCEPT_LANGUAGE] => en-us,en [HTTP_ACCEPT_CHARSET] => iso-8859-1,*,utf-8 [PATH] => C:\Users\Q\AppData\Local\Google\Chrome\Application;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\ [SystemRoot] => C:\Windows [COMSPEC] => C:\Windows\system32\cmd.exe [PATHEXT] => .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC [WINDIR] => C:\Windows [SERVER_SIGNATURE] =>
Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4 Server at localhost Port 80
[SERVER_SOFTWARE] => Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4 [SERVER_NAME] => localhost [SERVER_ADDR] => ::1 [SERVER_PORT] => 80 [REMOTE_ADDR] => ::1 [DOCUMENT_ROOT] => E:/xampp/htdocs [REQUEST_SCHEME] => http [CONTEXT_PREFIX] => [CONTEXT_DOCUMENT_ROOT] => E:/xampp/htdocs [SERVER_ADMIN] => postmaster@localhost [SCRIPT_FILENAME] => E:/xampp/htdocs/trust.php [REMOTE_PORT] => 60832 [GATEWAY_INTERFACE] => CGI/1.1 [SERVER_PROTOCOL] => HTTP/1.1 [REQUEST_METHOD] => GET [QUERY_STRING] => [REQUEST_URI] => /trust.php [SCRIPT_NAME] => /trust.php [PHP_SELF] => /trust.php [REQUEST_TIME_FLOAT] => 1346179876.875 [REQUEST_TIME] => 1346179876 )

Output of $_server... Nothing
NickyYo
modro
The Initiative.
#4 - 2012-08-28 18:55:27 UTC  |  Edited by: NickyYo
LOL, i dunno what the fackin doin.

..

Ka Dow
Crynac
#5 - 2012-08-28 18:57:42 UTC
NickyYo wrote:
Updated my post above, just noticed your error.

Make sure eve browser is trusted.



Sorry should have posted it all to start with, unfortunately you cant post html on forum..

http://pastebin.com/XdiJGVMH
NickyYo
modro
The Initiative.
#6 - 2012-08-28 18:58:43 UTC  |  Edited by: NickyYo
it looks like ya dont have the ingame browser trusted.
What are you trying to code?

..

Ka Dow
Crynac
#7 - 2012-08-28 19:03:07 UTC
NickyYo wrote:
it looks like ya dont have the ingame browser trusted.



Nah something in XAMPP is doing it, just uploaded to a Cpanel controlled, works there.