that's awesome!
so when u gonna release beta version??? m waiting restlessly
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.
Im getting a crash very frequently.. i dont know why.. once it get crashed it is showing following error message:
![]()
Error Log is as : http://pastebin.com/Pa5XrXyX
, 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
return base.GetTopic(url);
// 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;
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
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 SL1You 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?