You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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,())
|

-