<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Idea: Common plugin for XFileSharing</title>
        <description>As you might know, probably half of our plugins are for sites which are basically the same. These sites use a script called XFileSharing: http://sibsoft.net/xfilesharing.html

Because the sites and hence the plugins have a lot in common, the usual procedure for adding support for a new XFileSharing site is copy-pasting an existing plugin. Unfortunately code duplication quickly ends up being a maintenance nightmare and is generally frowned upon (not to mention all the useless code stored in the SVN and loaded at runtime).

My idea is to create a common ancestor plugin which every XFileSharing plugin would extend. It would contain a runner class (and possibly a ServiceImpl if we want account support) which would have all the usual methods. However, instead of private methods it should have protected methods so that they can be overridden in subclasses if necessary. The methods should also be split into small pieces so that subclasses can override only what is necessary (for example, the checkNameAndSize method could call checkName and checkSize). Captcha handling and other such things should be generic enough to handle all common types, again to reduce code duplication.

Implementing this should be fairly trivial -- only a few hours of work. However, rewriting and testing all existing XFileSharing plugins is quite a task (though I'm sure it will pay off later). Rewriting the plugins isn't very critical so I don't think we need to hurry with that.

I won't have time to work on this until Sunday, but feel free to start hacking if you want. :-) I think I can find time to check or review code earlier too if necessary.

What do you think?</description>
        <link>https://wordrider.net/forum/10/9867/9867/_subject_#msg-9867</link>
        <lastBuildDate>Mon, 06 Apr 2026 17:15:35 +0000</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>https://wordrider.net/forum/10/9867/12092/_subject_#msg-12092</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/12092/_subject_#msg-12092</link>
            <description><![CDATA[ XFS and akafile.com released.<br />
<br />
<br />
Edit : forgot one thing, add birchie as author. XFS is now 1.0.10, and released.]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 23 Mar 2013 23:20:11 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/12091/_subject_#msg-12091</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/12091/_subject_#msg-12091</link>
            <description><![CDATA[ Nice work! Not much room for improvement.<br />
<br />
Not released yet, but feel free to do that. You can also add some FileNameHandlers and FileSizeHandlers if necessary before releasing.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 23 Mar 2013 11:07:43 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/12090/_subject_#msg-12090</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/12090/_subject_#msg-12090</link>
            <description><![CDATA[ Could handleDirectDownload in AkaFile be simplified to<br />
<pre class="bbcode">
    @Override
    protected boolean handleDirectDownload(HttpMethod method) throws Exception {
        client.makeRequest(method, true);
        return false;
    }</pre>
<br />
<br />
###### <br />
Added in XFS "FileSizeHandlerNoSize" for when no file size is displayed on the site <br />
makes it easier when creating plugins and reduces duplicate code<br />
<br />
Committed the code for XFS and plugins AkaFile.com, FileNuke.com, NosVideO.com, VidBux.com (other plugins later)<br />
I haven't released them]]></description>
            <dc:creator>birchie</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 23 Mar 2013 06:42:59 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/12089/_subject_#msg-12089</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/12089/_subject_#msg-12089</link>
            <description><![CDATA[ I just committed minor change in direct download handling, so it's possible to not handle the direct download.<br />
<br />
And committed akafile.com as test case.<br />
<br />
I haven't released them.<br />
<br />
Please check and review the code. Thanks. :-)]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 22 Mar 2013 22:57:37 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10612/_subject_#msg-10612</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10612/_subject_#msg-10612</link>
            <description><![CDATA[ Please don't ;-). It just makes more server overloading with a downloading of useless plugins...]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 30 Aug 2012 07:05:48 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10611/_subject_#msg-10611</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10611/_subject_#msg-10611</link>
            <description><![CDATA[ Sorry, but I think you've misunderstood what FreeRapid Downloader does. :-)<br />
<br />
tong2shot & birchie: Let's add support for all the above sites. &gt;:D&lt;]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 30 Aug 2012 07:00:36 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10610/_subject_#msg-10610</guid>
            <title>Re: XFileSharing Pro</title>
            <link>https://wordrider.net/forum/10/9867/10610/_subject_#msg-10610</link>
            <description><![CDATA[ Hello,<br />
We are the best Xfilesharing Pro template development company. We have already completed lots of xfilesharing Pro Templates. <br />
<br />
Here are some URLs for Review...............<br />
[<a href="http://cyberlocker.ch/" rel="nofollow" >cyberlocker.ch</a>]<br />
[<a href="http://www.sharpfile.com/" rel="nofollow" >www.sharpfile.com</a>]<br />
www.henchfile.com<br />
[<a href="http://www.filefolks.com/" rel="nofollow" >www.filefolks.com</a>]<br />
www.dynaupload.com<br />
www.sharebees.com<br />
[<a href="http://filedefend.com/" rel="nofollow" >filedefend.com</a>]<br />
[<a href="http://easybytez.com/" rel="nofollow" >easybytez.com</a>]<br />
[<a href="http://upfile.biz/" rel="nofollow" >upfile.biz</a>]<br />
www.fileza.net<br />
www.sharingbeast.com<br />
www.file4sharing.com<br />
[<a href="http://www.ishareupload.com/" rel="nofollow" >www.ishareupload.com</a>]<br />
filevelocity.com<br />
www.filegag.com<br />
www.shareupload.com<br />
[<a href="http://www.usefile.com/" rel="nofollow" >www.usefile.com</a>]<br />
www.filesega.com<br />
[<a href="http://thefileshouse.com/" rel="nofollow" >thefileshouse.com</a>]<br />
www.shareuploads.org<br />
www.netuploaded.com<br />
<br />
We are ready to take your Xfilesharing pro template development Project.We assure you will get the best output. <br />
<br />
Ready to start with your approval.<br />
Waiting for your reply.<br />
<br />
Live Chat:<br />
Gtalk : <a href="mailto:&#119;&#101;&#98;&#111;&#102;&#115;&#111;&#108;&#117;&#116;&#105;&#111;&#110;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">&#119;&#101;&#98;&#111;&#102;&#115;&#111;&#108;&#117;&#116;&#105;&#111;&#110;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a><br />
skype: ray_sus05<br />
 <br />
Mail us at:<br />
<a href="mailto:&#119;&#101;&#98;&#46;&#111;&#102;&#46;&#115;&#111;&#108;&#117;&#116;&#105;&#111;&#110;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">&#119;&#101;&#98;&#46;&#111;&#102;&#46;&#115;&#111;&#108;&#117;&#116;&#105;&#111;&#110;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a><br />
Website: www.xfilesharingtemplates.com<br />
<br />
Thanks<br />
Susmita<br />
www.xfilesharingtemplates.com]]></description>
            <dc:creator>webofsolutions</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 30 Aug 2012 06:51:56 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10468/_subject_#msg-10468</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10468/_subject_#msg-10468</link>
            <description><![CDATA[ It's really difficult to maintain plugins that are built on the XFS framework but that override all the functionality. You don't get an overview of what the plugin is doing or what it's supposed to do.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 10 Aug 2012 10:41:33 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10467/_subject_#msg-10467</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10467/_subject_#msg-10467</link>
            <description><![CDATA[ That was the first time I visited the site, yet they banned my IP address, poor me :P But I manage to access the site today, and just like birchie said, it is not an XFS scripted site. I never thought the XFS plugin can be used as non XFS scripted plugin's foundation :P]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 10 Aug 2012 10:22:13 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10446/_subject_#msg-10446</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10446/_subject_#msg-10446</link>
            <description><![CDATA[ tong2shot Wrote:<br />
-------------------------------------------------------<br />
&gt; Sites that use XFS script have distinctive file<br />
&gt; URL. And I don't think qjwm is one of them. I<br />
&gt; can't test the site, I always get page that<br />
&gt; contains "www.safedog.cn".<br />
<br />
<br />
If I use proxy to get that page, I also get page that contains 'www.safedog.cn', maybe your IP is banned by that site:P<br />
Use one of the proxies below: <br />
218.206.203.96:88<br />
61.55.141.10:80<br />
124.160.62.105:80<br />
222.74.212.66:808<br />
121.22.5.180:80]]></description>
            <dc:creator>ywx217</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 07 Aug 2012 10:29:12 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10443/_subject_#msg-10443</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10443/_subject_#msg-10443</link>
            <description><![CDATA[ qjwm.com is NOT a XFS scripted site, the conversion to XFS was not needed]]></description>
            <dc:creator>birchie</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 06 Aug 2012 22:55:15 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10442/_subject_#msg-10442</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10442/_subject_#msg-10442</link>
            <description><![CDATA[ Sites that use XFS script have distinctive file URL. And I don't think qjwm is one of them. I can't test the site, I always get page that contains "www.safedog.cn".]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 06 Aug 2012 21:17:10 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10441/_subject_#msg-10441</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10441/_subject_#msg-10441</link>
            <description><![CDATA[ Yeah, even the smallest of classes add an overhead of about 500kB. But more importantly, it's easier to maintain.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 06 Aug 2012 17:01:29 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10440/_subject_#msg-10440</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10440/_subject_#msg-10440</link>
            <description><![CDATA[ I modified qjwm.com plugin to use XFS, but the .frp file size increases from 5138 bytes to 6787 bytes.:-(]]></description>
            <dc:creator>ywx217</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 06 Aug 2012 16:51:24 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10391/_subject_#msg-10391</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10391/_subject_#msg-10391</link>
            <description><![CDATA[ Ok. I've just committed (added FileSizeHandlerD, modified FileSizeHandlerA) and released XFS 1.0.4. These plugins also have been committed and released :<br />
<br />
BillionUploads.com<br />
CramIt.in<br />
FileRio.com<br />
File-bit.net<br />
JumboFiles<br />
Maknyos.com<br />
NovaFile.com<br />
QueenShare.com<br />
RockDizFile.com]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 29 Jul 2012 17:34:21 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10387/_subject_#msg-10387</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10387/_subject_#msg-10387</link>
            <description><![CDATA[ Yes, it's good for releasing. :-)<br />
<br />
You can also add some filename/size regexes (or generalize existing ones) to the main XFS plugin if several sites use them.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 29 Jul 2012 14:28:51 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10386/_subject_#msg-10386</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10386/_subject_#msg-10386</link>
            <description><![CDATA[ I made small change in XFS, added getter method (getXFSMethodBuilder) to accomodate JumboFiles and QueenShare. I'm not sure about the getter method name. I also commited JumboFiles and QueenShare as sample.<br />
<br />
Please check and review the code.<br />
<br />
Thanks.]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 29 Jul 2012 13:21:23 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10249/_subject_#msg-10249</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10249/_subject_#msg-10249</link>
            <description><![CDATA[ I made a bit change in XFS to accommodate FiberUpload's redirection method.<br />
<br />
Yes, I found many sites are dead. I have to wait a bit and recheck before deciding to remove them from SVN and plugin interface, because I recently found some of them were dead days ago, but currently in maintenance mode, FileDino for example.]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 15 Jul 2012 01:05:19 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10246/_subject_#msg-10246</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10246/_subject_#msg-10246</link>
            <description><![CDATA[ Looks good. :-)<br />
<br />
I committed a small change. Feel free to release the plugin.<br />
<br />
Oh, and please go on and delete the non-existent plugins. They just clutter up the plugin interface and SVN. We should do the same for MegaUpload, FileSonic, et al, I just haven't bothered yet. :-) Maybe I could write a script that tries loading the main page for all supported services and reports which failed.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 14 Jul 2012 17:44:38 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10245/_subject_#msg-10245</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10245/_subject_#msg-10245</link>
            <description><![CDATA[ ntoskrnl Wrote:<br />
-------------------------------------------------------<br />
&gt; You can delete the dead ones from the SVN and from<br />
&gt; the update web interface (keep deleting until all<br />
&gt; versions are gone).<br />
<br />
I decided not to delete them from the SVN, and decided to deactivate (marked as "Not Working") them instead.<br />
<br />
=============================================<br />
<br />
I found several issues with XFS. It's not flexible enough to handle "cramit.in" and "file-bit.net". They only have slight differences in capturing download link.<br />
<br />
Cramit.in (only tested as free user) :<br />
- using "your download will approximately take" instead as download page marker.<br />
- not using file name in "a href" tag. For example : <br />
<pre class="bbcode_geshi"><div class="head">Language: HTML</div><span class="sc2"><a href="http://december.com/html/4/element/a.html"><span class="kw2">&lt;a</span></a> <span class="kw3">href</span>=<span class="st0">&quot;http://cramit.in/file_download/2YSmKabtLwAMwCuB0HRMpg/abcabc0pis6f/free/1342888179/1ad4b7ag1jqn043hb1ob&quot;</span><span class="kw2">&gt;</span></span>click here<span class="sc2"><span class="kw2">&lt;/a&gt;</span></span></pre>
<br />
<br />
File-bit.net :<br />
- using "a style="color:#020AF9;" href=" rather than "a href=". For example : <br />
<pre class="bbcode_geshi"><div class="head">Language: HTML</div><span class="sc2"><a href="http://december.com/html/4/element/a.html"><span class="kw2">&lt;a</span></a> <span class="kw3">style</span>=<span class="st0">&quot;color:#020AF9;&quot;</span> <span class="kw3">href</span>=<span class="st0">&quot;http://fs17.file-bit.net/cgi-bin/dl.cgi/sfq2eatgpvxn6kros5zrcskh7dwvaaaa6vuf5xhayq/filename.rar&quot;</span><span class="kw2">&gt;</span></span>http://fs17.file-bit.net/cgi-bin/dl.cgi/sfq2eatgpvxn6kros5zrcskh7dwvaaaa6vuf5xhayq/filename.rar<span class="sc2"><span class="kw2">&lt;/a&gt;</span></span></pre>
<br />
<br />
In order to achieve greater flexibility, I think we need to add getter methods back for download page marker and download link regex. But this time using List instead, just like captcha, filename and filesize handling.<br />
<br />
I've commited XFS v1.0.3, File-bit.net, and Cramit.in. But I haven't released them yet.<br />
<br />
What do you think ? Please review the code.]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 14 Jul 2012 17:25:19 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10226/_subject_#msg-10226</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10226/_subject_#msg-10226</link>
            <description><![CDATA[ You can delete the dead ones from the SVN and from the update web interface (keep deleting until all versions are gone).]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Wed, 11 Jul 2012 06:46:17 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10220/_subject_#msg-10220</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10220/_subject_#msg-10220</link>
            <description><![CDATA[ I've released all plugins (maybe one or two slipped, let me know) that I (co)maintain, derived from XFS. <br />
<br />
Some hosts are dead :<br />
- filedino.com<br />
- filegaze.com<br />
- filereactor.com<br />
- ddlanime.com / ddlani.me<br />
<br />
Some hosts use new domain name:<br />
- bulletupload.com -&gt; fiberupload.com<br />
- novaup.com -&gt; novamov.com]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 10 Jul 2012 11:50:44 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10188/_subject_#msg-10188</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10188/_subject_#msg-10188</link>
            <description><![CDATA[ Nice work there :-) :)-D<br />
<br />
I've updated one plugin that uses XFileSharing plugin, more will follow later.]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 07 Jul 2012 14:45:21 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10121/_subject_#msg-10121</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10121/_subject_#msg-10121</link>
            <description><![CDATA[ XFileSharing plugins created using "newXFSplugin"<br />
 &nbsp; iDup.in <br />
 &nbsp; BZlink.us <br />
 &nbsp; FileUpUp.com <br />
 &nbsp; FileMates.com <br />
The latter 3 use newly created FileName[C] & FileSize[BC] handlers in XFileSharing<br />
<br />
Creating a new XFS plugin is now very very very easy B)]]></description>
            <dc:creator>birchie</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 25 Jun 2012 01:30:15 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10120/_subject_#msg-10120</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10120/_subject_#msg-10120</link>
            <description><![CDATA[ My build.xml modifications to add a <b>'newXFSplugin'</b> option :)-D<br />
<br />
Edit the file <b>[base directory]\build.xml</b><br />
and paste the contents of "build_xml_XFS++.txt" (attached)<br />
between the <pre class="bbcode_geshi"><div class="head">Language: HTML</div>&quot;<span class="sc2"><span class="kw2">&lt;</span>/target&gt;</span>&quot; and &quot;<span class="sc2"><span class="kw2">&lt;</span>/project&gt;</span>&quot;</pre> tags at the very end of the file<br />
<br />
Then extract "newXFSplugin.zip" (attached) into new folder<br />
<b>[base directory]\dev\newXFSplugin</b><br />
<br />
<br />
<pre class="bbcode"><span style="font-size:small">Note: I have included a line in plugin.xml that sets the number of parallel downloads for a free user. 
     While is not currently implemented in FreeRapid, it could be in a future version by changing 
     one line in FreeRapid's source code. Think of it as future-proofing new plugins.
</span><span style="font-size:x-small">
FILE:: [base dir]\src\cz\vity\freerapid\model\PluginMetaData.java
FUNCTION:: public void setPluginDescriptor(PluginDescriptor descriptor) {
//--            if (maxAllowedDownloads == -1) maxAllowedDownloads = maxParallelDownloads;
//++            if (maxAllowedDownloads == -1) maxAllowedDownloads = DescriptorUtils.getAttribute("defaultDownloads", maxParallelDownloads, descriptor);

// "defaultDownloads" is an optional property that will set the starting number of parallel downloads for a New plugin only
// maxParallelDownloads can change if "maxDownloads" changes in a new version of the plugin
</span></pre>]]></description>
            <dc:creator>birchie</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 24 Jun 2012 23:12:09 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10119/_subject_#msg-10119</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10119/_subject_#msg-10119</link>
            <description><![CDATA[ Maybe tong2shot can commit his build.xml modifications?]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 24 Jun 2012 13:07:34 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10118/_subject_#msg-10118</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10118/_subject_#msg-10118</link>
            <description><![CDATA[ The next step is to develop a plugin generator for sites derived from XFilesSharing... :-).<br />
Like [<a href="http://idup.in/" rel="nofollow" >idup.in</a>]]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 24 Jun 2012 13:05:05 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10062/_subject_#msg-10062</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10062/_subject_#msg-10062</link>
            <description><![CDATA[ OK, I have released the XFileSharing plugin and the 5 other plugins that were modified to use it. :-)]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 18 Jun 2012 16:33:13 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10056/_subject_#msg-10056</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10056/_subject_#msg-10056</link>
            <description><![CDATA[ Its good enough to release whats done <br />
have wider testing of the plugins and get some feedback from users<br />
before converting other plugins to XFileSharing<br />
<br />
my remaining concerns are<br />
* unable to erase user name & passwords -- can be done manually if needed<br />
* maxDownloads -- either causes errors for free users or limits premium users downloads<br />
 &nbsp; (only an issue for new users, and user can fix in preferences)<br />
<br />
release & get some feedback <br />
( it should fix the reported Ryushare problems )]]></description>
            <dc:creator>birchie</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 18 Jun 2012 07:40:45 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/9867/10055/_subject_#msg-10055</guid>
            <title>Re: Idea: Common plugin for XFileSharing</title>
            <link>https://wordrider.net/forum/10/9867/10055/_subject_#msg-10055</link>
            <description><![CDATA[ I modified the skip wait time so that <br />
it will skip the wait time if there is a timer on the same page as a ReCaptcha type captcha<br />
and not skip if the wait time is on a page following the captcha]]></description>
            <dc:creator>birchie</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 18 Jun 2012 06:35:11 +0000</pubDate>
        </item>
    </channel>
</rss>
