JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 03.10.2015, 14:24
Dogmi
Guest
 
Posts: n/a
Default Plain CNL2

Sollten bei dem Code nicht 2 Dateien im Jdownloader2 auftauchen und das Passwort ist auch nicht gesetzt.

Code:
<
FORM ACTION="**External links are only visible to Support Staff** target="hidden" METHOD="POST">
   <INPUT TYPE="hidden" NAME="passwords" VALUE="JuF8Wx68A4JckGW">
   <INPUT TYPE="hidden" NAME="source" VALUE="http://jdownloader.org/spielwiese">     
   <INPUT TYPE="hidden" NAME="urls" VALUE="**External links are only visible to Support Staff**>
   <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Add Link to JDownloader">
</FORM>

Last edited by Dogmi; 03.10.2015 at 15:10.
Reply With Quote
  #2  
Old 03.10.2015, 16:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,532
Default

Password mit nächstem Core Update fixed
Newline muss Roh sein, also \r\n. Nicht encoded!, denn der Value steht ja roh drin und wird urlEncoded übertragen.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 03.10.2015, 17:47
Dogmi
Guest
 
Posts: n/a
Default

\r\n hab ich natürlich auch probiert. :-D

<FORM ACTION="**External links are only visible to Support Staff** target="hidden" METHOD="POST">
<INPUT TYPE="hidden" NAME="passwords" VALUE="JuF8Wx68A4JckGW">
<INPUT TYPE="hidden" NAME="source" VALUE="http://jdownloader.org/spielwiese">
<INPUT TYPE="hidden" NAME="urls" VALUE="**External links are only visible to Support Staff**>
<INPUT TYPE="SUBMIT" NAME="submit" VALUE="Add Link to JDownloader">
</FORM>

Bin mir eigentlich ziemlich sicher das vor einem halben Jahr der Trenner so geschrieben werden musste %0D%0A, steht so in meinem Code. Und er hat Funktioniert. :-D

Vielleicht hilft das weiter oder ich bin zu blöd. https://board.jdownloader.org/showthread.php?t=32469

Last edited by Dogmi; 03.10.2015 at 20:30.
Reply With Quote
  #4  
Old 04.10.2015, 08:20
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,532
Default

\r\n ist der escaped value Du musst natürlich Roh im String
denn \r\n ist kein NewLine in HTML, es sind einfach 4 chars.
Du musst NewLine roh verwenden, und dieses wird dann korrekt vor dem Senden der Form URLEncoded. Der Workaround der verlinkt ist nutzt ein Leerzeichen/oder mehrere
Korrekt wäre aber ein echtes NewLine.
__________________
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 09:23.
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.