Page 1 of 1

problem with r97?

Posted: Tue 11 May 2010, 11:20:30
by god7134
i tried using operagame in ogame.de with opera 10.53.
but i don't get anything.. just like i am using a blank folder o_O

is it just me or have others the same problem?

(the old operagame (r96) shows at least time and jump gate button etc)
but now i dont get anything o_O

can someone help me? ^^

Re: problem with r97?

Posted: Tue 11 May 2010, 14:34:03
by cedricpc
Hi,

In which sort of universe are you trying to play? A redesigned universe? Can you see error(s) related to OperaGame in the Opera's Error Console? If you type "javascript: alert(typeof opG);" in the address bar of the universe, does it tell you "object" or something else? On which operating system are you running? If you let only OperaGame_Core — it can stand alone — what's happening?

I've just tried with a fresh install on Opera 10.54 (b3388) win32 and it works like a charm, even with files given by the updater. :?

Good luck. :)

Re: problem with r97?

Posted: Tue 11 May 2010, 17:55:10
by god7134
an old universe (no redesign), i'm working win7 64bit and no errors for operagame in the error console (just skin, http://www.abload.de/img/clipboard01b62h.jpg ).. it is just as the folder is empty..

if i use the updater (r96 modified from a previous thread) i get the same result..

if i type "javascript: alert(typeof opG);":
"<uniXX.ogame.de>"
"object"

hope this will help ^^

Re: problem with r97?

Posted: Tue 11 May 2010, 19:08:30
by cedricpc
Yes, it helps a little. Now, I can say that OperaGame is "running" because the object exists — and so it knows that it is an OGame server. :)

I have to know why nothing seems fired. Try to type "javascript: var list = []; for (var i in opG) { if (opG.isTxt(opG)) { list.push(i + ' = ' + opG.toStr(opG)); } } alert(list);" in the address bar and give me the result in a PM, I will be able to determine more accurately at which step it is blocked. ;)

Re: problem with r97?

Posted: Tue 11 May 2010, 21:49:39
by cedricpc
Erf... It fails with the xdm method. Try to go to http://operagame.global.0.0.0.0/, you should see "Could not locate remote server". Then type "javascript: alert(opG.isCookieServer);" in the address bar and it should say "global" and tell me what's happening.

Re: problem with r97?

Posted: Wed 12 May 2010, 00:58:51
by god7134
nothing is happening oO
but if i type "javascript: alert(opG.isCookieServer);" in the ogame window i see a pop up with "false"

Re: problem with r97?

Posted: Wed 12 May 2010, 01:09:38
by cedricpc
Barf, it's strange... False is everything but what I expected! :shock: It should fail if the page is not loaded properly, or "global" on the contrary, but not "false". :?
So what's returning "javascript: alert(opG.server);"?

Re: problem with r97?

Posted: Wed 12 May 2010, 01:56:29
by god7134
twice the universe url..
e.g.:
<uniXX.ogame.de>
uniXX.ogame.de

Re: problem with r97?

Posted: Wed 12 May 2010, 02:02:26
by cedricpc
Oh! :) You have to do these both "commands" when you are on http://operagame.global.0.0.0.0/. ;)

Re: problem with r97?

Posted: Wed 12 May 2010, 02:27:20
by god7134
oh ^^ sorry.. my bad O=)

but i had the userscript only activated for "uniXX.ogame.de" (rightclick in the ogame window, sitespecific settings, user javascript etc)

i have activated it now for everything o_O
and magically its working..

ps: "javascript: alert(opG.isCookieServer);" --> global
"javascript: alert(opG.server);" --> <operagame.global.0.0.0.0>

operagame.global.0.0.0.0

very strange o_O

sorry for your time :(

Re: problem with r97?

Posted: Wed 12 May 2010, 02:59:14
by cedricpc
Ahah! :lol: I though that was so strange... :D
god7134 wrote:ps: "javascript: alert(opG.isCookieServer);" --> global
"javascript: alert(opG.server);" --> <operagame.global.0.0.0.0>

operagame.global.0.0.0.0

very strange o_O
Oh no, it's not strange, that's exactly what I expected. ;)
god7134 wrote:sorry for your time :(
No problem, I'm here for that. :) And now, I have another answer for the FAQ concerning installation problems. :mrgreen:

Re: problem with r97?

Posted: Wed 12 May 2010, 03:06:35
by god7134
that "strange" was meant for the "user script adress" ^^

and its cool to help whith my own foolishness xD

and big THX for all the time you invested to make this great script ^_^

Re: problem with r97?

Posted: Wed 12 May 2010, 03:15:59
by cedricpc
A foolishness, maybe. But you have been able to solve it by yourself, it's the main thing. :D

The address for cookies is based on the 0.0.0.0 hack in order to store cookie in an "hidden" place. But it's not easy to manage cookie for each universe on the same domain, so I've putted the server name before. :)
god7134 wrote:and big THX for all the time you invested to make this great script ^_^
:lol: No problem, it is helpful for me too. :D

Have a nice night/morning. ;)