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

Mr Sunnyside
|
Posted - 2006.10.24 12:26:00 -
[751]
Edited by: Mr Sunnyside on 24/10/2006 12:26:17 Argh!!! Losing my mind over this, well it was partly gone already... :)
Can anyone be good enough to post a complete example of how I can make my portrait appear within the InGame Browser?
I am not looking for anything fancy, I would kust like to see a picture of "Mr Sunnyside" and I'll be damned if I can get it to work after a day or so.
Many thanks.
|

Furnis
|
Posted - 2006.10.26 14:41:00 -
[752]
<IMG SRC=öportrait:253821782ö SIZE=ö64ö>
http://bughunters.addix.net/igbtest/IGB-commands.html
|

Mallick
Northern Intelligence SMASH Alliance
|
Posted - 2006.10.26 16:14:00 -
[753]
The ingame browser has problems loading many pictures at the same time. And if the server the pictures is on is slow, its even worse.
When the pictures does not get downloaded fast enough, the whole EVE client lags - it drops down to almsot 3 fps. Even when closing the ingame browser, the lag does not cease to exist. You have to wait 2 or 3 minutes for it to disappear.
|

Mallick
Northern Intelligence SMASH Alliance
|
Posted - 2006.11.14 15:39:00 -
[754]
Edited by: Mallick on 14/11/2006 15:42:27 On Tranquility this website http://www.iskrem.net/eve/ works perfectly fine. On SISI (Kali) it does not.
"Page not supported."
System Error EXCEPTION #10 logged at 14.11.2006 16:35:27 Caught at: //lib/bluepy.py(19) in __call__ //ui/shared/browser.py(431) in goto //ui/control/bastard/edit.py(548) in _goto Thrown at: //ui/control/bastard/edit.py(477) in _goto //ui/control/bastard/edit.py(190) in loadhtml //ui/control/bastard/edit.py(213) in reload //ui/control/bastard/parserbase.py(346) in _loadhtml //ui/util/htmlscraper.py(92) in feed //ui/util/htmlscraper.py(106) in tagstart //ui/util/parser.py(93) in endtag //ui/control/bastard/parserbase.py(193) in onendtag //ui/control/bastard/parserbase.py(2244) in onend_div //ui/control/bastard/parserbase.py(1057) in addfloater //ui/control/bastard/parserbase.py(1101) in getoverlay_underlay //ui/control/bastard/components.py(1957) in startup Exception: TypeError: height is type 1, got str
Arguments: self : Deco object: Name: div Guid: listentry.div Type: UIWindow Parent: overlays Destroyed: 0 Locals: args : (Deco object: Name: scroll Guid: xtriui.VirtualEdit Type: UIContainer Parent: main Destroyed: 0,) width : 600 attrs : <__builtin__.Tag_div instance at 0x0ABF76F8> browser : Deco object: Name: scroll Guid: xtriui.VirtualEdit Type: UIContainer Parent: main Destroyed: 0 Thread Locals: eve.session was <Session: (sid:, clientID:, mutating:, locationid:, corprole:, userid:, languageID:, regionid:, constellationid:, role:, charid:, corpid:, gangrole:0, shipid:, solarsystemid:, solarsystemid2:, address:, userType:1, hqID:, rolesAtAll:, rolesAtHQ:, rolesAtBase:, rolesAtOther:, genderID:True, bloodlineID:1, raceID:1)> Support POS Overhaul - Read it NOW! |
|

Traveler

|
Posted - 2006.11.16 10:46:00 -
[755]
This happens because you have used percentual height within a style, which is currently not supported for all attributes. The old code just skipped those styles but the new one can actually handle percentual widths and heights in some cases. Unfortunately, it causes an exception in unsupported cases. I actually don't know if it is critical enough (QA wise) to get it fixed before Kali 1 release.
Traveler UI programmer |
|

Lord Severenth
Caldari UNIVERSAL TECH TRADE FEDERATION
|
Posted - 2006.11.17 21:54:00 -
[756]
Look, i dont want to sound like a *****, but can some one update the bloody documenation, it doesnt work, how are peopel supposed to make sites, using the IGB for there corp, when there being told to do things wrong
NEW AND UP TO DATE DOCUMENTATION PLEASE --------------------------------------------------
Have you ever been to Uranus ?
HELP ME ! |

Flav01
|
Posted - 2006.11.19 04:16:00 -
[757]
Is it just me or has the latest patch killed the IGB.
Right up till the moment the patch was brought out, I was able to view ingame forums etc. Immediately after the patch I am not. This is not limited to my comp, as I have had guys from in my Corp try and view the site and they to had problems.
Also viewing other other sites which were previously able to be viewed ingame, no longer work.
Basic html functions seems to work ok, but a lot of the unique calls seems to be having problems.
|

