at Hyperz.SharpLeech.Leecher.Leech.GetVbulletinPostInfo(String url, CookieCollection cookies)
at Hyperz.SharpLeech.MainForm.LeechThreadWorker(Object state)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
hey i got it working had to change urlthanks HyperZ for this awesome tool
With the same site? What'd you change it to? I was having the same problem.
Trying wont hurt.
@captcha: Not at the moment. Some future version might included a webbrowser that can be used if all else fails to grab the cookies and pass them to the 'engine'.
for (int i = 0; i < myArray.Length; i++)
ThreadPool.QueueUserWorkItem(new WaitCallback(BeginSending), (object)i);
private void BeginSending(object t)
{
int ForumCount = (int)t;
WebReq[SendCount].Method = "POST";
WebReq[SendCount].ContentType = "application/x-www-form-urlencoded";
WebReq[SendCount].ContentLength = buffer[SendCount].Length;
.....
..... (etc)
}