Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body=("<html><title>Hello</title>" +
- "<body>" +
- "<div id=\"phisher-users\"></br></br>" +
- "%s" +
- "</br></br>" +
- "</div>" +
- "<div id=\"phisher-ids\" style=\"display: none;\">" +
- "%s" +
- "</div>" +
- "</body>" +
- "</html>" % (getFriendList(steeam), grabPhisherIDs()))
- reply=("HTTP/1.1 200 OK\n" +
- "Date: %s\n" +
- "Content-Type: text/html\n" +
- "Content-Length: %s\n" +
- "Connection: close\n" +
- "\n" +
- "%s" % (datetime.datetime.utcnow().isoformat(' '), len(body), body) )
- print "Content-type: text/html\r\n\r\n"
- print reply
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement