open All Channels
seplocked Test Server Feedback
blankseplocked Ingame Web Browser Bug Thread
 
This thread is older than 90 days and has been locked due to inactivity.


 
Pages: first : previous : ... 8 9 10 11 [12] 13 14 15 16 ... : last (25)

Author Topic

Aiolos Caci
Caldari
Destructive Influence
Northern Coalition.
Posted - 2005.09.03 19:37:00 - [331]
 

Traveler && Co.

Could you please point me to the location of the extended access rights mask doc? The current one only covers first 42 bits. I'm looking for the info on rest of them which came with the patch (Container access HQ, Container Access Based At, Container Access Other, Hangar Access HQ, Hangar Access Based At, Hangar Access Other, etc). Also a word on the size of that number just to satisfy my curiosity :) Do I need to provision for more than 64 bits or not?

Thanks!

Traveler

Posted - 2005.09.06 07:00:00 - [332]
 

Actually, i don't know the exact meaning of each of the newer bits. The IGB only forwards the value to the webserver.
The only list i have looks like this:
'corpRoleDirector',1L
'corpRolePersonnelManager',128L
'corpRoleAccountant',256L
'corpRoleSecurityOfficer',512L
'corpRoleFactoryManager',1024L
'corpRoleStationManager',2048L
'corpRoleAuditor',4096L
'corpRoleHangarCanTake1',8192L
'corpRoleHangarCanTake2',16384L
'corpRoleHangarCanTake3',32768L
'corpRoleHangarCanTake4',65536L
'corpRoleHangarCanTake5',131072L
'corpRoleHangarCanTake6',262144L
'corpRoleHangarCanTake7',524288L
'corpRoleHangarCanQuery1',1048576L
'corpRoleHangarCanQuery2',2097152L
'corpRoleHangarCanQuery3',4194304L
'corpRoleHangarCanQuery4',8388608L
'corpRoleHangarCanQuery5',16777216L
'corpRoleHangarCanQuery6',33554432L
'corpRoleHangarCanQuery7',67108864L
'corpRoleAccountCanTake1',134217728L
'corpRoleAccountCanTake2',268435456L
'corpRoleAccountCanTake3',536870912L
'corpRoleAccountCanTake4',1073741824L
'corpRoleAccountCanTake5',2147483648L
'corpRoleAccountCanTake6',4294967296L
'corpRoleAccountCanTake7',8589934592L
'corpRoleAccountCanQuery1',17179869184L
'corpRoleAccountCanQuery2',34359738368L
'corpRoleAccountCanQuery3',68719476736L
'corpRoleAccountCanQuery4',137438953472L
'corpRoleAccountCanQuery5',274877906944L
'corpRoleAccountCanQuery6',549755813888L
'corpRoleAccountCanQuery7',1099511627776L
'corpRoleEquipmentConfig',2199023255552L
'corpRoleContainerCanTake1',4398046511104L
'corpRoleContainerCanTake2',8796093022208L
'corpRoleContainerCanTake3',17592186044416L
'corpRoleContainerCanTake4',35184372088832L
'corpRoleContainerCanTake5',70368744177664L
'corpRoleContainerCanTake6',140737488355328L
'corpRoleContainerCanTake7',281474976710656L
'corpRoleCanRentOffice',562949953421312L
'corpRoleCanRentFactorySlot',1125899906842624L
'corpRoleCanRentResearchSlot',2251799813685248L
'corpRoleJuniorAccountant',4503599627370496L
'corpRoleStarbaseConfig',9007199254740992L
'corpRoleTrader',18014398509481984L


Xajar
Posted - 2005.09.07 05:25:00 - [333]
 

With this new patch, I was wondering if you have introduced the support of regions on the starmap:

I just tested out

<IMG SRC="starmap:ids=10000001" size="256">

and it is still not working. Any idea if this is going to be added in soon, or if you have another fuction for the region maps?

Thanks

Enceladus
Production Group 13
Posted - 2005.09.07 23:05:00 - [334]
 

A question and idea...

Is there anyway to do a lookup on CorpID, or CharID other than your own? I would like to be able to utilize corp logos of ally corps without having to ask someone from each corp "uhh, can you go to my site so I can record your corpID please?". Same with building a corp roster as it would be tough to get every player in the corp to visit the page to capture their charID. I tried looking through this thread for an answer, so I apologize if I missed it.

