![]() |
http://rapidshare.com/ - Collector's Zone - Zugriff
Ich grüsse alle!
![]() Free-Zone / Collector's Zone betreten Ich versuche den Zugriff zu meinem Ordner bekommen Was mache ich falsch?
Delphi-Quellcode:
.dfm
Procedure TForm1.Button1Click(Sender:TObject);
Var Data:TIdMultiPartFormDataStream; Begin Data:=TIdMultiPartFormDataStream.Create; Try Data.AddFormField('username','*****'); Data.AddFormField('password','*****'); Memo1.Text:=IdHTTP1.Post('https://ssl.rapidshare.com/cgi-bin/collectorszone.cgi',Data); Finally Data.Free; End; End;
Delphi-Quellcode:
Als Ergebnis bekomme ich eine Autorisationsseite... Warum?
object IdHTTP1: TIdHTTP
IOHandler = IdSSLIOHandlerSocket1 MaxLineAction = maException ReadTimeout = 0 AllowCookies = True ProxyParams.BasicAuthentication = False ProxyParams.ProxyPort = 0 Request.ContentLength = -1 Request.ContentRangeEnd = 0 Request.ContentRangeStart = 0 Request.ContentType = 'application/x-www-form-urlencoded' Request.Accept = 'text/html, */*' Request.BasicAuthentication = False Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)' HTTPOptions = [hoForceEncodeParams] Left = 371 Top = 6 end object IdSSLIOHandlerSocket1: TIdSSLIOHandlerSocket SSLOptions.Method = sslvSSLv23 SSLOptions.Mode = sslmClient SSLOptions.VerifyMode = [] SSLOptions.VerifyDepth = 2 Left = 336 Top = 8 end |
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Vielleicht prüft RapidShare den UserAgent-String.
Setz doch mal den Default für IE 7 unter Vista: "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)" Gruß winkel79 |
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Könnte sein...
aber so geht auch nicht :( Vielleicht prüft RapidShare nicht 'username' & 'password' und braucht andere Parameters? Aber woher kann man das wissen? |
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Schau dir doch den Seitenquelltext an oder speichere die Seite bei dir lokal und ändere den POST-Pfad auf eine lokale PHP Seite, die so aussehen könnte:
Code:
<?php
echo "<pre>"; print_r($_REQUEST); echo "</pre>"; ?> |
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Zitat:
|
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Respekt!!! :dp:
Es geht!!! :thumb: Endlich!!! :hello: :dance: |
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Muss man einfach
Delphi-Quellcode:
hinzufügen...
Data.AddFormField('german','on');
Vielen Dank! |
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Kann man das Gleiche machen, aber ohne OpenSSL?
|
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Nur wenn dies vom Provider angeboten wird. Oder meinst du mit einer anderen SSL-Bibliothek?
|
Re: http://rapidshare.com/ - Collector's Zone - Zugriff
Einfach diese Abhängigkeit von 'libeay32.dll' und 'ssleay32.dll' bringt ein wenig auf.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:49 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz