Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 .. 30 :: one page |
Author |
Thread Statistics | Show CCP posts - 26 post(s) |

Lazha
Amarr Hedion University
|
Posted - 2007.09.05 10:21:00 -
[841]
I am not sure if it is a bug, but it's either that, or it's something that I do wrong. I would like to get some attetion for the following:
http://oldforums.eveonline.com/?a=topic&threadID=588039
|

Okotomi Anki
|
Posted - 2007.09.05 17:12:00 -
[842]
Looks like HTTP_EVE_TRUSTED header is missing again. I can not access my own site although i have it in trusted list in all possible variations, and my ignore list is empty.
|

Camuran
Gallente Aliastra
|
Posted - 2007.09.05 19:34:00 -
[843]
No all the headers come through fine, it's just that saying 'yes' to trusting only lists the site as trusted when the option to 'stop asking me this' has not been clicked. If that option has been set, then clicking either 'yes' or 'no' sets the site as not trusted/unlimited...
|

Strannick
|
Posted - 2007.09.28 08:07:00 -
[844]
How to add site to trusted on Java (not javaScript)? I am writing site on Java servlet. I write response.setHeader("eve.trustme", "http://" + req.getServerName()+ req.getRequestURI() + "::trust me!!!"); This string "http://" + req.getServerName()+ req.getRequestURI() + "::trust me!!!" == http://127.0.0.1/IGBSite/::trust me!!! But when i open page nothing happand. where i wrong?
|

Redjohn
Gallente The UK Family
|
Posted - 2007.10.17 11:57:00 -
[845]
Edited by: Redjohn on 17/10/2007 11:57:16 Im not sure if this question has been asked already or not (24 pages to scout through, Im lazy )..
Is there a function, or will there be a function introduced to link an ingame chat channel, via the IGB?
Example:
Join our Ingame Channel and chat with us!
Clicking link would open the ingame channel in question. I am unsure if it would be a security issue or not, I personally cant see one, but I may be wrong. It would be great to have such a feature. The UK Family |

Chadri Vella
|
Posted - 2007.10.23 09:18:00 -
[846]
Hi,
This might be because of the archaic usage of $HTTP_SERVER_VARS. Try replacing that with $_SERVER.
$HTTP_SERVER_VARS went out at PHP 4.1 - in later versions it won't be populated unless the 'register_globals' directive is set to ON in php.ini. OFF is the default for this.
C.
Originally by: Grytok The header for trusting a site is not working on all my machines 
The Code I use is taken from eve.grismar.net/guides/igb.php
$browser = $HTTP_SERVER_VARS['HTTP_USER_AGENT']; $ingame = (substr($browser,0,16)=='EVE-minibrowser/'); function get_trust() { global $ingame, $trusted, $pilotname; if ($ingame) { // check for trust
if ($_SERVER['HTTP_EVE_TRUSTED']=='no') { // request trust from client through headers header("eve.trustme:".$this_host."/::please allow me to access your pilot information."); $trusted = false; } else { $trusted = true; // get pilotname
$pilotname = $_SERVER['HTTP_EVE_CHARNAME']; } } }
Why does it work on some PCs/Clients and not on the others?
|

Chalonaar
|
Posted - 2007.11.24 16:45:00 -
[847]
Is there any way to send a corp mail from the IGB? Similar to the mailto command
<A HREF=öevemailto:charname,...ö SUBJECT=ösubjectö message=ötextö> ... </A>
|

Isha Dari
Gallente Strix Armaments and Defence Acheron Federation
|
Posted - 2007.11.27 06:52:00 -
[848]
Edited by: Isha Dari on 27/11/2007 06:54:21 <A HREF="evemail:Traveler::Testmail::Hi Traveler,this is a testmail.">EVE Mail</A>
evemail:<character>:<subject>:<message>
Taken from http://bughunters.addix.net/igbtest/
|

FOEHAMMER006
Damage Unlimited Inc Veritas Immortalis
|
Posted - 2007.12.21 14:11:00 -
[849]
Edited by: FOEHAMMER006 on 21/12/2007 14:11:22 I didn't feel like looking through 24 pages to find my answer, so simply put I will ask it,
As I log on, the main EVE online News browser thingy just says for me,
URL Error
I've tried to make it a trusted site, untrust and retrust, redownloaded the game, nothing. Help? 
|

