Got some major work done with DrSchnz. Classes for multi threading are done and there have been some updates to the GUI.
Need to correctly get it to "view" the web page, WebClient's method DownloadString does not seem to add the views, will do some debugging later/tomorrow.
Supports proxies too, and taking them from Tube Increaser.
For any programmers interested, an SVN will be set up shortly. The threads work like this:
ThreadPool threadPool = new ThreadPool(deligate() { // This code will be ran by every thread for a set amount of times
});
threadPool.Count = 10; // 10 Threads at one time
threadPool.MaximumExecutions = 50; // Run it 50 times
threadPool.Start();
Update:
Appears that the viewing code is working ( http://c0bra.110mb.com/log.txt). Just most of the proxies are off-line. something like 17 out of 50 which should be much better, ill check for any more problems tomorrow.
Update 2:
General users look under the downloads section to try it out, please note it will be very buggy, requires .NET framework, other library's come in the download. |