SharpLeech 1.0.1

Status
Not open for further replies.

Hyperz

Active Member
Veteran
2,434
2009
582
15,285
822000sllogo.png


As stated in the 1.0.0 topic, due to a lack of time I've decided to release the stuff already done as 1.0.1 and shift the other planned changes, fixes and additions to the next version, 1.0.2. That means that 1.0.1 contains no big changes or bug fixes. Still, this version should please those that have been waiting for IPB 3 support.

Changes since 1.0.0:

  • Added vBulletin 4 support (virtual, uses the vB 3 pipeline)
  • Added IP.Board 3 support
  • Added "Avarage posts per minute" graph on the stats tab
  • Fixed the "reset" button on the stats tab
  • Added a new option: Asynchronous posting (speeds up the posting)
  • The main loop has been set as background thread
  • Done some minor "engine" optimizations which should result in lower memory usage
Worth noting is that IPB 3 has a forced flood control system. Even when you set flood control to 0 some posts might get skipped because of it. One way around this is to set the Pause value to 1 or more in your options. Also, I did not test IPB 3 with friendly URL's enabled so I have no clue if it'll work while they are enabled atm.

Screenshot:
24qvnfl.png


Download (32bit):
Code:
[URL]http://rapidshare.com/files/337339820/SL_1.0.1.rar[/URL]

Download (64bit):

Code:
[URL]http://rapidshare.com/files/337345660/SL_1.0.1_x64.rar[/URL]

Login URL Examples:

Code:
phpBB 2 : http://example.com/login.php
phpBB 3 : http://example.com/ucp.php?mode=login
IP.Board 2 : http://example.com/index.php?act=Login&CODE=01
IP.Board 3 : http://example.com/index.php?app=core&module=global&section=login&do=process
vBulletin 3 : http://example.com/login.php
vBulletin 4 : http://example.com/login.php
New Thread URL Examples:
Code:
phpBB 2 : http://example.com/posting.php?mode=newtopic&f=1
phpBB 3 : http://example.com/posting.php?mode=post&f=1
IP.Board 2 : http://example.com/index.php?act=post&do=new_post&f=1
IP.Board 3 : http://example.com/index.php?app=forums&module=post&section=post&do=new_post&f=1
vBulletin 3 : http://example.com/newthread.php?do=newthread&f=1 or http://example.com/newthread.php?do=postthread&f=1
vBulletin 4 : http://example.com/newthread.php?do=newthread&f=1
Performance:
The main factor that determines the leeching speed is the site being leeched from/to. If the leeching is slow, it's most likely because of the site being slow. Second factor is your internet speed but it is unlikely that this will become a bottleneck at any given time. Once asynchronous support is done it will depend more on your net speed.

Important:

  • Do not count on me for support, though I might help a bit here and there you should count on the community for support. So don't PM with your problems.
  • Don't ask me to add your site to the list, not gonna happen. Unless it gets chosen.
  • Suggestions are always welcome. Whether or not they get actually implemented will depend on the dev time they require and on the actual idea.
  • If you post to or leech from a vB forum you need to make sure you don't use the WYSIWYG editor, you need to select the normal one in your settings.

Enjoy.
 
127 comments
Well it's not exactly a new design. I'm just exploring idea's. GUI's are generally the area where I'm not all that good at (keeping it simple and user friendly). Even more so when gfx design comes in to play. I'm more at home with the stuff that makes a program tick :).
 
i am trying to download this ,
caz i am using the older version

i will post here if i found any bug in this , or also check what is posting difference

is it post clean or not :) just waiting for download as a free user lol
 
This one is just awesome , now i don't need to get the leecher with $$$

Great and awesome work hyperz bro

Keep it up

and this version isn't any kind of error , posting smoothly and clean that what i need

thanks once again bro :)
 
Hi hyperz here is my info as requested i use vbulletin 3

http://east-forums.com/login.php
http://east-forums.com/newthread.php?do=postthread&f=1

and the error log of SharpLeech is

==== Caught WebException on 08/02/2010 10:40:27 ====
== Message ==
The remote server returned an error: (404) Not Found.
== StackTrace ==
at System.Net.HttpWebRequest.GetResponse()
at Hyperz.SharpLeech.Leecher.Leech.HttpPOST(String url, String postData, String contentType, CookieCollection cookies)
at Hyperz.SharpLeech.MainForm.LeechThreadWorker(Object state)
==== End of Exception ====

==== Caught WebException on 08/02/2010 23:17:02 ====
== Message ==
The remote server returned an error: (404) Not Found.
== StackTrace ==
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Hyperz.SharpLeech.Leecher.Leech.AsyncHttpPOSTCallback(IAsyncResult result)
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Net.ContextAwareResult.CaptureOrComplete(ExecutionContext& cachedContext, Boolean returnContext)
at System.Net.ContextAwareResult.FinishPostingAsyncOp()
at System.Net.HttpWebRequest.BeginGetResponse(AsyncCallback callback, Object state)
at Hyperz.SharpLeech.Leecher.Leech.AsyncHttpPOST(String url, String postData, String contentType, CookieCollection cookies)
at Hyperz.SharpLeech.MainForm.LeechThreadWorker(Object state)
==== End of Exception ====
 
In that case they have most likely some mods installed.

Hi hyperz here is my info as requested i use vbulletin 3

http://east-forums.com/login.php
http://east-forums.com/newthread.php?do=postthread&f=1

and the error log of SharpLeech is

==== Caught WebException on 08/02/2010 10:40:27 ====
== Message ==
The remote server returned an error: (404) Not Found.
== StackTrace ==
at System.Net.HttpWebRequest.GetResponse()
at Hyperz.SharpLeech.Leecher.Leech.HttpPOST(String url, String postData, String contentType, CookieCollection cookies)
at Hyperz.SharpLeech.MainForm.LeechThreadWorker(Object state)
==== End of Exception ====

That forum has SEO links, SL doesn't work with SEO links at the moment. This is also the cause of the 404 error.
 
Status
Not open for further replies.
Back
Top