Marangela
|
Posted - 2008.01.02 17:44:00 -
[850]
Originally by: FOEHAMMER006 Edited by: FOEHAMMER006 on 21/12/2007 14:11:22 I didn't feel like looking through 24 pages to find my answer, so simply put I will ask it,
As I log on, the main EVE online News browser thingy just says for me,
URL Error
I've tried to make it a trusted site, untrust and retrust, redownloaded the game, nothing. Help? 
I also get this error. Before the latest patch, it was a different error. Bottom line is that I don't get the news when I first log in, and I cannot use the ingame browser.
I tried changing firewalls and various other things--nothing has worked. I suspect my router; however, I have two other computers that use the same router and they don't have this issue.
|

Sire Magnus
|
Posted - 2008.01.25 02:28:00 -
[851]
Is there a way to get the strings to return the name of a typeID ? something like <eve type="typeID:16670">
It would be much cleaner if the client could provide the name, instead of relying on a separate table of syncd names and IDs.
|

Sierrah
|
Posted - 2008.01.26 11:02:00 -
[852]
When trying to access some sites that other users have no problems with I get this error
Value Error
invalid literal for int() with base 16: ''
Does anyone know what's wrong? Thanks
|

Manturox
|
Posted - 2008.02.04 23:43:00 -
[853]
Go to menu "options" -> "trusted sites" and change the value of the site to trusted.
|

KatzMei
|
Posted - 2008.02.09 03:17:00 -
[854]
Edited by: KatzMei on 09/02/2008 03:26:12 Edited by: KatzMei on 09/02/2008 03:18:34 Edited by: KatzMei on 09/02/2008 03:18:15 I'll preface this with an apology - I've read through 10 of 24 pages, but most of these questions seem way over my head. All I want is my tables to show images properly. The IGB is duplicating image links that don't exist, moving images to different cells and giving them attributes that are completely wrong.
http://www.tul-eve.com
Now I'm not an expert at the web, but I looked at the IGB acceptable tags, and I'm sure that I'm not violating anything because it's all fairly basic - it displays correctly in other web browsers. I must be missing something simple, if anyone could spare a moment I would really appreciate it :)
thanks!
(EDIT) WHOA ok.. it seems to be a huge caching problem.. is there a problem with the pragma support in the header for the no-image caching?
|

Darul Naki
Octet Sunrise
|
Posted - 2008.02.15 21:34:00 -
[855]
Originally by: Adalante I would also like it , if there was a fixed-width font.
Hum yes, it could be great and very useful, with the <code>...</code> tags. Something planned?
__________ BYOC offers: Astarte and Mackinaw |

Max Dercad
Minmatar
|
Posted - 2008.02.21 18:05:00 -
[856]
Maybe this is stupid question, but: What are possible causes of IGB failing to open a site with HTTP error 504: Gateway Time Out? I did check the site out of game and it works ok, disabled both firewall and ad-ware blocker and still can not open the site in game. Of course the site itself works in game for everyone but me;)
|

Tijai Betula
|
Posted - 2008.04.28 20:29:00 -
[857]
I have a question for you learned ladies and Gentlemen.
How easy would it be to add a full page 2-week calendar with linked events on IGB.
I am just thinking of something simple where corp members could look at in game to see arranged events.
Are there any templates I could use for this kind of thing?
|