Imperil
Northern Intelligence SMASH Alliance
|
Posted - 2006.11.19 14:51:00 -
[758]
Originally by: Traveler This happens because you have used percentual height within a style, which is currently not supported for all attributes. The old code just skipped those styles but the new one can actually handle percentual widths and heights in some cases. Unfortunately, it causes an exception in unsupported cases. I actually don't know if it is critical enough (QA wise) to get it fixed before Kali 1 release.
Yes, the site uses DIVs instead of TABLES because of the faulty rendering of websites with TABLES in them.
Hope it gets fixed tho, as without percentage in a DIV, text will end up outside the DIV if you got borders on it for example. Maybe there is a work around, I dont know.. :\
Support POS Overhaul - Read it NOW! |

Spikum
Gallente Black Nova Corp Band of Brothers
|
Posted - 2006.11.21 21:10:00 -
[759]
ok i noticed that the backgroundcolor of inputtextfield keeps black and i havent found anyway to change it both on sisi and tq.
|

Lord Severenth
Caldari UNIVERSAL TECH TRADE FEDERATION
|
Posted - 2006.11.23 07:16:00 -
[760]
I've remade a new IGBClass file, one thats easier to decipher how it works, hope it helps anyone who wants it. Its a basic release, just enough to get people going, will make newer releases as I work a little more on it 
IGBClass_v3.0 --------------------------------------------------
Have you ever been to Uranus ?
HELP ME ! |

nonsequitur
Evolution Band of Brothers
|
Posted - 2006.11.23 20:34:00 -
[761]
Originally by: Lord Severenth I've remade a new IGBClass file, one thats easier to decipher how it works, hope it helps anyone who wants it. Its a basic release, just enough to get people going, will make newer releases as I work a little more on it 
IGBClass_v3.0
Reposted from This thread.
As a courtesy to my prior established works, would you be so kind as to change the name of your files so that they do not conflict with my efforts. I have been using the IGBClass naming convention for approximately 3 years now. My classes are still in active development, and I am preparing to release updates to them for the Revelations content patch. By utilizing the IGBClass name for your efforts, you cloud the development arena by implying that your V3 is an update to my current version 2.1.2 code. Besides calling your files a class is a bit of a misnomer since there is not actually any php class definition in either of the php files contained in your linked .zip file.
Thank you for your cooperation regarding this issue, and if you like you may check out both the demo and sources of my works with the links below.
My IGBClass files. igbclass-v2.1.2-php4.zip Live Demo
|

Jai Gar
Agents of the Veiled Dragon
|
Posted - 2006.11.29 20:21:00 -
[762]
Why is CCP trying to reinvent the wheel with this stupid IGB? license a current browser and incorporate it into the interface! How hard can that be? Also, can someone explain why the client freezes when browsing anything? Are we proxying through the CCP servers? If so, why? I have a 6Mb connection. Let me use it...
Maybe a lot of what I'm asking is already in this thread, but I don't have 2 weeks to read all the way through it... This alone should tell CCP that the current IGB is useless and they would be better off scrapping it and retooling the whole thing...
P.S. Can SOMEONE... ANYONE... at CCP figure out why, after 6-8 months, that I still have no face on any EVE location. If I can't get my face and not this stupid exclamation point, CCP should allow me to transfer the character portrait from another character for free...
|

Nekaii Onera
|
Posted - 2006.12.02 20:14:00 -
[763]
Originally by: Jai Gar Why is CCP trying to reinvent the wheel with this stupid IGB? license a current browser and incorporate it into the interface! How hard can that be? Also, can someone explain why the client freezes when browsing anything? Are we proxying through the CCP servers? If so, why? I have a 6Mb connection. Let me use it...
Maybe a lot of what I'm asking is already in this thread, but I don't have 2 weeks to read all the way through it... This alone should tell CCP that the current IGB is useless and they would be better off scrapping it and retooling the whole thing...
This has been talked about numerous times, and it's simple, the IGB isn't designed for browsing normal websites and probably never will be. Just use a normal browser for that, the IGB is reserved for site that are coded for eve and eve only. Also, no the traffic isn't being proxied, you're probably just viewing "normal" sites.
|

Jai Gar
Agents of the Veiled Dragon
|
Posted - 2006.12.03 02:25:00 -
[764]
Originally by: Nekaii Onera
This has been talked about numerous times, and it's simple, the IGB isn't designed for browsing normal websites and probably never will be. Just use a normal browser for that, the IGB is reserved for site that are coded for eve and eve only. Also, no the traffic isn't being proxied, you're probably just viewing "normal" sites.
I am not viewing "normal" sites... What does that mean, anyway? Is there a special HTML standard that CCP invented for the IGB? You can't even view their own forums with the IGB... It can't handle frames (no big deal there) or tables embedded in tables (very big deal there)... Basic formatting is lost to it. Where is the SDK or EVETML code referrence? |

