JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 17.03.2011, 17:17
anarchintosh
Guest
 
Posts: n/a
Default send captcha image by remote control

i am an xbmc developer, and many xbmc addon devs have taken to using jd and jd remote control as a backend for resolving filehoster links, and then open the file as it is downloading.

this means thanks to jd, we can stream video from almost any source on the web

however, captcha presents a problem for us, because the jd captcha popup does not appear above xbmc when in full screen mode.

if jd could send the captcha image via its remote control http server and wait for a response, then we could pass the captcha into xbmc and use things like fileserve, hotfile and rapidshare much more comfortably.

note, i would add this to jdownloader source myself, but we code in python :(


here are xbmc addons that use jdownloader:
jdownloader
**External links are only visible to Support Staff****External links are only visible to Support Staff**
oneddl
**External links are only visible to Support Staff****External links are only visible to Support Staff**
irfree
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by vivalostioz; 17.03.2011 at 19:16.
Reply With Quote
  #2  
Old 17.03.2011, 17:40
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

hi,
vivalostioz, the dev of jdremotecontrol, is currently extending remotecontrol to also provide remote captcha entering. we are also working on a complete new remoteapi (json) to provide more functions.

furthermore i did some experiments in mounting downloadlist directly as source to watch live stream of remote files
with this you can live stream (no need to complete download) remote hosted links in your downloadlist. of course this only works with uncompressed files and premium account only.

i notified viva about your request for captcha entering, im sure he will answer you soon
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 17.03.2011, 19:15
vivalostioz's Avatar
vivalostioz vivalostioz is offline
JD Legend
 
Join Date: Mar 2009
Location: Bonn
Posts: 618
Default

done ! (mainly done by Jiaz)

in the next nightly update you'll be able to solve captchas with RemoteControl
__________________
Zitat Jiaz: "bist du stable oder nightly?"

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

Besucht meinen Entwicklerblog: mike-bonn.de
Reply With Quote
  #4  
Old 18.03.2011, 16:04
anarchintosh
Guest
 
Posts: n/a
Default

thanks Jiaz and Viva, this is great news for the xbmc community.:)
the xbmc team have also switched from http remote to a JSON web API very recently.

i've got a more tentative question, and i completely understand if is something that would be a headache to implement:

is it possible that there could be a remote api option that instead of downloading within jd, returns the direct URL (and any cookie / header data needed to access it)?

this would allow us to use jdownloader purely as the resolver, and handle all the streaming/downloading from within XBMC

again, i understand if its too much work
Reply With Quote
  #5  
Old 18.03.2011, 17:02
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

at the moment such an api call is not possible, we would need to rewrite some internals in jd core first. but i will think about it when i will rework downloadcore.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 19.03.2011, 10:45
remi
Guest
 
Posts: n/a
Cool

Wouldn't that become a cheap solution for link abusers to decrypt links?
Reply With Quote
  #7  
Old 19.03.2011, 11:17
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

@remi
No, getting the direct downloadlinks doesn't (always) mean getting the real links
Also there aren't good ways anyways to protect links.

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #8  
Old 20.03.2011, 12:08
anarchintosh
Guest
 
Posts: n/a
Default

thanks for the responses guys, they are much appreciated
Reply With Quote
  #9  
Old 16.07.2011, 09:50
devdroid
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by vivalostioz View Post
done ! (mainly done by Jiaz)

in the next nightly update you'll be able to solve captchas with RemoteControl
Realy great stuff, i was waiting for it.
But i didn't find how to use it !

I got nightly build with version 12612 of addons "Remote Control".
Did i miss something ?

Same for JSON api. Where is it & how does it work ?

Thanks for your help.
Reply With Quote
  #10  
Old 16.07.2011, 20:31
devdroid
Guest
 
Posts: n/a
Default

I found the captcha code on svn.
I build all and got a version of Jdownloader and "Remote Controller" plugin with captcha !

So is it realy available on nightly build ?
i follow this thread : http://board.jdownloader.org/showthread.php?t=5365
Reply With Quote
  #11  
Old 17.07.2011, 10:22
remi
Guest
 
Posts: n/a
Default

