Hello, I Faced a crash today. I had 3 instances running. All 3 of em were working fine. I went to play football..... came back and saw that all of em were crashed. I think it crashed because my pc automatically got locked(to the user login screen) but usually when this happens other softwares keep working.
Code:http://rapidshare.com/files/367152418/Errors.log.html
public override SiteTopic GetTopic(string url)
{
SiteTopic topic = base.GetTopic(url);
if (topic == null) return null;
// Fix IPB 3 quote tags...
string pattern = @"(?i)\[quote [\w\d " + '"' + @"'-=]+\]";
string replace = "[quote]";
topic.Content = System.Text.RegularExpressions.Regex.Replace(
topic.Content,
pattern,
replace
);
return topic;
}
<p class="citation">Quote</p><div class="blockquote"><div class="quote"> content </div></div>
Sorry, your account has been locked due to an excessive number of failed login attempts within a defined period. Your account will automatically be unlocked in 1 minutes
From the error log I can tell you that the leeching stops because SL can't grab the "new topic info" for some reason.
I tried debugging on the site but:
The gay capcha locked my account and even though it says for 1 minute it keeps it locked. So I'm not gonna waste my time on that site.
I am trying to post on my new forum vb 4.0.2 patch 1. i dont know why it doesn't work. i am using windows xp 32 bit SP3. Also the login to my forums never works says to use the browser everytime to login. Also the chatbox says
# Connecting, please wait...
# Connected!
# Joining channel...
stays like that always. It was working in the old b one when i was talking to you on it.
http://pastebin.com/8KzkxaVT
EDIT: I am currently on the chat box in the pre-alpha if you can come we can chat there.
Hi I would like to say thank you for such a wonderful program.
I have a site VB 3.8 with a lot of content covering many aspects, movies, downloads, apps and many other areas. I am trying to make a plugin for my site so I can easily copy/leech posts to my other smaller web sites all running VB. So I took the plugin codes you have here, I created a file and called it name.xml then placed this file in the sitereaders folder of your program but the sites are not showing up?
What am I doing wrong?
Do You have a Doc for this program so I know how it all works?
Thank You,