WordRider Home
Welcome! Log In Create A New Profile

Advanced

Idea: Common plugin for XFileSharing

Posted by ntoskrnl 
Re: Idea: Common plugin for XFileSharing
June 17, 2012 11:51AM
OK, what do you think, is it ready for release? smiling smiley
Re: Idea: Common plugin for XFileSharing
June 18, 2012 06:35AM
I modified the skip wait time so that
it will skip the wait time if there is a timer on the same page as a ReCaptcha type captcha
and not skip if the wait time is on a page following the captcha



Edited 1 time(s). Last edit at 06/18/2012 06:40AM by birchie.
Re: Idea: Common plugin for XFileSharing
June 18, 2012 07:40AM
Its good enough to release whats done
have wider testing of the plugins and get some feedback from users
before converting other plugins to XFileSharing

my remaining concerns are
* unable to erase user name & passwords -- can be done manually if needed
* maxDownloads -- either causes errors for free users or limits premium users downloads
  (only an issue for new users, and user can fix in preferences)

release & get some feedback
( it should fix the reported Ryushare problems )



Edited 1 time(s). Last edit at 06/18/2012 08:33PM by birchie.
Re: Idea: Common plugin for XFileSharing
June 18, 2012 04:33PM
OK, I have released the XFileSharing plugin and the 5 other plugins that were modified to use it. smiling smiley
Re: Idea: Common plugin for XFileSharing
June 24, 2012 01:05PM
The next step is to develop a plugin generator for sites derived from XFilesSharing... smiling smiley.
Like [idup.in]

-------------------------------------

Re: Idea: Common plugin for XFileSharing
June 24, 2012 01:07PM
Maybe tong2shot can commit his build.xml modifications?
Re: Idea: Common plugin for XFileSharing
June 24, 2012 11:12PM
My build.xml modifications to add a 'newXFSplugin' option smileys with beer

Edit the file [base directory]\build.xml
and paste the contents of "build_xml_XFS++.txt" (attached)
between the
Language: HTML
"</target>" and "</project>"
tags at the very end of the file

Then extract "newXFSplugin.zip" (attached) into new folder
[base directory]\dev\newXFSplugin


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.

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
Attachments:
open | download - build_xml_XFS++.txt (2.8 KB)
open | download - newXFSplugin.zip (3.8 KB)
Re: Idea: Common plugin for XFileSharing
June 25, 2012 01:30AM
XFileSharing plugins created using "newXFSplugin"
  iDup.in
  BZlink.us
  FileUpUp.com
  FileMates.com
The latter 3 use newly created FileName[C] & FileSize[BC] handlers in XFileSharing

Creating a new XFS plugin is now very very very easy cool smiley



Edited 1 time(s). Last edit at 06/27/2012 07:50AM by birchie.
Re: Idea: Common plugin for XFileSharing
July 07, 2012 02:45PM
Nice work there smiling smiley smileys with beer

I've updated one plugin that uses XFileSharing plugin, more will follow later.
Re: Idea: Common plugin for XFileSharing
July 10, 2012 11:50AM
I've released all plugins (maybe one or two slipped, let me know) that I (co)maintain, derived from XFS.

Some hosts are dead :
- filedino.com
- filegaze.com
- filereactor.com
- ddlanime.com / ddlani.me

Some hosts use new domain name:
- bulletupload.com -> fiberupload.com
- novaup.com -> novamov.com
Sorry, only registered users may post in this forum.

Click here to login