SharpLeech 2.0.0 ALPHA

Status
Not open for further replies.
Well it is. But it calculates the time it spend on the previous post. So:

pause_value - last_post_time_taken = the time it actually pauses

Edit:
For those having problems automatically logging in with vb 4, that problem is now fixed in the beta.

Edit2:
You can now track the progress of the beta version on the 1st post ;).
 
SL2 Beta + async resource leak fix + 10mbit wifi + pornbb =

[youtube]Xz5dHcWDITM[/youtube]

phpBB 3 was used because neither IPB nor vB were able to handle that amount of posts being fired at it. Even phpbb was not accepting every post in that video. Torture >:).

that's awesome!
so when u gonna release beta version??? m waiting restlessly :)

Again, when it's done ;).
 
Can you make it leech reverse? I saw v2 had "Old -> New and New -> Old" feature, but never ever try it. Will it leech from oldest to newest page?
ex: leech from page 30 then 29 then 28....
 
Yes that's exactly what that option does. But if you leech reversed be sure to pick a large enough starting page number.

The beta might have a "Live" method too. That would keep looping over page 1 and leech new threads as they come in.
 
Im getting a crash very frequently.. i dont know why.. once it get crashed it is showing following error message:
5clf7t.jpg


Error Log is as : http://pastebin.com/Pa5XrXyX
 
SL2 Beta + async resource leak fix + 10mbit wifi + pornbb =

[youtube]Xz5dHcWDITM[/youtube]

phpBB 3 was used because neither IPB nor vB were able to handle that amount of posts being fired at it. Even phpbb was not accepting every post in that video. Torture >:).



Again, when it's done ;).




its just awesome!!! too much speed for posting... :O :O :O
 
Hey Hyperz, thanks for the reply, my ISP does not support working without proxy on internet, i'm forced to use the local ISP proxy and i don't think it's just me, there must be many using same method, please please please, i really love your app and i can't stand looking at SL 1.0 infront of your amazing 2.0 :)

Please consider making it read IE proxy settings in the upcoming release and me and others will be really appreciated and grateful.

Waiting for your kind reply :)
 
You have a valid point there. The Pre-ALPHA used the stock IE proxy settings just like SL1 did. But under .NET 4 it made the networking unstable for some reason. Did you ever try the Pre-ALPHA version?
 
I have tried using this ALOT and it worked after a few tries... I tried the EXACT SAME settings today for BayW and it reads pages of threads but then it either crashes or stops doing anything.

Here is my pastebin: http://pastebin.com/NAe32kGe

Here is another pastebin including 2 seperate sites i DO have accounts for with the same info.

In BayW it just says Reading topic # on page #

In Warez Centre it says Extracting from page 1/2/3/4/etc.

http://pastebin.com/xkP1q5Ft
 
Hyperz,
Would it be possible to choose your own custom hiding links. Like some websites i need [hide] codes another i need,
Code:
, and for another i need a special one that is something like [hide-reply]______[hide-reply].

I think it would be cool to choose your own one you need, like have different resets or type in the one you need. 

Thanks
 
You can make a hack for that. For example if you're leeching from warez-bb open the Warez_BB.xml file and find this:

PHP:
            return base.GetTopic(url);
replace with:

PHP:
            // Config
            string findTag = "code";
            string replaceTag = "hide-reply";

            // Don't edit below
            string pattern = @"(?i)\[" + findTag + @"\]" +
                             @"([\s\S]*)\[/" + findTag + @"\]";
            string replace = "[" + replaceTag + "]${1}[/" + replaceTag + "]";
            SiteTopic topic = base.GetTopic(url);

            if (topic == null) return null;

            topic.Content = System.Text.RegularExpressions.Regex.Replace(
                topic.Content,
                pattern,
                replace
            );

            return topic;
You can basically manipulate the topic in any way you like trough the plugins.

I have tried using this ALOT and it worked after a few tries... I tried the EXACT SAME settings today for BayW and it reads pages of threads but then it either crashes or stops doing anything.

Here is my pastebin: http://pastebin.com/NAe32kGe

Here is another pastebin including 2 seperate sites i DO have accounts for with the same info.

In BayW it just says Reading topic # on page #

In Warez Centre it says Extracting from page 1/2/3/4/etc.

http://pastebin.com/xkP1q5Ft

I can't say what's going on in the case of a crash trough the logs. Because if it crashes it means whatever error occurred wasn't caught and so not logged.

You may want to try leeching with a pause value of 1.
 
You have a valid point there. The Pre-ALPHA used the stock IE proxy settings just like SL1 did. But under .NET 4 it made the networking unstable for some reason. Did you ever try the Pre-ALPHA version?
Yes buddy, i've tried every single release of yours but only 1.x works for me, what are you going to do about proxy issue, please consider it to be back like SL1 :(
 
Status
Not open for further replies.
Back
Top