Name: Anonymous 2007-12-29 20:51
soup my fellow anons.
because i'm one of the most bored persons on the planet today, i decided to get around to writing a script that logs in to someone's myspace and dumps all their messages/comments (for dox dropping/reference).
unfortunately, due to myspace being horrible faggots (i'm not used to such shitty coding) - i can't seem to figure out just what the fuck they are doing with their javascript function __doPostBack().
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
obviously, i can see what this does, it just sets a value for a form, right?
however, when i try to POST that form with the values i would normally see, it keeps me on this first page of messages or comments.
any ideas, guys?
not to sound l4m3 or anything, but this is too small of a job for actual coding, so it's being done in php using curl. kthnx
because i'm one of the most bored persons on the planet today, i decided to get around to writing a script that logs in to someone's myspace and dumps all their messages/comments (for dox dropping/reference).
unfortunately, due to myspace being horrible faggots (i'm not used to such shitty coding) - i can't seem to figure out just what the fuck they are doing with their javascript function __doPostBack().
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
obviously, i can see what this does, it just sets a value for a form, right?
however, when i try to POST that form with the values i would normally see, it keeps me on this first page of messages or comments.
any ideas, guys?
not to sound l4m3 or anything, but this is too small of a job for actual coding, so it's being done in php using curl. kthnx