problem with r97?
problem with r97?
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? ^^
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?
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.
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.
Software is like sex, it's better when it's free. (Linus Torvald)
Re: problem with r97?
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 ^^
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?
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.
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.
Software is like sex, it's better when it's free. (Linus Torvald)
Re: problem with r97?
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.
Software is like sex, it's better when it's free. (Linus Torvald)
Re: problem with r97?
nothing is happening oO
but if i type "javascript: alert(opG.isCookieServer);" in the ogame window i see a pop up with "false"
but if i type "javascript: alert(opG.isCookieServer);" in the ogame window i see a pop up with "false"
Re: problem with r97?
Barf, it's strange... False is everything but what I expected! 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);"?
So what's returning "javascript: alert(opG.server);"?
Software is like sex, it's better when it's free. (Linus Torvald)
Re: problem with r97?
twice the universe url..
e.g.:
<uniXX.ogame.de>
uniXX.ogame.de
e.g.:
<uniXX.ogame.de>
uniXX.ogame.de
Re: problem with r97?
Oh! You have to do these both "commands" when you are on http://operagame.global.0.0.0.0/.
Software is like sex, it's better when it's free. (Linus Torvald)
Re: problem with r97?
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
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?
Ahah! I though that was so strange...
Oh no, it's not strange, that's exactly what I expected.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
No problem, I'm here for that. And now, I have another answer for the FAQ concerning installation problems.god7134 wrote:sorry for your time
Software is like sex, it's better when it's free. (Linus Torvald)
Re: problem with r97?
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 ^_^
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?
A foolishness, maybe. But you have been able to solve it by yourself, it's the main thing.
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.
Have a nice night/morning.
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.
No problem, it is helpful for me too.god7134 wrote:and big THX for all the time you invested to make this great script ^_^
Have a nice night/morning.
Software is like sex, it's better when it's free. (Linus Torvald)