Tealstone
Amarr
|
Posted - 2008.05.08 02:25:00 -
[858]
Greetings, folks!
I've been working over the past couple of days on a somewhat-easy to deploy IGB Corporation web package. I've got my first version about 95% complete, so I wanted to submit this for your review to gauge interest.
http://whistlethis.com/corpsite/
To whet your appetite, some features include:
* Corp recruiting page cleverly tailored to the person viewing it.
* Allows pilots to view corp members, including what ship they're flying, location, and last login.
* Allows pilots to enter and store their API information so other members can quickly view what skills they have and at what levels.
* Members may make viewable an IM Address/Service and display their email address.
* Designated members (CEO's/Directors, for example), can add/delete public/private news, as well as public/private events to keep your corp organized!
* Designated members can mass email members (through the IGB) who have set their email address.
I've tried to make full use of the IGB server information and integrate EVE's API, so you need to do NOTHING to add new members -- they're picked and displayed automatically by the API.
Please take a peek at my little informational page here and give me any thoughts.
http://whistlethis.com/corpsite/
|

Mordred Shadow
Robotics Development Shadow-Alliance
|
Posted - 2008.05.09 11:45:00 -
[859]
Two people a few posts ago mentioned just a straight URL error when you start the game and therefore can't access the news. This also affects the igb. This has been a long running problem over many months and I tried to ask for help in my own topic to no avail. But I do remember a time many patches ago when it all worked fine.
So hopefully this is a simple prolem as other people are experiencing it as well and everyone now knows how to fix it.
Cheers,
Mordred
|

MeeperMan
|
Posted - 2008.07.03 05:01:00 -
[860]
Quote: Page reloading is implemented: in PHP it looks like this:
header("refresh:10;URL=ingametest.php");
10 is the time in seconds and URL points to the URL to load.
I also implemented a page reload on session change (jumping/docking): header("refresh:sessionchange;ingametest.php");
you may also combine both methods (i have not tested this though).
Hey guys,
I hope this thread isn't dead. It looks like a few people are still writing but most of the posting was done a couple years ago. If I need to post elsewhere please tell me. In any case, I (along with probably a lot of other people) can confirm that the reloading works... almost.
I can get both of the methods to work on their own but I cannot seem to get it to work when they are put together. I know Traveler's post on this said that this hadn't been tested but I was hoping that the few years that have passed between then and now that it might have been fixed. Either that or I'm doing something wrong. I've tried having both of the above header lines on the same page and the IGB takes the later one for which one its going to follow. Trying to put the two lines into a single line results in no refreshing regardless of what you do. Any help on out to get a refresh based both on time and on session change would be nice. If it matters I'm using PHP 5.2.4.
Thanks, MeeperMan
|

TopeZone Waters
|
Posted - 2008.07.03 05:33:00 -
[861]
STOP DELETING OUR BOOKMARKED PAGES EVERY PATCH
Or is this too complicated a task for you? ------------------------------------------------
Just because it has wings does not mean it can fly or was even meant to in the first place. Whatch that first step, its a doozy |

Osher
Caldari Hadean Drive Yards Archaean Cooperative
|
Posted - 2008.08.02 06:45:00 -
[862]
Being rather new to all this I was trying to test some basic things like session variables and for the life of me I cannot the IGB to produce any output even though Firefox and IE seem to have no problems. Anyway here is my code, thought maybe someone might be able to point me in the right direction:
<?php
session_start();
setcookie("fruit", "apple");
echo "Cookie - Fruit:<br />" .$_COOKIE['fruit']. "<br /><br />";
echo "<br />Cookie array:<br />"; print_r($_COOKIE); echo "<br /><br />";
echo "<br />Request array:<br />"; print_r($_REQUEST); echo "<br /><br />";
?>
So far the browser spits this out:
Cookie - Fruit:
Cookie array: Array ( [$Version] = 0 [PHPSESSID] = 81s0cknuqjm52iqt6ucp72dme4 [$Path] = / )
Request array: Array ( [$Version] = 0 [PHPSESSID] = 81s0cknuqjm52iqt6ucp72dme4 [$Path] = / )
Again if anyone could even point me in the right direction here I would very much appreciate it.
|

Gareth Frost
|
Posted - 2008.08.11 11:41:00 -
[863]
Edited by: Gareth Frost on 11/08/2008 11:42:46 Edited by: Gareth Frost on 11/08/2008 11:41:38 At first: Do not use $_REQUEST array, because it refers to $_GET, $_POST and $_COOKIE arrays and generally speaking you can't be sure to which one at the time.
Second
Quote: Cookies do work in IGB, but only session cookies are supported for now
... and this means that you should use $_SESSION array instead of $_COOKIE.
Try this one:
<?php
session_start();
echo "Session (before) - cnt:<br />" .$_SESSION['cnt']. "<br /><br />";
$_SESSION['cnt']=$_SESSION['cnt']+1;
echo "Session (after) - cnt:<br />" .$_SESSION['cnt']. "<br /><br />";
echo "<br />Session array:<br />"; print_r($_SESSION); echo "<br /><br />";
?>
|

Anti Girl
|
Posted - 2008.08.14 01:50:00 -
[864]
is there a way to have text WITHOUT the shadow behind it? i have a white background with black (or 6b6b6b) font, but the font does not change to verdana, arial, helvetca (etc) and the shadow is always there. please help.
or offer suggestions.
thanks
|

Serge There
|
Posted - 2008.08.14 02:15:00 -
[865]
How hard would it be to implement the gecko rendering engine in the IGB?
|

Velyks
|
Posted - 2008.08.14 12:50:00 -
[866]
Edited by: Velyks on 14/08/2008 12:51:38 Edit: -Whoops, posted in the wrong forum. Please delete-
|

Dahl Schoss
|
Posted - 2008.08.16 07:16:00 -
[867]
Hi, as the browser does not (and probably should not) support ajax, I am attempting to use server side session information to stop me having to pass all state back and forth.
But this means I need to be able to give the IGB a session_id cookie.
I have tried to, but it does not seem to support cookies.
A couple of googled pages, state that it supports session cookies (ie expiring at end of browser session) but I don't seem to be able to get these working either.
Are cookies possible in the IGB?
|

Jack Snack
Caldari Polish Task Forces
|
Posted - 2008.08.17 21:20:00 -
[868]
Edited by: Jack Snack on 17/08/2008 21:21:08 Edited by: Jack Snack on 17/08/2008 21:20:27 IGB does not support HTML Arrays:
<input type=checkbox name=ore[0] value=1 checked> <input type=checkbox name=ore[1] value=1 checked> ... $_POST[ore][0] is false; $_POST[ore][1] is 1;
both should be true (test site: http://walasdld.dnsalias.com/eve_test.php - use IGB and normal browser - select the checkbox and press Go - sometimes off-line)
Anyway when i use tables the content which is supposed to be in it is not appearing (standard <table><tr><td>Content</table>). Never outnumbered, never outgunned |

Janatra
|
Posted - 2008.08.18 10:06:00 -
[869]
Originally by: MeeperMan
Quote: Page reloading is implemented: in PHP it looks like this:
header("refresh:10;URL=ingametest.php");
10 is the time in seconds and URL points to the URL to load.
I also implemented a page reload on session change (jumping/docking): header("refresh:sessionchange;ingametest.php");
you may also combine both methods (i have not tested this though).
Hey guys,
I hope this thread isn't dead. It looks like a few people are still writing but most of the posting was done a couple years ago. If I need to post elsewhere please tell me. In any case, I (along with probably a lot of other people) can confirm that the reloading works... almost.
I can get both of the methods to work on their own but I cannot seem to get it to work when they are put together. I know Traveler's post on this said that this hadn't been tested but I was hoping that the few years that have passed between then and now that it might have been fixed. Either that or I'm doing something wrong. I've tried having both of the above header lines on the same page and the IGB takes the later one for which one its going to follow. Trying to put the two lines into a single line results in no refreshing regardless of what you do. Any help on out to get a refresh based both on time and on session change would be nice. If it matters I'm using PHP 5.2.4.
Thanks, MeeperMan
I am pretty sure that there can only be one value for a http header. Duplicating the header code as listed above (making sure I had trust, was getting passed HTTP_EVE headers, etc) only returned the second call to header.
If I set the 'replace' value to false (see http://us3.php.net/header) like below neither type of refresh works!
header("refresh:60;URL=test.php", false); header("refresh:sessionchange;test.php", false);
Please help us! How can we both refresh on sessionchange and on a periodic timer?
|

Hurkh Hurnulkh
Amarr Epitoth Fleetyards
|
Posted - 2008.09.03 15:03:00 -
[870]
Hail,
as I write this message I know that this isn't the place for ask for this information. Yet, I'm at loss where to turn to for answers.
My problem is simple. I wish to drag a pile of stuff into In Game Browser while it has loaded a website and then that website to show a list of things that were dragged to it.
Can IGB do this?
What should I use, forms? -- Hurkh Hurnulkh |
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 .. 30 :: one page |
First page | Previous page | Next page | Last page |