Level doesn't increase at games site

This forum is for discussions related to the Runaway Robot puzzle
Post Reply
guga
Posts: 17
Joined: Fri Mar 02, 2012 2:39 pm

Level doesn't increase at games site

Post by guga »

Hi there,
I have a problem with my solver program for this one. I'm using wget with cookies to submit my solutions and everything seems to work fine. i.e. the level I receive increase. So I stopped my program at lvl 100 to make some improvements on the code. So I definitely reached lvl 100. But when I am visiting the games site with my browser it tells me I am still at lvl 9. My forum profile tells me the same (9).
Am I missing something when I submit my solutions?

Cheers
guga
megabreit
Posts: 141
Joined: Sat Jan 03, 2009 3:33 pm

Post by megabreit »

I'd suspect that your program doesn't do the login "right". In this case you play the game anonymously and losing all progress in the end. You should check your cookie handling... and of course your username/password, remember special characters need to be encoded too!
guga
Posts: 17
Joined: Fri Mar 02, 2012 2:39 pm

Post by guga »

Oh damn. :roll:
Why the hell am I trying to log in with ...index.php?user=guga&pass=********* ??
That's obviously a RTFM :D

Thanx megabreit
Post Reply