#1
|
|||
|
|||
goldesel.to Decrypter-Request
Hi Leute. Seit einigen Monaten hat die oben genannte Seite ihre Policy (scheinbar?) geändert. Sie wollen nicht das man schnell mit dem Jdownloader oder Ähnlichen an die Dateien kommt.
Siehe auch diesen Thread: http://board.jdownloader.org/showthr...light=goldesel Ich habe mir die Mühe gemacht und etwas recherchiert: Am Beispiel StrHold3 **External links are only visible to Support Staff****External links are only visible to Support Staff** Der Rechtsclick wird über dem Downloadlinks-div geblockt. Code:
<div onmouseout="YesRight();" onmouseover="NoRight();" style="width:570px;"> Code:
function NoRight() { function click (e) { if (!e) e = window.event; if ((e.type && e.type == "contextmenu") || (e.button && e.button == 2) || (e.which && e.which == 3)) { if (window.opera) window.alert("Sorry: Diese Funktion ist deaktiviert."); return false; } } if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.onmousedown = click; document.oncontextmenu = click; } function YesRight() { function click (e) { if (!e) e = window.event; if ((e.type && e.type == "contextmenu") || (e.button && e.button == 2) || (e.which && e.which == 3)) { if (window.opera) window.alert("Sorry: Diese Funktion ist deaktiviert."); return true; } } if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.onmousedown = click; document.oncontextmenu = click; } </script> Die Weiterleitung zu den Downloads erfolgt immer über die URL **External links are only visible to Support Staff****External links are only visible to Support Staff**. Code:
<a onclick="window.open('**External links are only visible to Support Staff**, '2556820', ''); goD('2556820');" target="2556820" href="**External links are only visible to Support Staff**> <img align="absmiddle" style="border:1px solid #BBBBBB; margin-right:5px;" src="image/hoster/linksave.in.png"> LinkSave-Container mit 10 Dateien via Hoster [uploaded.to] </a> Code:
<script src="**External links are only visible to Support Staff** type="text/javascript"> Code:
function goD(Download) { $.post("ajax/go2dl.php", { Download: Download }, function(Link) { window.open(Link, Download, ''); }); } In jedem Download Verzeichnis liegt also diese Datei oder wird dort gelinkt. Direktes Aufrufen ohne Parameter bringt: "No input file specified." Ah gut nach googlen von goldesel und go2dl.php hab ich folgendes gefunden: **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff**/ajax/go2dl.php?Download=2556820 übersetzt von der Download-Id zum Link. Dabei ist aber wichtig das man das nicht als GET schickt sondern ein POST macht. Zu guter Letzt mein Wunsch: Jdownloader erkennt die Download-Einstiegsseite (z.B. **External links are only visible to Support Staff****External links are only visible to Support Staff**) die man noch komfortabel aus der Browser Addressleiste kopieren kann und parsed dann die Downloads. Bitte nicht hauen! Erster Post: danke für eure Aufmerksamkeit. Last edited by raztoki; 27.10.2011 at 05:07. Reason: links are to remain hidden. |
#2
|
||||
|
||||
Verschoben->Wünsche!
--- Bugtracker Ticket: GreeZ pspzockerscene EDIT Ich denke nicht, dass sie JD aussperren wollen, sie wollen bloß (mehr) Kohle machen, aber lassen wir die Spekulationen^^
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#3
|
||||
|
||||
Decrypter fertig, warte aufs nächste Update!
GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#4
|
|||
|
|||
Hey habs heute getetestet funktioniert 1A. Vielen dank!
|
#5
|
||||
|
||||
Danke fürs Feedback.
Ich close hier mal, bei Problemen bitte nen neuen Thread erstellen oder mich per PM kontaktieren GreeZ pspzockerscene *closed*
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
Thread Tools | |
Display Modes | |
|
|