You are not logged in.

Quoted from "Seppel^"
warst du da schonmal oder bist du alle städte bei google durchgegangen das du die unbedingt in diesen ort haben willst.
achja, nett wie ich bin hab ich sie auch dort hin geschickt ;D
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
#!/usr/bin/python
import urllib
import urllib2
import thread
import time
postParams = urllib.urlencode({
'state' : '44',
'town' : '215',
'Submit' : 'Cast your Vote!',
})
def bla():
try:
conn = urllib2.urlopen("[url]http://dannyandnina.com/thanks.php",[/url] postParams)
conn.close()
print 'vote'
except:
print 'error'
while 1:
time.sleep(0.04)
thread.start_new_thread(bla,())
|

-