If you're trying to ask whether the functionality has been programmed and if it is available in the test version, why don't you try/test it?
Reply With Quote
  #12  
Old 17.07.2011, 10:38
devdroid
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by remi View Post
If you're trying to ask whether the functionality has been programmed and if it is available in the test version, why don't you try/test it?
I've been testing it. But for it i need to get code from svn and compile it.

So i ask if there's a compiled version of JDownloader available with this update.

tks
Reply With Quote
  #13  
Old 17.07.2011, 10:43
remi
Guest
 
Posts: n/a
Default

I think you can compile the code yourself if you have access to the code.

If you don't have access to the code, please send an email to support@jdownloader.org .
Reply With Quote
  #14  
Old 17.07.2011, 10:49
devdroid
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by remi View Post
I think you can compile the code yourself if you have access to the code.

If you don't have access to the code, please send an email to support@jdownloader.org .
I have access to the code and i have compiled it !
But all people can't or don't want to do this. So what i'll like to know is if or when there will be a public version of JDownloader with this feature ?
Reply With Quote
  #15  
Old 17.07.2011, 12:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

when the next major version is ready, we are currently working on it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #16  
Old 17.07.2011, 12:33
devdroid
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
when the next major version is ready, we are currently working on it
Ok, great

thanks
Reply With Quote
  #17  
Old 09.08.2011, 20:03
spairo
Guest
 
Posts: n/a
Default Remote Captcha

Hi,

Is there any chance that the remote implementation will have an option to use an IM tool?

Meaning, the JD user will set an IM tool & account to be used, and the receiver IM account; upon captcha, the JD will open a chat, send the captcha image over and wait for reply.

10x.

Last edited by spairo; 09.08.2011 at 20:05.
Reply With Quote
  #18  
Old 10.08.2011, 09:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

not by us, but anyone is open to write such an extension. sorry that is a very special case and we already have enough work on our todo list
__________________
JD-Dev & Server-Admin
Reply With Quote
  #19  
Old 10.08.2011, 11:43
remi
Guest
 
Posts: n/a
Default

It depends on how open jD is and how the APIs have been designed.

This reminds me of the fact that I had drafted a design of a task manager more than a year ago and it might be interesting to discuss it now that you're working on a new kernel for jD. I'll look it up and post it in this forum.
Reply With Quote
  #20  
Old 15.08.2011, 19:25
Bloedhren
Guest
 
Posts: n/a
Default

Hey Guys

Thanks for the effort I'm really looking forward to using the new api. I have some questions though.
Will there be a nightly build soon for the captcha and the json api?
Will the decrypter captchas also be solvable over the api?

thanks & regards
Reply With Quote
  #21  
Old 15.08.2011, 21:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

i'm waiting for some json,ajax, webdev guy telling me how the functions should look like
i can do whatever he/she wants and yes, we are planing the api to have all important functions. it should be able to provide everything to setup a complete remote gui.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #22  
Old 16.08.2011, 11:50
remi
Guest
 
Posts: n/a
Default

I'm glad to hear it's only a technical problem and not a requirements problem. Why isn't it possible to design the APIs in java?
Reply With Quote
  #23  
Old 01.09.2011, 12:15
Bloedhren
Guest
 
Posts: n/a
Default

