Page 1 of 1

Change in automation?

Posted: Thu Jun 30, 2011 12:26 am
by DaymItzJack
I can't get the automation to work for sending/getting the pages.

I'm simply trying to do:

Code: Select all

import urllib2

data = urllib2.urlopen("'http://www.hacker.org/runaway/index.php?username=DaymItzJack&spw=1...1").read()
and it'll only return level 0, no matter if I include gotolevel or not. Has anything changed recently?

Posted: Thu Jun 30, 2011 3:39 am
by virus171
when submitting your data, its "name=..." not "username=..."

Posted: Thu Jun 30, 2011 7:56 pm
by DaymItzJack
God, sometimes it's the stupid things that hinder us from working lol.