WordRider Home
sharerapid plugin not downloading
April 20, 2013 10:29PM
Hi, sharerapid plugin plugin cannot find link on page, because it is not there. Sharerapid detects its own application by using useragent. I looked to source code of plugin, but i dont know, how to change useragent. :(
Re: sharerapid plugin not downloading
April 21, 2013 03:37PM
Eg. this way:
        final HttpMethod method = new MethodBuilder(client)
                .setAction("http://api.letitbit.net/internal/index4.php")
                .setParameter("action", "LINK_GET_DIRECT")
                .setParameter("link", fileURL)
                .setParameter("free_link", "1")
                .setParameter("appid", createRandomAppId())
                .setParameter("version", VERSION)
                .setHeader("User-Agent", null)
                .toPostMethod();

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

Re: sharerapid plugin not downloading
May 26, 2013 04:21PM
Thanks, but after many tries, im unable to fix it :( Right now, SR plugin is not working.
Re: sharerapid plugin not downloading
May 30, 2013 10:19PM
share-rapid plugin fixed . . . .

the site allows some file to be downloaded for registered users - working smiling smiley
but restricts other downloads to their download manager only - unsure how, if its possible, to bypass this . . ?
Re: sharerapid plugin not downloading
May 31, 2013 05:06AM
birchie Wrote:
-------------------------------------------------------
> but restricts other downloads to their download
> manager only - unsure how, if its possible, to
> bypass this . . ?


It is possible. We'll have to use Wireshark to see what the download manager does.
Sorry, only registered users may post in this forum.

Click here to login