SharpLeech 1.0.1

Status
Not open for further replies.

Hyperz

Active Member
Veteran
2,428
2009
575
13,825
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
When it's done. Can't estimate till it's nearly done.
But it should be worth the wait. Not just for the users but also anyone developing forum leechers or auto-posters. 90% of the work is being put into the backend which devs will be able to use in their project. I'm pretty confident that the library/engine will outperform any leecher or auto-poster out there with a good lead.

Edit:
And yeh, use the SL2 topic for this pl0x ;).
 
Hello,

Ihave problem with Windows 2003 :(
.Net 3.5 SP1 Installed.
But cant running apps

at Hyperz.SharpLeech.Stats.CalcHashes(List`1 hashes)
at Hyperz.SharpLeech.MainForm.StatsTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativewindow.WndProc(Message& m)
at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
Status
Not open for further replies.
Back
Top