Username: 
Password: 
Restrict session to IP 

Comments on Gekkó

1 2 3 4 5 6 7
Global Rank: 5
Totalscore: 549925
Posts: 199
Thanks: 207
UpVotes: 207
Registered: 14y 162d






Last Seen: 2s
The User is Online
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
Quote from Jinx
May 24, 2011 - 20:04:16

Even in english I'm not understanding the explanation of Chapter #2 about the distances. Maybe someone can explain this more clearly.

Picture the situation, and you'll get the picture.
Global Rank: 102
Totalscore: 167825
Posts: 38
Thanks: 68
UpVotes: 34
Registered: 14y 269d




Last Seen: 218d 9h
The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
I'm proud to announce that the English version of Gekko is made online. The first six levels have been translated by tehron, CHItA and tripleedged, the remaining chapters are still not translated, but I would be happy if any of you guys could continue the work and help to finish it. Also the epilogues are not translated yet which I think as a mayor part of the challenges, I need volunteers to translate those too. I have not tested this very thoroughly, so there are certainly some bugs, please don't hesitate to drop me a line if you find anything. Later I'm planning to add some kind of achievement system for these orthogonal challenges like translation, bug hunting, maybe making gekko more popular, donation etc, so if you are onto this kind of things too, you will be rewarded later.

Now come and play Smile
Global Rank: 63
Totalscore: 232909
Posts: 15
Thanks: 23
UpVotes: 13
Registered: 15y 43d







The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
I cant link my gekko-account to wechall.
Global Rank: 102
Totalscore: 167825
Posts: 38
Thanks: 68
UpVotes: 34
Registered: 14y 269d




Last Seen: 218d 9h
The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
My scripts on gekko.csokavar.hu still work fine. Did you double check that you used the correct username/email combo?
Global Rank: 102
Totalscore: 167825
Posts: 38
Thanks: 68
UpVotes: 34
Registered: 14y 269d




Last Seen: 218d 9h
The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
To be more precise: the email validation that should have been performed by wechall.net was not called for the user named garfield.
Last edited by encse - Jul 05, 2011 - 20:20:26
Global Rank: 252
Totalscore: 87267
Posts: 1635
Thanks: 1337
UpVotes: 886
Registered: 16y 43d




Last Seen: 14h 27m
The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
I have investigated the problem a bit and can reproduce it on my localhost too:

The error i get is the following:

Quote from curl

47 - Maximum (20) redirects followed


The weird thing is that there seems to be no redirect for the scripts.
If i disable CURLOPT_FOLLOWLOCATION it works fine.
Sadly the followlocation is needed for one or two sites, and i have currently no idea what's wrong.
If you encounter this error when linking another site, please let me know.
Maybe there is a bug in curl.

Edit:
The problem is that the gecko servers sends 302 status codes redirecting to the same page.
If i access the same urls with firefox i get a 200.
The geeks shall inherit the properties and methods of object earth.
Last edited by gizmore - Jul 06, 2011 - 14:49:32
Global Rank: 102
Totalscore: 167825
Posts: 38
Thanks: 68
UpVotes: 34
Registered: 14y 269d




Last Seen: 218d 9h
The User is Offline
RE: Comments on Gekkó
Google/translate3Thank You!2Good Post!1Bad Post! link
Must be a cookie setting problem, firefox handles it well but curl doesn't. I should fix it. Thanks.
Global Rank: 252
Totalscore: 87267
Posts: 1635
Thanks: 1337
UpVotes: 886
Registered: 16y 43d




Last Seen: 14h 27m
The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
Yeah, it was a cookie problem Smile

I was able to fix it by adding a cookiefile to the GWF_HTTP stuff:
GeSHi`ed php code
1
2
3
$cookiefile = tempnam('xxx/yyy', 'cookie');
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookiefile);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookiefile);

Happy Challenging!
The geeks shall inherit the properties and methods of object earth.
Global Rank: 102
Totalscore: 167825
Posts: 38
Thanks: 68
UpVotes: 34
Registered: 14y 269d




Last Seen: 218d 9h
The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
Is there anything I should do about it?
Global Rank: 252
Totalscore: 87267
Posts: 1635
Thanks: 1337
UpVotes: 886
Registered: 16y 43d




Last Seen: 14h 27m
The User is Offline
RE: Comments on Gekkó
Google/translate2Thank You!1Good Post!1Bad Post! link
No, i fixed it in my GWF_HTTP class Smile
Your cookie hint was very helpful though ;)
The geeks shall inherit the properties and methods of object earth.
1 2 3 4 5 6 7
encse, tunelko, feicuijade, quangntenemy, TheHiveMind, Z, balicocat, Ge0, samuraiblanco, arraez, jcquinterov, hophuocthinh, alfamen2, burhanudinn123, Ben_Dover, stephanduran89, braddie0, SwolloW, dangarbri have subscribed to this thread and receive emails on new posts.
1 people are watching the thread at the moment.
This thread has been viewed 210668 times.