Also for my 2 cents on the wanted feature of making ISK payments via a website. What about an EVE component that can be launched by the site using something like an EVE HTML tag <EVEPay> where you can pass attributes of amt of ISK being charged, description of charge, transaction ID, and a unique website ID (each website would need to register with CCP to get the ID). The component would launch something similar to a market purchase. The website/player/corp they are paying would be displayed from what is pre-registered to the website ID being used (to confirm to the purchaser they are paying the proper site). ISK can then be transferred to the proper account. After payment the IGB can redirect to a URL specified in the website ID registration to signal that a payment was made. It will pass along the transaction ID that the site can then verify by accessing an XML feed from CCP which will contain the transaction ID and amount paid. (XML idea came from another post I read a few pages back) The XML feed would only be returned to the site if the site passes their site ID and a password (specified in site registration). I'm sure that a number of us that would love this feature would be more than happy to assist traveler in developemnt. Very Happy

Comments? Bashes?

Grismar
Gallente
Vertigo Corp
Posted - 2005.09.08 20:14:00 - [335]
 

The most recent patch fixed some table alignment stuff! Yay! It also broken the showinfo:1//<id> for agents. It now only works for player characters...

Anyone know a workaround for this problem?

Greetings,
Grismar.


Traveler

Posted - 2005.09.09 05:31:00 - [336]
 

use showinfo:1373//<id> . 1 was the global character type which got removed with the patch. Therefore we use a fake type now.

Cybu
Caldari
Big Guns Inc.
Atlas Alliance
Posted - 2005.09.09 16:42:00 - [337]
 

Edited by: Cybu on 09/09/2005 16:54:27
Edited by: Cybu on 09/09/2005 16:41:56
Is there any way to get the character's corp title in php?

There also seems to be a bug with the email:/emailto: thing. I only get to send mass messages to 'corp'.

Lo'Ra Sha'pa'ai
Minmatar
Posted - 2005.09.09 23:46:00 - [338]
 

Cheers,
I've tried this example to get the pop up and to be able to start to use the server vars, but i don't get squat, so talk to me, what am i doing wrong? i just did copy paste...
Regular apache - php server.
Also i'm a programmer myself so i'm pretty sure that must be either something with changes that wasn't told, or something with $HTTP_SERVER_VARS...
So ideas?

Ray McCormack
Nordar Innovations.
Posted - 2005.09.12 19:52:00 - [339]
 

// Set Server Variables For Ease of Use
$charname = $HTTP_SERVER_VARS['HTTP_EVE_CHARNAME'];
$charid = $HTTP_SERVER_VARS['HTTP_EVE_CHARID'];
$corpname = $HTTP_SERVER_VARS['HTTP_EVE_CORPNAME'];
$alliancename = $HTTP_SERVER_VARS['HTTP_EVE_ALLIANCENAME'];
$regionname = $HTTP_SERVER_VARS['HTTP_EVE_REGIONNAME'];
$constellationname = $HTTP_SERVER_VARS['HTTP_EVE_CONSTELLATIONNAME'];
$solarsystemname = $HTTP_SERVER_VARS['HTTP_EVE_SOLARSYSTEMNAME'];
$stationname = $HTTP_SERVER_VARS['HTTP_EVE_STATIONNAME'];

etc, etc, etc. You may need to use stripslahes($var), though, depending on your server.

Mancer
Posted - 2005.09.15 07:40:00 - [340]
 

I'm currently doing a corp website so I've been trying to gleam as much information for what the ingame browser can do and I will surely note any bugs I stumble across later on.

However for now I just wanted to waste your time with a flight of fantasy.

It's already suggested that the ingame browser will not support Javascript or Flash, However I had a vivid imagination and thought of what an in-game browser would be like if it supported VRML.

VRML on the internet has never really taken off because it either relied upon Third-party browsers or plugins, but it would of been cool to see rotating ship loadouts, 3D route mapping along with other things using the Engine to render.

I know before even Traveler posts that it would never be on the agenda, but I had to mention it none the less.

Cinnander
Dirty Deeds Corp.
Axiom Empire
Posted - 2005.09.15 11:13:00 - [341]
 

