Search found 9 matches

by KoopaOne
Fri May 23, 2008 9:42 pm
Forum: Coding Questions
Topic: Problem wit Threads and HTTPSendRequest_
Replies: 1
Views: 945

Really no one a clue? :(
by KoopaOne
Sat May 17, 2008 8:23 am
Forum: Coding Questions
Topic: Problem wit Threads and HTTPSendRequest_
Replies: 1
Views: 945

Problem wit Threads and HTTPSendRequest_

Ok, i am working on a multi-threaded Downloader. There is a Gadget with a List of the Files, upon pressing "Download" a LinkedList gets filled with the necessary Information as is passed to the threaded Procedure as pointer. So far so good. The Thread itself checks his own number and waits until he ...
by KoopaOne
Mon May 12, 2008 1:59 pm
Forum: Tricks 'n' Tips
Topic: HTTPGetFromWeb() 2.0 - use WinInet API
Replies: 32
Views: 34881

thx for your help luis.
that one hoster was just an example, since i try to code a multi-purpose downloader ... if they change the code, i don't mind actually *gg*

i will look into that particular apicall. thanks again!
by KoopaOne
Mon May 12, 2008 11:49 am
Forum: Tricks 'n' Tips
Topic: HTTPGetFromWeb() 2.0 - use WinInet API
Replies: 32
Views: 34881

Is it possible to include REFERRER into your code?
thx in advance
by KoopaOne
Sat May 10, 2008 9:01 am
Forum: Tricks 'n' Tips
Topic: HTTPGetFromWeb() 2.0 - use WinInet API
Replies: 32
Views: 34881

thanks for your tips, i found a way to do it ... :)
by KoopaOne
Fri May 09, 2008 6:32 am
Forum: Tricks 'n' Tips
Topic: HTTPGetFromWeb() 2.0 - use WinInet API
Replies: 32
Views: 34881

and how would the code for this look like luis? when i try it, it still only downloads the 3kb html file and not the embedded (in this cas) RAR.

thx in advance
by KoopaOne
Thu May 08, 2008 10:29 pm
Forum: Tricks 'n' Tips
Topic: HTTPGetFromWeb() 2.0 - use WinInet API
Replies: 32
Views: 34881

like requests from luis in a PN, i'll ask the question here again:

Is this code able to handle downloads from the free-file-hoster www.adrive.com?
URL's to the shared files are like this one:
http://www.adrive.com/public/a5278606d52fe6bd13f5a417347a6512ad81e8a3ec1da262e7521a71fb3303d2.html

thx in ...
by KoopaOne
Thu May 08, 2008 8:39 pm
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 58465

Maybe someone can help with libCurl. The Problem is, it doesn't save anything and i don't get any responst from the lib ...



Procedure curl_file_save(get_linkname$,get_link$, get_referrer$)
;MessageRequester("Requster",get_linkname$+Chr(13)+get_link$+Chr(13)+get_referrer$)
curl = curl_easy_init ...
by KoopaOne
Thu May 08, 2008 3:09 pm
Forum: Coding Questions
Topic: Help with libCurl
Replies: 6
Views: 2386

Help with libCurl

Hello, i am trying to get the libCurl which is available here to work.
i have two curl-lines i would need to be translated to work in pb.
can someone help?

the lines are:

curl -c cookie.txt -L http://www.xxx.com/xxx.html"
curl --cookie cookie.txt -o " +verz$+linkname$ + " --referer http://www ...