|
sharerapid plugin not downloading April 20, 2013 10:29PM |
Registered: 12 years ago Posts: 4 |
|
Re: sharerapid plugin not downloading April 21, 2013 03:37PM |
Admin Registered: 20 years ago Posts: 2,426 |
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 |
Registered: 12 years ago Posts: 4 |
|
Re: sharerapid plugin not downloading May 30, 2013 10:19PM |
Registered: 13 years ago Posts: 1,185 |
|
Re: sharerapid plugin not downloading May 31, 2013 05:06AM |
Admin Registered: 16 years ago Posts: 2,095 |