- <?xml version="1.0" encoding="utf-8" ?>
- <!-- SharpLeech 2.x.x SiteReader Plugin -->
- <!-- Version MUST be in x.x.x.x format! -->
- <SiteReader pluginVersion="2.0.0.0" pluginAuthor="Ar!yaN">
- <Settings>
- <SiteName>KatzForums</SiteName>
- <BaseUrl>http://www.katzforums.com</BaseUrl>
- <TopicsPerPage>20</TopicsPerPage>
- <!-- Supported type values are: IP.Board 3.x.x, IP.Board 2.x.x,
- vBulletin 4.x.x, vBulletin 3.x.x, phpBB 3.x.x, phpBB 2.x.x -->
- <Type>vBulletin 3.x.x</Type>
- <!-- If unsure choose ISO-8859-1. Except for phpBB 3 boards, they use UTF-8 by default. -->
- <DefaultEncoding>ISO-8859-1</DefaultEncoding>
- <!-- Set to true if the site uses SEO urls, otherwise false. -->
- <AllowRedirects>false</AllowRedirects>
- <UseFriendlyLinks>false</UseFriendlyLinks>
- </Settings>
- <Sections>
- <Section title="Applications" id="23" />
- <Section title="Games" id="22" />
- <Section title="Movies" id="24" />
- <Section title="TV Series" id="79" />
- <Section title="Music" id="31" />
- <Section title="eBooks" id="25" />
- <Section title="Scripts, Templates, Wallpapers & Fonts" id="27" />
- </Sections>
- <!-- Edit this when the site requires custom parsing -->
- <Code>
- <![CDATA[
- protected override void Init()
- {
- base.Init();
- }
- public override void LoginUser(string username, string password)
- {
- base.LoginUser(username, password);
- }
- public override void LogoutUser()
- {
- base.LogoutUser();
- }
- public override string[] GetTopicUrls(string html)
- {
- return base.GetTopicUrls(html);
- }
- public override SiteTopic GetTopic(string url)
- {
- return base.GetTopic(url);
- }
- public override SiteTopic GetTopic(int topicId)
- {
- return base.GetTopic(topicId);
- }
- public override HttpWebRequest GetPage(int sectionId, int page, int siteTopicsPerPage)
- {
- return base.GetPage(sectionId, page, siteTopicsPerPage);
- }
- public override void MakeReady(int sectionId)
- {
- base.MakeReady(sectionId);
- }
- ]]>
- </Code>
- </SiteReader>