mamano
|
Posted - 2006.12.04 00:52:00 -
[765]
look here in game minibrowser: http://eve-online.fatal.ru/test.php where is the "HTTP_EVE_TRUSTED"? i saw: ID=88105 HTTP_X_REAL_IP=(IP) HTTP_HOST=eve-online.fatal.ru HTTP_CONNECTION=close HTTP_USER_AGENT=EVE-minibrowser/3.0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin SERVER_SIGNATURE= SERVER_SOFTWARE=Apache SERVER_NAME=eve-online.fatal.ru SERVER_ADDR=127.0.0.1 SERVER_PORT=80 REMOTE_ADDR=(IP) DOCUMENT_ROOT=/www [email protected] SCRIPT_FILENAME=/www/e/ev/eve-online.fatal.ru/site/test.php REMOTE_PORT=59957 GATEWAY_INTERFACE=CGI/1.1 SERVER_PROTOCOL=HTTP/1.0 REQUEST_METHOD=GET QUERY_STRING= REQUEST_URI=/test.php SCRIPT_NAME=/test.php PHP_SELF=/test.php PATH_TRANSLATED=/www/e/ev/eve-online.fatal.ru/site/test.php argv=Array argc=0
|

mamano
|
Posted - 2006.12.04 00:54:00 -
[766]
code: <HTML> <HEAD> <TITLE>Testpage</TITLE> </HEAD> <BODY> <? foreach ($_SERVER as $k => $v) { echo "$k=$v<br>"; } ?> </BODY> </HTML>
|

mamano
|
Posted - 2006.12.04 01:00:00 -
[767]
also unworks:
<?ob_start();?> <HTML> <HEAD> <TITLE>Testpage</TITLE> </HEAD> <BODY> <?foreach($_SERVER as $k=>$v)echo"$k=$v<br>";?> </BODY> </HTML> <?ob_end_flush();?>
|
|

Traveler

|
Posted - 2006.12.13 09:24:00 -
[768]
mamano: There are various reasons why the turst headers are not submited: 1. Your page is not in the trusted site list and your page is on the ignored site - so it will not ask for trust 2. Your page does not ask for trust and will therefore never added to the trusted pages
Anyway, the trusted page headers are only send when the page is listed under trusted sites.
Traveler UI programmer |
|

Max Kentarii
Chaos Faction
|
Posted - 2006.12.14 10:39:00 -
[769]
Is it possible to add support for optgroup tag? http://www.w3.org/TR/html4/interact/forms.html#h-17.6 ----- Enjoying life on the other side of the fence
Wreck Salvaging Database |

