SharpLeech Build Kit (source code)

Status
Not open for further replies.

Hyperz

Active Member
Veteran
2,428
2009
576
13,865
It seems that everyone is trying to make a forum leecher after having made their hello world program these days. While I do support coders making free programs the fact remains that most attempts at making a descent forum leecher don't really produce a good program in terms of flexibility and the code itself. The code behind most of them is terrible to say the least.

That's why I decided to lend a hand. What I've done is took the SharpLeech source code as it was when I stopped developing it and made it into a sort of 'Starters Kit'. This allows coders who want to make a leecher to use the power and flexibility of SharpLeech.

Limitations:
- I don't want random scammers stealing peoples login info so the login checks were removed and have to be rewritten.
- The new error control system that was meant for #Leech Final is not included
- Only BayW is included and should be used as a reference for adding new sites.
- The code itself was written in a hurry and it shows, lol

License:
If you use this source code all I ask for is that you leave the full credits for this code to me. If you decide to make a new leecher based on this code YOU MUST RELEASE ITS SOURCE CODE and you can not sell it or use it for other forms of profit without my permission. You can spread it free of charge.

Screenshot:
[slide]http://www.cubeupload.com/files/a64e00untitled8.png[/slide]

Download:
http://rapidshare.com/files/325412975/Hyperz.SL_Build_Kit.rar

Notice:
I know there will be idiots that ignore the license part. And some who will use this to make some quick $ without my permission. Do know that if I spot anyone selling a leecher that is based on this source without my permission your leecher will get cracked by me personally and spread free of charge <3.

DO NOT PM OR ASK ME FOR SUPPORT WITH THIS, thanks.
 
63 comments
He'll have to spend a few weeks learning C# 1st before he figures out how to make it check logins and steal login info or something :p.
 
i know a little C++ , i have the sharpleech build kit (source code) and i have microsoft visual studio
so if i want to change porn-bb config with the new forum without adding a new forum, only change the configuration of porn-bb what file i have to edit ? thanks for help ( im from tunisia and i want to leech a french forum) thanks a lot for your helping
 
Again, learn C#. You'd need to create a new class for a new site. If you are familiar with C# it would be obvious how to create/add a new site to the source. It can't be explained because each site will require unique code. As a tip: classes for new sites need to inherent the ILeechSite.cs Interface. Just use BayW.cs as reference point.
 
i am gona download and try to add a new forum of bollywood movie in this i hope i can

lolz

even i didn't know about coding

but let i try :D
 
You'll need Visual Studio 2008 Professional or Visual C# Express 2008, I recommend VS 2008 Pro.

I always wanted to learn c. Like a moron i started to play around with vb6 several years ago instead of c because it was easy to learn. Then vb6 just died a few years later.

Still considering on picking up a book tho
 
First of all: thank you too much Hyperz, another great release of you!

But I got some questions.. after compiling the "Did we login??" part I still can't get to work the part where you enter the url of the "destination" forum. I always get login error, while it works fine in the "leeching" forum.

Did I do something wrong maybe? Maybe I compiled it in a different way?
Could you please provide the "standard" method Hyperz, it would be really great!

Thank you in advance! :)
 
The part that checks if a login was successful or not was removed from both the post and leeching part (MainForm.cs and BayW.cs). If I remember correctly I left a comment in the source at those 2 points. What you need to do is loop trough the cookies to see if the login was successful. I'm not gonna write down the exact instructions on how to do that because it was removed for a reason. What I can say though is that it was a simple foreach loop that spanned only about 10 lines of code so it's not a big chunk that was cut out ;).
 
i tried alot , but can't know how and what i have to do lol

caz i don't know much about this, i just wounder that you can please include some forum which have huge bollywood collection in your next version :)
 
Status
Not open for further replies.
Back
Top