I'm currently creating a chatbot for a chatroom which is run by flash. I've tried packet logging and seeing how it works, but I don't understand it fully. Could someone give me a tutorial or point me in the right direction?
Thanks.
Thanks.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
pdata = "m=login&e=" & txtuser.text & "&z=" & txtpass.text & "&r=false"
p = p & "POST /socnet/SignInSignUp.ashx HTTP/1.1" & vbCrLf
p = p & "Host: www.fanbox.com" & vbCrLf
p = p & "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20" & vbCrLf
p = p & "Accept: text/javascript, text/html, application/xml, text/xml, */*" & vbCrLf
p = p & "Accept-Language: en-us" & vbCrLf
p = p & "Accept-Encoding: " & vbCrLf
p = p & "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7" & vbCrLf
p = p & "Keep-Alive: 300" & vbCrLf
p = p & "Connection: keep-alive" & vbCrLf
p = p & "Content-Type: application/x-www-form-urlencoded" & vbCrLf
p = p & "Referer: http://www.fanbox.com/" & vbCrLf
p = p & "Content-Length: " & Len(pdata) & vbCrLf
p = p & "Cookie: " & vbCrLf & vbCrLf
p = p & pdata
sckTest.SendData p
a = a & "GET /socnet/Desktop.aspx?src=logout&r=933808 HTTP/1.1" & vbCrLf
a = a & "Host: profile.fanbox.com" & vbCrLf
a = a & "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20" & vbCrLf
a = a & "Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" & vbCrLf
a = a & "Accept-Language: en-us" & vbCrLf
a = a & "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7" & vbCrLf
a = a & "Keep-Alive: 300" & vbCrLf
a = a & "Connection: close" & vbCrLf
a = a & "Cookie: " & List1.List(0) & "; " & List1.List(1) & "; " & List1.List(2) & "; " & List1.List(3) & "; " & List1.List(4) & "; " & List1.List(5) & "; " & List1.List(6) & vbCrLf & vbCrLf
var i, usrsArr = usrs.split("|");
for(i = 0; i < usrsArr.length;i++)
$atf("atf_"+usrsArr[i].replace(/\%/g,""));
}
Quote from: Spht on April 01, 2007, 11:45 AM
April fools!
Sincerely,
The vL April Fools Team--bringing you cutting edge April fools pranks every year
Special thanks: Spht, etc
Page created in 0.051 seconds with 12 queries.