Djinn Antoniq
|
Posted - 2006.12.18 19:45:00 -
[770]
Edited by: Djinn Antoniq on 18/12/2006 19:49:04 Hi there,
I'm having some wierd hassles with the old favourite: the <textarea> tag.
Basically, the page renders ok (it's quite a complex page, in terms of tables, etc. but no javascript or stuff like that), and the <textarea> shows up fine too, but when I post the info, the text area isn't coming through in the $_POST vars.
Using PHP, the site work fine in normal browsers, but I can't get the contents of the textarea coming through.
All other <input> tags on the page are coming in just fine. The tag looks like this in the generated code (in the middle of a normal HTML page):
<table width="450" border="0" cellspacing="0" cellpadding="2"> <tr> <td> <textarea name="message" rows="15" cols="55"></textarea> </td> </tr> </table>
Anyone come across this before, or have a solution / hint for me to look into?
Thanks in advance for your help!
|

Djinn Antoniq
|
Posted - 2006.12.18 19:50:00 -
[771]
Sorry for the double-post, but it won't let me edit the one above...
Wanted to add that the above code sample is enclosed with the following form tags:
<form action="posting.php" method="POST">
...
</form>
|

Laendra
|
Posted - 2006.12.18 21:18:00 -
[772]
Hey Traveler, now that Revelations is out, can we get an updated IGB documentation, or WIKI?  ------------------- |

Max Kentarii
Chaos Faction
|
Posted - 2006.12.21 14:33:00 -
[773]
Edited by: Max Kentarii on 21/12/2006 14:32:55
Originally by: Djinn Antoniq Hi there,
I'm having some wierd hassles with the old favourite: the <textarea> tag. ..
Have you tried putting the textarea-tags outside the table tags? The IGB doesnt support nested tags very well  ----- Enjoying life on the other side of the fence
Got salvage? |

Djinn Antoniq
|
Posted - 2006.12.27 10:18:00 -
[774]
Thanks - that was enough of a hint to help me get it sorted out. It seems that as you mentioned, having nested stuff inside the form isn't handled as would be expected. I re-arranged the page a bit and now have the form tags and all of the input / textarea tags inside a single container cell and it works just fine. It's no longer as pretty as it used to be, but I'm not having any more trouble.
Thanks again
|

Mecci
|
Posted - 2006.12.29 15:27:00 -
[775]
It would make my life a lot easier if the css "display" attribute were implemented. Especially the none setting, so I can hide everything else that the IGB can't handle. And make it work on every kind of element as well.
Thanks. Sign a Ture |

Malrock
Caldari Universal-Corp The Nexus Alliance
|
Posted - 2007.01.05 12:32:00 -
[776]
Hi, i would like to adress a security issue and point a possible solution. Im developing a full blown cms portal for igb, for most parts its working well, even with the limitations. It has a "security" feature where it uses "eve turst" to "login" user when he uses IGB to access the portal, when in OOG it uses a simple account/password pair, where the account is character name and password is what ever user set it to be while he "registers" using IGB. Now here's my issue. Request headers can be changed, so the IGB security can be breached, as far as i tryed i cannot use standard authentication with IGB (cookie issues ? asp.net 2.0 forms security) so it still presents security issue. Now, i know you guys at CCP are constantly busy and that but i think there is simple solution for it. Since site needs to be addedd to "trusted" list anyway, why not add a additional parameter per entry, a saved password if you will, so every request toward a site can contain the password and since its per site a user can define different passwords and thus avoid "phishing", this also would enable to buypass technology barrier and should be quite easy to do. Unity is the key. |

Max Kentarii
Chaos Faction
|
Posted - 2007.01.06 04:28:00 -
[777]
Originally by: Malrock .. It has a "security" feature where it uses "eve turst" to "login" user when he uses IGB to access the portal, when in OOG it uses a simple account/password pair, where the account is character name and password is what ever user set it to be while he "registers" using IGB. Now here's my issue. Request headers can be changed, so the IGB security can be breached, as far as i tryed i cannot use standard authentication with IGB (cookie issues ? asp.net 2.0 forms security) so it still presents security issue. ..
Have you tried using session variable for keeping track of a user's login state? Why do you need cookies? -----
Wreck Salvaging Database |

Harcole
Amarr Infinitus Odium
|
Posted - 2007.01.10 00:47:00 -
[778]
Is there any header information for getting the solarsystemID, constellationID and regionID???
I've visited the site Linkage and looked through that as well as a few others and it appears that they above mentioned variables are missing 
For my limited knowledge I need the ID's for using the showinmap:ids=idsID&markers=marksID feature or is there a way to convert the variable EVE_SOLARSYSYEMNAME and EVE_CONSTELLATIONNAME to there numeric ID's?
Any help would be fantastic!
Cheers Harcole
|

nonsequitur
Evolution Band of Brothers
|
Posted - 2007.01.10 16:29:00 -
[779]
Originally by: Harcole Is there any header information for getting the solarsystemID, constellationID and regionID???
I've visited the site Linkage and looked through that as well as a few others and it appears that they above mentioned variables are missing 
For my limited knowledge I need the ID's for using the showinmap:ids=idsID&markers=marksID feature or is there a way to convert the variable EVE_SOLARSYSYEMNAME and EVE_CONSTELLATIONNAME to there numeric ID's?
Any help would be fantastic!
Cheers Harcole
You should checkout THIS dev blog... some assembly required; your mileage may vary; if you experience heart palpitations, loss of sexual performance, chronic explosive diarrhea, or some other adverse effect from trying to use that data, seek medical attention promptly.
|

Harcole
Amarr Infinitus Odium
|
Posted - 2007.01.10 18:31:00 -
[780]
Originally by: nonsequitur
Originally by: Harcole Is there any header information for getting the solarsystemID, constellationID and regionID???
I've visited the site Linkage and looked through that as well as a few others and it appears that they above mentioned variables are missing 
For my limited knowledge I need the ID's for using the showinmap:ids=idsID&markers=marksID feature or is there a way to convert the variable EVE_SOLARSYSYEMNAME and EVE_CONSTELLATIONNAME to there numeric ID's?
Any help would be fantastic!
Cheers Harcole
You should checkout THIS dev blog... some assembly required; your mileage may vary; if you experience heart palpitations, loss of sexual performance, chronic explosive diarrhea, or some other adverse effect from trying to use that data, seek medical attention promptly.
Excellant just what I was hoping for, would of taken me some time to manually create a database with that info in!
Now back to work... 
|
| |
|
| 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 |