WordRider Home
Welcome! Log In Create A New Profile

Advanced

What plugins people want

Posted by Vity 
Re: What plugins people want
July 30, 2012 12:55PM
MacumbaBK Wrote:
-------------------------------------------------------
> Error: No number between 'w=' and ''' was found
>
> Plugin: Crocko.com
>
> ;)


Works fine for me. [wordrider.net]
Re: What plugins people want
July 31, 2012 11:05AM
Please add:

[min.us] (sample link: [minus.com])
[box.net]
[tinypaste.com] (sample: [tinypaste.com])

Regarding tinypaste.com, there are often multiple links and a password in it. can FRD parse the contents of the box and put the contents of the tinypaste into the comment section of the add dialog?
Re: What plugins people want
August 02, 2012 06:45AM
[www.trilulilu.ro]

Sample:
[www.trilulilu.ro]

Thanks



Edited 1 time(s). Last edit at 08/02/2012 06:46AM by lechuck.
Re: What plugins people want
August 07, 2012 03:32PM
delink Wrote:
-------------------------------------------------------
> Please add:
>
> [min.us] (sample link:
> [minus.com])
> [box.net]
> [tinypaste.com] (sample:
> [tinypaste.com])
>
> Regarding tinypaste.com, there are often multiple
> links and a password in it. can FRD parse the
> contents of the box and put the contents of the
> tinypaste into the comment section of the add
> dialog?


Does your example of minus.com work? Why I can't download that file, when I click the download button, it always redirect me to the same page.
Re: What plugins people want
August 07, 2012 04:08PM
delink Wrote:
-------------------------------------------------------
> Please add:
>
> [min.us] (sample link:
> [minus.com])
> [box.net]
> [tinypaste.com] (sample:
> [tinypaste.com])
>
> Regarding tinypaste.com, there are often multiple
> links and a password in it. can FRD parse the
> contents of the box and put the contents of the
> tinypaste into the comment section of the add
> dialog?

Plugin for minus.com and min.us version 1.0.0 released, you can test it.
Re: What plugins people want
August 07, 2012 05:33PM
Minus.com is not an XFileSharing site so it shouldn't use the XFS plugin. smiling smiley The XFS plugin was made to reduce duplicate code for every XFS site as most of them are very similar. Look at AsixFilesFileRunner for example.

More info about XFS: [sibsoft.net]

Every XFS site has forms with "method_free" in them -- they are quite easy to detect once you've seen a few.
Re: What plugins people want
August 08, 2012 01:28AM
ntoskrnl Wrote:
-------------------------------------------------------
> Minus.com is not an XFileSharing site so it
> shouldn't use the XFS plugin. smiling smiley The XFS plugin
> was made to reduce duplicate code for every XFS
> site as most of them are very similar. Look at
> AsixFilesFileRunner for example.
>
> More info about XFS:
> [sibsoft.net]
>
> Every XFS site has forms with "method_free" in
> them -- they are quite easy to detect once you've
> seen a few.


I think using the XFS's framework will simplify the coding work.eye rolling smiley
Re: What plugins people want
August 08, 2012 03:20AM
Murphy Wrote:
-------------------------------------------------------
> I need plugin to
> [www.filearning.com]


CREATEDsmileys with beer

When I creating the plugin for filearning, I found that the file download
link's response content-type is "\"application/octet-stream\"", with quotes,
and there is a warning when downloading:
2012-8-8 11:04:42 cz.vity.freerapid.plugins.webclient.DefaultFileStreamRecognizer isStream
WARN: Suspicious Content-Type: "application/octet-stream"

I think DefaultFileStreamRecognizer.isStream should remove quotes first
and then find whether value begins with "application/". Can I make a small
change on the FRD application code on SVN? Like in DefaultFileStreamRecognizer.java:
Language: Java
public boolean isStream(HttpMethod method, boolean showWarnings) { final Header contentType = getContentType(method); String value = null; if (contentType != null) { value = contentType.getValue().toLowerCase(Locale.ENGLISH); value = value.replaceAll("\"", ""); } ... }



Edited 1 time(s). Last edit at 08/08/2012 03:23AM by ywx217.
Re: What plugins people want
August 08, 2012 06:09AM
ywx217 Wrote:
-------------------------------------------------------
> I think DefaultFileStreamRecognizer.isStream
> should remove quotes first
> and then find whether value begins with
> "application/".


It's non-standard and wrong. Browsers accept this only because they default to a binary file when they encounter an unrecognized Content-Type.

There are a couple other sites that do this too though. I'm probably going to make some modifications to FileStreamRecognizer for the next version of FRD. I could take a look at this issue too.
Re: What plugins people want
August 09, 2012 03:51AM
request:

rpnet.biz

example start of a link
[dlus2.rpnet.biz]..........
Sorry, only registered users may post in this forum.

Click here to login