Do you have someone around who could do that?
I would offer myself to make specification but I have absolutely no know how in specifying web services :-(
Reply With Quote
  #24  
Old 01.09.2011, 13:27
remi
Guest
 
Posts: n/a
Default

As I understand Jiaz' reply it is a technical problem, not a specification problem.

JSON is a light weight data type interchange format for JavaScript while Ajax is a group of interrelated web development methods/technologies for browsers that allows asynchronous communication in JavaScript.

If Jiaz would be able to explain what he needs exactly, other people might probably be able to help. The use of a web service specification language might help in this case, but I don't understand why java isn't used, as jD has been programmed in java.
Reply With Quote
  #25  
Old 30.10.2011, 14:06
iyelllove
Guest
 
Posts: n/a
Default work

it's work?
Reply With Quote
  #26  
Old 30.10.2011, 14:13
remi
Guest
 
Posts: n/a
Default

If you mean "Is it working" and 'it' means "send captcha image by remote control" then the answer is no.

There has been a recent attempt by tnadav (see "Web interface i created to use the old remote plugin") but the work isn't completed yet.
Reply With Quote
  #27  
Old 30.10.2011, 14:16
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

the code to support this feature now exists. Just a matter of time for the next major update to come out and you can then use this feature within our new API. (this replaces remote control and flashgot/external interface addons).

So the real answer is yes, it works
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 30.10.2011 at 14:29. Reason: fixed typos
Reply With Quote
  #28  
Old 30.10.2011, 15:03
remi
Guest
 
Posts: n/a
Default

If it works then it should be shared and not be hidden like a secret.

I'm reading this type of replies for almost 2 years now.
Reply With Quote
  #29  
Old 30.10.2011, 15:50
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

it's not hidden nor a secret.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #30  
Old 31.10.2011, 11:26
remi
Guest
 
Posts: n/a
Default

If it's working, not hidden nor a secret, how do I run this magnificent version of jD? Can you please provide some easy to understand instructions for a simple customer (I'm not a java programmer)?
Reply With Quote
  #31  
Old 31.10.2011, 12:09
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

It's all in alpha, you can grab it yourself and follow the get started guide. Even non programmer can get alpha running from that guide. If you rather not mess with eclipse either get someone to build you a copy or wait for the next major version in beta or stable.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #32  
Old 31.10.2011, 12:34
remi
Guest
 
Posts: n/a
Default

This is something for advanced testers, not for regular customers. I think Jiaz & Co won't recommend it.
Reply With Quote
  #33  
Old 31.10.2011, 13:28
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Guess my point is its not hidden nor a secret unlike your previous statement indicated. If you can keep those statements to yourself instead of confusing people. We gave the answer wait for the next major update and then you say something silly like that, it just makes you look stupid (of your own doing).

It is usable as a downloader if you want, though yes not advised unless your game. The GUI changes all the time as its constant work in progress. We dev the plugins on/with it so main downloading features all need to work for testing purposes.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #34  
Old 31.10.2011, 13:40
remi
Guest
 
Posts: n/a
Default

I think it's very confusing to write on a customer board that something is working when it isn't available for regular customers. Most people reading this board aren't jD testers.
Reply With Quote
  #35  
Old 31.10.2011, 15:27
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

This clear as day, you keep making a huge deal of very little, please keep your opinions to yourself if you do not want to help constructively. I clearly said in post 27 wait for the next major update. And explained the code to support this feature was added, and was feature of the NEW API and not redundant remote connection. The thread title was also changed to reflect out revised thread titles/tags.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #36  
Old 01.11.2011, 10:43
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by raztoki View Post
please keep your opinions to yourself if you do not want to help constructively.
1) I'll share my opinions as long as I'm alive. Nobody will ever stop me expressing my opinions. I care a lot about free speech.

2) I don't see why my comments wouldn't be constructive. Please explain.
Reply With Quote
  #37  
Old 09.11.2011, 10:07
Lucleonhart
Guest
 
Posts: n/a
Default

Come on stop arguing here.
Perfect to hear that you are working on the capctha remote thing.
I was using Windows SendMessage to send a string to the jdownloader window which is a complete mess so i am looking forward to use the plugin.

Beeing not the java developer i just want to ask if you have any ETA.
If not, it's okay.
Thanks anyway!
Reply With Quote
  #38  
Old 09.11.2011, 10:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

eta is hard to say. we still work on the new linkgrabber and then have to finish downloadtable. my guess 1-2 month till next nightly update which will include all changes
__________________
JD-Dev & Server-Admin
Reply With Quote
  #39  
Old 09.11.2011, 10:55
remi
Guest
 
Posts: n/a
Default

That's good news for the customer-testers. Are you talking about the "Next Major Public Release 1.xxx" ("http://svn.jdownloader.org/projects/jd/roadmap") or will it be a more limited release?
Reply With Quote
  #40  
Old 09.11.2011, 11:00
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

we are currently preparing our next stable, but to test it we put it out as nightly first...wait for reports...fix/stabilize, then move out as next stable
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 02:13.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.