Edited by: Cinnander on 15/09/2005 11:14:17
When using the PHP header(); call to redirect eg after "posting" a form, the address bar remains as the URL of the "processing" script that redirected you.
Result: If you click "back" you get the page which is actually two pages ago, and if you hit "refresh" you get a double-post situation, even though you may now be on a totally different area of the site (depending on where the script redirected you). This can be picked up by the script NP but still causes problems with certain scripts.
EG, With a script that picks up if the post button was clicked (by the presence of the _POST['button'] header and redirects to home page if not: you always get "bounced" to the index or similar. if you click "back" or hit "refresh" on what should be the page after; all because the address bar still shows "process.php?bleh&bleh"

Cybu
Caldari
Big Guns Inc.
Atlas Alliance
Posted - 2005.09.16 15:43:00 - [342]
 

Edited by: Cybu on 16/09/2005 17:10:55
Correct me if I'm wrong, but shouldn't the <pre> tag preserve spaces and line breaks? Right now I can't see it doing anything :/

Another bug: When using color #FFFFFF00 or #FFF0 to get 100% transparent doesn't work. It get's 100% visible. However, #FFFFFF01 works, and almost gives the same result.

Virtuozzo
The Collective
Against ALL Authorities
Posted - 2005.09.17 12:06:00 - [343]
 

With the unfortunate absence of eve-i.com :/ Does anybody have a mirror of nonsequitur's latest build of the pgp IGB class files? Would be dearly appreciated ..

nonsequitur
Evolution
Band of Brothers
Posted - 2005.09.18 05:31:00 - [344]
 

Edited by: nonsequitur on 04/01/2006 09:02:49
Originally by: Virtuozzo
With the unfortunate absence of eve-i.com :/ Does anybody have a mirror of nonsequitur's latest build of the pgp IGB class files? Would be dearly appreciated ..



I forgot about the stuff I had hosted on EVE-I... I uploaded the latest php/css stuff to eve-files for anyone that wants them.

*edit---
The eve-files version was accidentally named in the zip as 2.2.0 when I think it should have been 2.1.0


But you can get the latest v2.1.1 of the igbclass on the new future home.
Download HERE

Mancer
Posted - 2005.09.18 22:09:00 - [345]
 

Edited by: Mancer on 18/09/2005 22:12:24
I found a slight problem, not so much with the in-game browser as more to do with my ISP caching method. It seemed that I got a stale cache of a page I was working on and I couldn't get it to refresh to begin with.

It might have just been the ISP's problem only, however I did a little search and came across something mentioning just using the RELOAD/REFRESH button on the normal browser which causes the ISP's cache to test if the page should be retrieved based upon it's modified date or not.

This suggests that the browser sents something in the request to get the ISP's system to honour the request.

It worked with Firefox, however a second (purposely) staled page wouldn't reload from the in-game browser.

[Update:]
Might very well have been a hardware failure at the ISP's end.

Virtuozzo
The Collective
Against ALL Authorities
Posted - 2005.09.19 10:53:00 - [346]
 

Originally by: nonsequitur

I forgot about the stuff I had hosted on EVE-I... I uploaded the latest php/css stuff to eve-files for anyone that wants them.



Cheers, most appreciated.

Jaabaa Prime
Minmatar
Brutor Tribe
Posted - 2005.09.21 14:35:00 - [347]
 

The "eve.corprole" bit 55 (36028797018963968L) is tied to the role "Communications Officer", does anyone know what this role is supposed to be for ?

Cybu
Caldari
Big Guns Inc.
Atlas Alliance
Posted - 2005.09.22 12:11:00 - [348]
 

Originally by: Jaabaa Prime
"Communications Officer", does anyone know what this role is supposed to be for ?


"Communications Officer - Can moderate corporation/alliance communications channels"

Is that what you meant?

Jaabaa Prime
Minmatar
Brutor Tribe
Posted - 2005.09.23 13:37:00 - [349]
 

Originally by: Cybu
Originally by: Jaabaa Prime
"Communications Officer", does anyone know what this role is supposed to be for ?


"Communications Officer - Can moderate corporation/alliance communications channels"

Is that what you meant?

Yes, that would appear to be it, thanks.

Virtuozzo
The Collective
Against ALL Authorities
Posted - 2005.09.23 15:06:00 - [350]
 

Forgive the stupidity ... but I really miss eve-i.com :/ Is there an in game channel for IGB site development/programming where the guru's conceive their magic? If not, it might be an idea.

Jaabaa Prime
Minmatar
Brutor Tribe
Posted - 2005.10.01 03:02:00 - [351]
 

Originally by: Virtuozzo
Forgive the stupidity ... but I really miss eve-i.com :/ Is there an in game channel for IGB site development/programming where the guru's conceive their magic? If not, it might be an idea.


The only half ways official site I know is from the EVE BHs here.

In game, no idea, sorry.

anaesthesia
Posted - 2005.10.04 20:13:00 - [352]
 

For any zope users out there, here is the DTML to request trusted access, and set server side vars. In case anyone needs it:

-- snip --

<dtml-if "REQUEST['HTTP_USER_AGENT'] != 'EVE-minibrowser/3.0'">
<div style="background-color:yellow;border:1px solid black;padding:5px;margin:10px 0px 10px 0px">CAUTION! this website can only be used with the eve online ingame browser. </div>

</dtml-if>
<!-- LOOKING FOR TRUSTED HEADER INFO -->
<dtml-if "REQUEST.has_key('HTTP_EVE.TRUSTED')">
<!-- FOUND TRUSTED HEADER INFO -->
<dtml-if "REQUEST['HTTP_EVE.TRUSTED'] == 'yes'">
<!-- TRUSTED SETTING ENABLED -->
<dtml-call "REQUEST.set('charname', REQUEST['HTTP_EVE.CHARNAME'])">
<dtml-call "REQUEST.set('charid', REQUEST['HTTP_EVE.CHARID'])">
<dtml-call "REQUEST.set('alliance', REQUEST['HTTP_EVE.ALLIANCENAME'])">
<dtml-call "REQUEST.set('allianceid', REQUEST['HTTP_EVE.ALLIANCEID'])">
<dtml-if "allianceid == 'None'">
<dtml-call "REQUEST.set('allianceid', 0)">
</dtml-if>
<dtml-call "REQUEST.set('corpname', REQUEST['HTTP_EVE.CORPNAME'])">
<dtml-call "REQUEST.set('corpid', REQUEST['HTTP_EVE.CORPID'])">
<dtml-call "REQUEST.set('corprole', REQUEST['HTTP_EVE.CORPROLE'])">
<dtml-else>
<dtml-call "REQUEST.RESPONSE.setHeader('eve.trustme', 'http://www.yoursite.com/' ) ">
</dtml-if>
<dtml-else>
<dtml-call "REQUEST.RESPONSE.setHeader('eve.trustme', 'http://www.yoursite.com/' ) ">
</dtml-if>


-- snip --

Hope someone finds this useful.

anaesthesia
EVE BLACKMARKET

Virtuozzo
The Collective
Against ALL Authorities
Posted - 2005.10.11 20:16:00 - [353]
 

@ Traveller >

Any chance of updating the igbtest pages at the bughunter site? There's a bunch of pages missing it seems (like background images for instance). With the disappearance of eve-i.com all I've got left is that site for guidance (and I am by no means a programmer, I had to look up the word even :P )


Grismar
Gallente
Vertigo Corp
Posted - 2005.10.23 15:04:00 - [354]
 

I ran into a new bug with the current (3582 client, Oct 23 2005) IGB version.

When you set the 'action' attribute for a form with the 'get' method to something containing query variables, for instance:

<form action="form.php?somevar="something" method="get">
<input type="text" name="test">
<input type="submit" value="go">
</form>

And you enter "testvalue" into the text field and then post it, the IGB will try to load:

http://somesite.com/form.php?somevar=something?test=testvalue

While it -should- load:

http://somesite.com/form.php?somevar=something&test=testvalue

Note the second ? being replaced with an ampersand. It should be easily fixed by checking if the URL in the action contains any unescaped ?'s. If it does, append the GET vars with &, append them with ? otherwise.

Greetings,
Grismar.

Jack Tau
Caldari
Coalition of Nations
Coalition Of Nations.
Posted - 2005.10.28 11:28:00 - [355]
 

I am currently switching my entire site over to CSS to speed up the IGB support, but I'm having a lot of problems.. The site(http://eve.enkidu.cx) contains a lot of forms, and laying them out with CSS was difficult enough, but now it seems the IGB doesnt support fieldsets and everything has fallen to bits. So I used inline to get my forms all lined up, but then it seems that doesnt work either! Have included a sample of whats not working, but you can go to the URL in game, and see the menus all messed up, or go in a browser to see how they should be.

CSS
---
#Menu
{
list-style-type: none;
margin: 0 0 2em 0;
padding: 0;
}

#Menu li
{
display: inline;
margin-right: 1em;
border-right: 1px solid #FFFFFF;
padding-right: 1em;
font-size: 16pt;
}

#Menu li.last
{
border: none;
}

#Menu li.on a
{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;

Menu(edited-NoCode)
----
<div style="width:900px;text-align:center;">
<div id="content" style="text-align:center;">
<ul id="menu">
<li class="on">
<a href="./BPOs.asp">BPs</a>
</li>
<li>
<a href="./BuildList.asp">Builds</a>
</li>
<li>
<a href="./reports.asp">Reports</a>
</li>
<li id="last">
<a href="./forum" target="_blank">Forum</a>
</li>
</ul>
</div>
</div>

MadMuvvaMinnie
Posted - 2005.10.30 13:02:00 - [356]
 

Two very simple php pages. The first contains a form with a text box. The second prints out the contents of the text box on the first page:
Quote:
test1.php
<html>
<head></head>
<body>
<form method="post" action="test2.php">
Type Something<input type="Text" name="text1"><br>
<input type="Submit" name="submit">
</form>
</body>
</html>

test2.php
<html>
<head></head>
<body>
<?php
printf("<p>%s</p>\n", $text1);
?>
</body>
</html>



The text from test1.php is not making it to test2.php. $text1 shows as an empty string. Works fine with IE and NS. Any ideas what's going wrong?

Dale Cussler
Gallente
Sniggerdly
Pandemic Legion
Posted - 2005.10.31 10:07:00 - [357]
 

Okay, I found a rather odd bug. Define a few classes, say,


.mytable { width: 100%; background-color: #000000; }
.mytable th { background-color: #ffffff; color: #000000; }


Then, if used in this manner:


<table class="mytable">
<tr>
<th>test</th>
</tr>
</table>
<table class="mytable">
<tr>
<th>test 2</th>
</tr>
</table>


2 things go wrong there; first, the width: attribute in the style is ignored. I had to change it to:


<table class="mytable" width="100%">


In order to work.

The second bug is also interesting. The first table looks like you'd expect it to, black background, and a white bar with black text.

The second table, however, is completely buggered up, and all style and class information isn't even applied. This leads me to believe that you can use a class only once...


Dale Cussler
Gallente
Sniggerdly
Pandemic Legion
Posted - 2005.10.31 11:08:00 - [358]
 

And just to be complete, here's the code to do the trusted site stuff in Perl. Actually it assumes you are running under mod_perl, or HTML::Mason, or something to that effect.


sub _get_eve_headers {
# assumes $r is an Apache::Request object
my $r = shift;
my $data = {};
my $ua = $r->header_in('User-Agent');
$data->{ingame} = ($ua=~/EVE-minibrowser/) ? 1 : 0;
$data->{trusted} = ($r->header_in('Eve.trusted') eq 'yes') ? 1 : 0;

if($data->{trusted}) {
foreach (qw(charname charid alliancename corpname regionname constellationname solarsystemname corprole)) {
$data->{$_} = $r->header_in('Eve.'.$_);
}
}
}

sub _get_trust {
my $r = shift;
$r->header_out('eve.trustme' => 'http://www.yoursite.com/::Please allow us to access your pilot license information');
$r->send_http_header();
}


Jack Tau
Caldari
Coalition of Nations
Coalition Of Nations.
Posted - 2005.11.03 16:57:00 - [359]
 

Edited by: Jack Tau on 03/11/2005 16:57:21
This is something that *really* needs fixing, ASAP.. I've switched to a DIV/absolute layout for my site, which works great.. Except for forms.. If you put a form in a nested div, the page doesnt work at all(Something went wrong), if you put it in a single div(With absolute positioning) everything looks cool, except you can't type in the box :| Any help on this would be greatly appreciated, its stopping all my updates to my site.

Jack Tau

Jack Tau
Caldari
Coalition of Nations
Coalition Of Nations.
Posted - 2005.11.04 11:19:00 - [360]
 

This isnt a bug, but I thought you guys who regularly read this thread would like to know I have got a good layout format for using forms with CSS and NO tables. Its a combination of absolute layout, and margin positioning. This is not great for sites with just flat information(Just use normal CSS for that), but if you have lots of forms on your site, you will see a noticable improvement. Not only does it work, but it validates 100% as html 4.01 transitional. If anyone needs any pointers, just let me know...

Sample page

Just check out the source of the page, to see how its done.


Pages: first : previous : ... 8 9 10 11 [12] 13 14 15 16 ... : last (25)

This thread is older than 90 days and has been locked due to inactivity.


 


The new forums are live

Please adjust your bookmarks to https://forums.eveonline.com

These forums are archived and read-only