Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Any idea with my code? filter_list
Author
Message
Any idea with my code? #1
import urllib

proxa = raw_input("Add http proxylist: ")
file = open(proxa,'r')
sor = file.readline()
while sor:
sor = file.readline()
lines = file.read().splitlines()
for i in range(len(lines)):
line = lines[i]
next_line = lines[i+1]
next_line = file.readline()
x = raw_input("Adfly link: ")
proxies = {'http': sor}
b = urllib.urlopen(x, proxies=proxies).read()

Reply







Users browsing this thread: 1 Guest(s)