| 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) |

R4d1o4ct1v3
|
Posted - 2006.04.05 22:11:00 -
[631]
Thanks so much.. you just made my year  ------------------- DISCLAIMER: All opinions in this post are the opinions af a week old, half eaten sandwitch and do in no way reflect the opinions of anybody within a 10km radius of the Eiffel towe |

Siigari Kitawa
|
Posted - 2006.04.06 18:07:00 -
[632]
I'm trying to figure out how I can click a link in the IGB and have it bring up market details for the item clicked.
For instance, clicking a link called "Quafe" with the proper code to bring up the market details for Quafe in the current pilot's region. _________
|

Space Chutney
|
Posted - 2006.04.07 19:23:00 -
[633]
I've created a site, with a header image and some table background however the table backgrounds don't show up is this a bug? Feature? or just not supported? 
A work around or fix would be appriciated. Oh and the table backgrounds are set within the page not in a CSS file (That doesn't work either.).
|

Mortimus
|
Posted - 2006.04.11 12:35:00 -
[634]
Originally by: Siigari Kitawa I'm trying to figure out how I can click a link in the IGB and have it bring up market details for the item clicked.
For instance, clicking a link called "Quafe" with the proper code to bring up the market details for Quafe in the current pilot's region.
as detailed on the http://bughunters.addix.net/igbtest/IGB-commands.html page - <A HREF=öshowinfo:typeIDö>TEXT HERE</A> - i'm assuming you know how to find the ids?
|

Mortimus
|
Posted - 2006.04.11 12:43:00 -
[635]
(Apologies in advance for the length. I want everyone one else using Rails (and possibly all session cookies) to know what the problem is exactly)
Question: why is the IGB replying to cookies in an odd manner? (i'm saying odd because firefox doesn't do the same thing - i could be completely wrong)
I'm working on the Rails Session problem that Dimok Berunan ran into Here and have discovered that eve's IGB and Rails are not playing well together. I will be working on a fix from the rails side but i figured i'd inform you here. I monitored the connection between firefox and my rails app and then between the IGB and the rails app. I have the complete logs if you want them, the ones below have been modified for clarity.
Firefox:
Request:
GET / HTTP/1.1. Host: auction.evetools.com. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060320 Firefox/2.0a1. <SNIP>
Reply:
HTTP/1.1 200 OK. Date: Tue, 11 Apr 2006 12:14:55 GMT. <SNIP> Set-Cookie: _session_id=0f903a7bbb91a0f2f2c03693fbe60538; path=/. <SNIP>
Request:
GET / HTTP/1.1. Host: auction.evetools.com. <SNIP> Cookie: _session_id=0f903a7bbb91a0f2f2c03693fbe60538. <SNIP>
Reply:
HTTP/1.1 200 OK. Date: Tue, 11 Apr 2006 12:15:45 GMT. <SNIP> Set-Cookie: _session_id=0f903a7bbb91a0f2f2c03693fbe60538; path=/. <SNIP>
And everything works. With the IGB the Set-Cookie replies are a little different...
EVE IGB:
Request:
GET / HTTP/1.0. Host: auction.evetools.com. User-agent: EVE-minibrowser/3.0. <SNIP>
Reply:
HTTP/1.1 200 OK. Date: Tue, 11 Apr 2006 12:21:23 GMT. <SNIP> Set-Cookie: _session_id=6666c3eedb4c9b79e6b31335da10d8dd; path=/. <SNIP>
Request:
GET / HTTP/1.0. Host: auction.evetools.com. User-agent: EVE-minibrowser/3.0. Cookie: $Version=0;_session_id=6666c3eedb4c9b79e6b31335da10d8dd;$Path=/. <SNIP>
Reply:
HTTP/1.1 200 OK. Date: Tue, 11 Apr 2006 12:22:37 GMT. <SNIP> Set-Cookie: _session_id=e27d27c5cba1e2ef7769471e7f870fe1; path=/. </SNIP>
As you can see - the session ids are different. Rails is obviously faulting because of the "$Version=0;" (or possibly the "$Path", but... that'd be wierd.) Should the IGB be outputting these extra things or is it a bug?
At any rate - to you people having problems with your session cookies - that could be why.
|

Navapia Wingblade
|
Posted - 2006.04.11 12:44:00 -
[636]
Originally by: Mortimus
Originally by: Siigari Kitawa I'm trying to figure out how I can click a link in the IGB and have it bring up market details for the item clicked.
For instance, clicking a link called "Quafe" with the proper code to bring up the market details for Quafe in the current pilot's region.
as detailed on the http://bughunters.addix.net/igbtest/IGB-commands.html page - <A HREF=öshowinfo:typeIDö>TEXT HERE</A> - i'm assuming you know how to find the ids?
That's not the marked details :) That's just an info-window. ---------- I think I just had an evilgasm.... Are you a bufty or a beauty? Visit http://www.matryx.org.uk/eve/ using the in-game-browser to find out! |

Commander Kahn'Alzaor
|
Posted - 2006.04.16 07:53:00 -
[637]
Edited by: Commander Kahn''Alzaor on 16/04/2006 07:53:23
Originally by: Mortimus
Originally by: Siigari Kitawa .... i'm assuming you know how to find the ids?
Well i can get most ID's from the item database but does anyone know how and where to find faction ID's or put the data export .sql documents into a database??
cheers for the help
If you cant amaze them with brilliance , baffel them with bull****! |

Sorai
|
Posted - 2006.04.19 14:59:00 -
[638]
I was working on beautifying EVEbay (http://www.eve-bay.biz) last night and ran into something unusual: sometimes the CSS
a { text-decoration: none; }
works, and sometimes it doesn't. It qlways works at the very beginning of the page; however sometimes it gets "lost" in the rendering of the page and thus links start to have underlines again halfway through the page. I haven't managed to localize the problem to what, specifically, makes it lose the 'text-decoration: none;' part... but I was wondering if anyone else has encountered this problem. -- Sorai Carbide Industries --
|

Amia'e Erviale
|
Posted - 2006.04.19 16:45:00 -
[639]
Can I force the IGB to reload dynamic images / force IGB not to cache them?
Please post the php solution 
|

Shot Callista
|
Posted - 2006.04.19 17:11:00 -
[640]
I've been experimenting with something which (due to lack of proper css support and very very slow table rendering) requires an image with image maps. The image is generated dynamically by php, as is the image map. The map works perfectly out of game in any normal browser and is recognised by the IGB, but does not work properly.
The cursor changes when moved over an image map area, yet I am unable to click that area and follow the link as i should be able to.
The page is currently at: http://eve.onfiar.com/data/test.php?large ---
|

Shot Callista
|
Posted - 2006.04.19 17:18:00 -
[641]
Also - if you reload an image (right click > reload image) with an image map applied to it, the map is no longer recognised at all.
(sorry, couldn't edit last post - apparently the thread does not exist) ---
|

Denebola Rises
|
Posted - 2006.04.21 12:14:00 -
[642]
Quote: (of Traveler) A good collection of sample test pages can be found here.
From the opening message of this forum. The test page loads, but none of the tests seem to.
What is the correct documentation/Samples?
Or is this non-existent?
|

Space Chutney
|
Posted - 2006.04.29 18:10:00 -
[643]
Can someone provide a simple piece of php code so that it asks for trust?
All the examples I've found are out-of-date or just don't work I have had it working in the past, but I've fogotten how to do it.
Something like this (But doesnt work)?
---
<head>
if ($_SERVER["HTTP_EVE_TRUSTED"]=="no") { // not trusted, need to get user to trust $newHeader = "eve.trustme:http://www.development.tbb.uk.to::To post kills you must add to trusted sites."; header($newHeader); }?>
</head> ---
Running the latest version of php (php5 isnt it?) and everything works ok if I can add trust manually. Any help would be nice 
|

Sorai
|
Posted - 2006.04.30 23:27:00 -
[644]
Edited by: Sorai on 30/04/2006 23:27:46
Originally by: Space Chutney Can someone provide a simple piece of php code so that it asks for trust?
All the examples I've found are out-of-date or just don't work I have had it working in the past, but I've fogotten how to do it.
Something like this (But doesnt work)?
Make sure you send the header() before any output from your script, Chutney. If your script sends output, the header() call will always fail (well, you can buffer to get around that; not sure if you have that set up...)
This works for me:
header("eve.trustme:http://www.example.com/::IGB Trust Example",false); -- Sorai Carbide Industries Proprietor of EVEbay, EVE's free auction house. --
|

Sorai
|
Posted - 2006.04.30 23:29:00 -
[645]
Edited by: Sorai on 30/04/2006 23:31:03 Edited by: Sorai on 30/04/2006 23:29:21
Originally by: Shot Callista (sorry, couldn't edit last post - apparently the thread does not exist)
This is a bug that I have observed in the forums. The edit does actually get saved, from what I can tell -- it's just that the system doesn't properly forward you back to the thread that you came from. You have to navigate back to the thread/post that you were editing yourself.
It looks like an off-by-one error in the forum code; the test edit that I just tried forwarded me to:
http://oldforums.eveonline.com/?a=topic&threadID=79111&page=18
... instead of ...
http://oldforums.eveonline.com/?a=topic&threadID=79111&page=17
I wonder who I report that to? Maybe the CCP mods? -- Sorai Carbide Industries Proprietor of EVEbay, EVE's free auction house. --
|

Space Chutney
|
Posted - 2006.05.01 11:07:00 -
[646]
 Originally by: Sorai Make sure you send the header() before any output from your script, Chutney. If your script sends output, the header() call will always fail (well, you can buffer to get around that; not sure if you have that set up...)
This works for me:
header("eve.trustme:http://www.example.com/::IGB Trust Example",false);
Thanks, I did manage to find something:
$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:http://".$_SERVER['HTTP_HOST']."/::"); $trusted = false; } else { $trusted = true; // get pilotname $pilotname = $_SERVER['HTTP_EVE_CHARNAME']; $corpname = $_SERVER['HTTP_EVE_CORPNAME']; } } } get_trust();
---
But yours is a lot easier...
|

babardelos
|
Posted - 2006.05.09 13:56:00 -
[647]
Noob question.Don't shoot pls. How can i add links to a site so i can make them readable in eve explorer.I use dreamwaver like a noob i am and i was hoping someone can direct me on that.
|

Sorai
|
Posted - 2006.05.13 02:22:00 -
[648]
Originally by: babardelos Noob question.Don't shoot pls. How can i add links to a site so i can make them readable in eve explorer.I use dreamwaver like a noob i am and i was hoping someone can direct me on that.
EVE Explorer (I assume you mean the in-game browser or IGB) uses just normal anchor tags (links) that are standard across all browsers/sites/Dreamweaver. If you create a normal tag it should work -- I can't speak to using Dreamweaver specifically, unfortunately, as I have no experience with it. I suppose it is possible it inserts a link that isn't useable from the IGB; although I am not sure how...
Anyway, try just a normal anchor/link. :) -- Sorai Carbide Industries Proprietor of EVEbay, EVE's free auction house. --
|

Commander Kahn'Alzaor
|
Posted - 2006.05.16 03:11:00 -
[649]
Edited by: Commander Kahn''Alzaor on 16/05/2006 03:12:32 Does anyone know why a this wouldnt be displaying the textfeilds?
<form name="login" method="POST"> <p align="center">Members Login Box | Username <input type="text" name="textfield2"> Password <input type="text" name="textfield"> Corp ID <?php echo ($_SERVER['HTTP_EVE_CORPID']); ?> <input name="corpID" type="hidden" id="corpID5" value="echo ($_SERVER['HTTP_EVE_CORPID']);"> <a href="#">Log Out</a></p> </form>
Im completly stumped. anyone?
|

Commander Kahn'Alzaor
|
Posted - 2006.05.16 03:24:00 -
[650]
now thats just plain crazy. this code works.
<form name="login" method="POST"> <p align="center">Members Login Box | Username <INPUT STYLE="width:80px;" TYPE="text" NAME="uName"> Password <INPUT STYLE="width:80px;" TYPE="text" NAME="pWord"> Corp ID <?php echo ($_SERVER['HTTP_EVE_CORPID']); ?> <input name="corpID" type="hidden" id="corpID5" value="echo ($_SERVER['HTTP_EVE_CORPID']);"> <a href="#">Log Out</a></p> </form>
anyone else run into this or is it just me being a noob?
|

Shot Callista
|
Posted - 2006.05.16 15:30:00 -
[651]
Edited by: Shot Callista on 16/05/2006 15:30:33
Originally by: Commander Kahn'Alzaor
<input name="corpID" type="hidden" id="corpID5" value="echo ($_SERVER['HTTP_EVE_CORPID']);">
You might want to change that to:
<input name="corpID" type="hidden" id="corpID5" value="<?php echo ($_SERVER['HTTP_EVE_CORPID']); ?>">
As for the text input fields not rendering - I've no idea. The IGB is full of many unexplained mysteries, and I've almost given up attempting to work around them all. ---
|

Commander Kahn'Alzaor
|
Posted - 2006.05.19 04:58:00 -
[652]
Turns out they were breaking because the form was inside a table.
thanks for pointing out the <php > bits . im trying to teach myself php content so i guess i can use that as an excuse right? 
|

Devilen
|
Posted - 2006.05.22 06:12:00 -
[653]
Hello,
Looking over this site I can not find this info any where.
I am trying to make a ingame website where it will use a SQL database holding usernames and passwords well I made it work to be able to add into the database but it wont show the login page showing that the person has logged in. If there is any way you guys here would be able to help me out thank you!
|

Takigama
|
Posted - 2006.05.24 09:36:00 -
[654]
Originally by: Traveler Hi,
sorry for not replying for such a long time. The relative path bugs should be fixed, please test. To make showinfo: work on a character, your need to supply 1373 not 1 now.
As of 3910, i dont seem to be able to reproduce the bugs with various redirection options (as in make the request go into that wierd unicode state).
submit forms with something like: <form method="post" action="?foo=bar"> <form method="post" action="page.html?foo=bar"> work along with locations like header("Location: t.php?foo=bah"); header("Location: ?foo=bah");
one thing i did manage to find tho, is (in general, happens with any kind of link really) if you linkage to something like "../page.ext" from the root of a url (i.e. http://host/url.ext it'll submit a request for /../page.ext. Which screams "dont do that u tool!" and really is a non-issue imho.
There is one odd bug, and if i can find a reliable way of reproducing it, i'll submit a br. if i've got a form in a table on a "long" page. If i scroll to the bottom and back up again, the form input's disappear (but only from the table).
The 302 redirection not updating the url in the browser thing still exists though.
The page rendering times in 3910 are amazingly improved, specially noticable with large tables.
|

Takigama
|
Posted - 2006.05.24 09:47:00 -
[655]
Originally by: Devilen Hello,
Looking over this site I can not find this info any where.
I am trying to make a ingame website where it will use a SQL database holding usernames and passwords well I made it work to be able to add into the database but it wont show the login page showing that the person has logged in. If there is any way you guys here would be able to help me out thank you!
Keep in mind, the igb doesnt support cookies, so if your using sessions they have to be passed in the url. If your coding php, you can turn on session.use_trans_sid in your php.ini (or .htaccess as well).
|

Jaka
|
Posted - 2006.05.24 15:18:00 -
[656]
Edited by: Jaka on 24/05/2006 15:19:11 It supports cookies, but only session cookies (those that are gone when you close the client) and not permanent (timed expiry date) cookies.
Can someone explain to me why the html entities in submitted fields are encoded? For example "<" becomes "& lt ;", but this really shouldn't happen with input fields. --- Jaka's T2 construction component shop |

Takigama
|
Posted - 2006.05.25 01:52:00 -
[657]
Originally by: Jaka Edited by: Jaka on 24/05/2006 15:19:11 It supports cookies, but only session cookies (those that are gone when you close the client) and not permanent (timed expiry date) cookies.
Can someone explain to me why the html entities in submitted fields are encoded? For example "<" becomes "& lt ;", but this really shouldn't happen with input fields.
The problem i had was essentially session starting in a 302. which doesnt work with the igb, as for non-persistant cookies, i can live with that:)
but i was doing sometihng like this: <?php session_start(); if(!isLoggedIn()) { header("Location: login.php?from=$thisurl"); }
....
Now if you werent logged in in the first place you got a redirection, which would be fine, but because the session_start() was there, it was detecting no active session and starting one... i.e. set-cookie. Which resulted in this kind of behaviour:
igb: GET /page.php User-agent: EVE-minibrowser/3.0 ....
server: HTTP/1.1 302 Found Set-Cookie: SOMECOOKIE=somevalue; path=/ Location: login.php?from=page.php
igb: GET login.php?frompage.php User-agent: EVE-minibrowser/3.0 Eve.solarsystemname: ...
with no cookie.. ironically the internal php session code was actually picking up on the lack of a cookie and then moving back to trans_sid automagically. So lesson learned, 302 + Set-Cookie doesnt work on the igb, which isnt that hard to code around, it now looks like (so the set-cookie happens on a 200 rather than a 302):
<?php session_start(); if(!isLoggedIn()) { printloginpage(); return 0; }
and the login code is something like: function printloginpage() { ... <html> <body> <form method="post" action="login.php?from=$thispage">...</form>... etc }
|

Bob Niac
|
Posted - 2006.05.27 16:13:00 -
[658]
Hi .. this just came up recently due to the patch.
Posting links ing chat that are on multiple lines are not functional __________________________________
Yarr! Pirate Learning Skills! |

Lu'Pa
|
Posted - 2006.05.29 16:21:00 -
[659]
Hello.
The information provided in the links in the first post dates back to March'2005.
Some of it is already outdated. For instance, tables are now much faster to render.
Is there some possibility that this documentation will be updated? I keep wondering if i'm missing out on some new cool attributes that are now available and weren't in March'2005.
Anyway, great work on speeding up table rendering.
Regards, Lu'Pa
|

Devilen
|
Posted - 2006.05.30 02:34:00 -
[660]
I have tried the many different ways to get logins to work witht he IGB but they will not work it will not let you log in and save the settings for people to login. but it does show that the information was sent to the server to login and was correct.... It just will not save the login info to switch over to the different page it is to show.
|
| |
|
| 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 |