English
Includes

Download.inc (http:)

 
Download.Inc

HTTP-Abruffunktionen for einfacheres inquire of Webserver-expenses.

<!---->

Download/ into Cart
4,99 €
inkl. MwSt.
no Shipping fee

/*
|
|
|
|   INC: Download.Inc
|   recommended Integration: include download.inc
|                          **************************
|
|   Support: https://XProfan.com/includes
|
|   The Urheberrechte this software lying by me (iF, David Strutz).
|
|
|   salvo, iF.
|   20070713
|
|____________________________________________________________________________________*/
 {$cleq}
/*      Download.Inc XPSE Democode
XPSE (XProfan's free PreCompiler) is available under
https://XProfan.com/xpse                                                 */
include download.inc
windowstyle ( 8 | 16 | 512 )
cls 0
color 10,0
print

if len(trim$(dw.ip())) {//is.inet.available.ploy

    print " INC-Version:             ",dw.ver()
    print " your IP:                 ",dw.ip()
    print " Http-call:              ",dw.get("https://XProfan.com/Help/sheet/xpse/","_testout.html"),"bytes."
    print " Image-call:              ",dw.get("https://XProfan.com/images/lv.bmp","_lv.bmp"),"bytes."
    print " Downloadgeschwindigkeit:~",int(dw.checkspeed()),"bytes/sec"
    long hbox=createhtmlbox (hwnd,"file:///"+translate $(getdir$("@"),"\","/")+"/_testout.html",0,180,width(hwnd),(height(hwnd)-180))
    loadbmp "_lv.bmp",(width(hwnd)-210),10;0

else

    print " it could no Internetverbindung used go."
    waitkey
    end

endif

do {

    waitinput

    select key

        caseof 2 : break

    endselect

}

destroywindow(hbox)
end




647 kB4,99 €
inkl. Tax.
no Shipping fee
item:DE-8
Bezeichnung:Download.Inc
Version:0.1.6
Kurzbeschreibung: Erweiterte HTTP-Abruffunktionen for einfacheres inquire of Webserver-expenses.
Hochgeladen:02/16/09
Download
3 kB
Hochgeladen:10/31/20
Downloadcounter78
Download
 
11/23/04  
 



One empfehlenswertes Update on V0.1.4 - The Unit is now

a) small
b) faster
c) without interne DLL

Funktionsumfang is the same stayed!

plenty Fun!
 
11/03/06  
 



new Version V0.1.6, now ought to z.B. too dw.ip always The right (actually) ip supplying particularly if itself these changed has. the cache-trouble is fixed. Unitsource thereby.
 
02/22/07  
 



@Jacob: have your wish berücksichtigt and new version uploaded.

demonstration thereby - one can now the Long dw.CallerProcAddr a ProcAddr allocate.
 
07/13/07  
 




Michael
Wodrich
 
Programmieren, das spannendste Detektivspiel der Welt.
12/01/07  
 



@Dietmar: you should The old Unit from Your XManager herauswerfen and through these INC supplant. The INC is fehlerfreier, unanfälliger and faster there tappt im dunkeln differently operates as The Unit.
 
12/02/07  
 




marian
Hi,
I have unfortunately no Full Version of xProfan 11, would like but nevertheless a File from the internet herunterladen. thereby be I on these Include (Version 0.16) punched, but somehow white I do not moreover.
so sees momentarily my Testprogramm for procedure from:
CompileMarkSeparation
declare prog_version!, down_bytes&
 $I download.inc
cls
print $ProgDir
down_bytes&=dw.get(http://url/update.txt,$ProgDir/update/update.txt)
print down_bytes&
waitkey
>

The Interpreter Version 8 gives immediate a Error Message from, that dw.CallerProcAddr no number be. comments one these Line, so follow Fehlermeldungen, that The functions uncharted seien.
The Interpreter the Freeversion 11 crashes. removes one $I download.inc comes not to that crash, but even to the usual Fehlermeldungen "Function unbekannt" or. "Klammern not ausgewogen"

What do I do wrong??
 
05/28/10  
 



Hello Marian,

The Include requires whom Precompiler (XPSE [...]  ) - Try time Please whether then so and XProfan 8 the mitgelieferte example herunterläd. in the Freeware-Version of XProfan 11 (Interpreter) there too a similar function namens DownLoadFile.

Syntaxfehler is too:
CompileMarkSeparation
down_bytes&=dw.get(http://url/update.txt,$ProgDir/update/update.txt
>
correctly:
CompileMarkSeparation
down_bytes&=dw.get("https://url/update.txt",$ProgDir+"/update/update.txt")
>

PS: You can one hilfreiches Updatemanagement-feature the Threads on XProfan.com benefit.

If you z.B. one Program postest/ vorstellst How z.B. here with Gonzo: [...]  then have You The Possibility in the Vorstellungs-/ Initialposting The Version To leave behind. in the Themenübersicht against of Threads (example Gonzo [...]  ) there right under a Link to a permanenten URL, The as response only The version number supply How z.B. [...]  . so remaining it one Arbeitsschritt a new Version To release and at the same time above one Updatemanagement abzuwickeln - additionally has one by the Upload the Programmpaketes too a static URL from the one Client then simply herunterladen can z.B. if a new Version vorliegt.
 
05/28/10  
 




marian
I Have me now XPSE Downloaded and the Path to xpse.exe as Interpreterpfad indicated. if I now so the Beispielprogramm ausführe opens itself one DOS-Window with the informations, that Runtime and compiler found get. Runtime and compiler are both from the Version 8. If I then one "C" eingebe, in order to compilieren, remaining the Compiler in line 6 stand with the Error Message: "Befehl uncharted: VAR"
I Have already attempts, in the *.enh-File any var-command through declare To replaced. there coming then The Error Message at Compilieren: "Befehl uncharted: SELECT"

who can help?

the Updatemanagement the Community, bring me nothing, there the program not this senses published go should.
 
05/28/10  
 



Ah, understand - "fehlen" the XProfan 8 another couple others Features.

I look (to the evening meal) whether the not simply for XProfan 8 translate can.
 
05/28/10  
 



Try time: (ungetestet)
CompileMarkSeparation
def $dw.version="0.1.6.x8.0"
var dw.CallerProcAddr&=0

proc dw.ver

    return $dw.version

endproc

proc dw.ip

    return dw.get("https://ip.mxii.com")

endproc

proc dw.get

    parameters url$,target$

    if %pCount=1

        return dw.DownloadFile(url$,"",dw.CallerProcAddr&)

    elseif %pCount=2

        return dw.DownloadFile(url,target,dw.CallerProcAddr&)

    endif

    return ""

endproc

proc dw.checkinternet

    var isnet&=0
    var dllh&=usedll("wininet.dll")
    casenot dllh& : return 0
    var hinet&=external("wininet.dll","InternetOpenA",0,0,0,0,0)

    if hinet&

        isnet&=1
        external("wininet.dll","InternetCloseHandle",hInet&)

    endif

    freedll dllh&
    return isnet&

endproc

proc dw.checkspeed

    casenot dw.checkinternet() : return 0
    var __int_dwspd&=&gettickcount
    dw.get("https://ip.mxii.com/speed.get")
    __int_dwspd&=1000/((&gettickcount-__int_dwspd&)/150000)
    return __int_dwspd&

endproc

######## INTERNAL FUNCTIONS ########

proc dw.DownloadFile

    parameters url$,destinationFileName$,downloadCallerProc&
    var oel&=set("ErrorLevel",-1)
    var ofm&=set("FileMode",2)
    var content$=""
    var tofile&=if(len(destinationFileName$),1,0)
    var dllh&=usedll("wininet.dll")

    ifnot dllh&

        set("FileMode",ofm&)
        set("ErrorLevel",oel&)
        return ""

    endif

    var hInet& = external("wininet.dll","InternetOpenA",0,0,0,0,0)

    ifnot hInet&

        freedll dllh&
        set("FileMode",ofm&)
        set("ErrorLevel",oel&)
        return ""

    endif

    var hFile&=external("wininet.dll","InternetOpenUrlA",hInet&,addr(url$),0,0,$80000000,0)

    ifnot hFile&

        external("wininet.dll","InternetCloseHandle",hInet&)
        freedll dllh&
        set("FileMode",ofm&)
        set("ErrorLevel",oel&)
        return ""

    endif

    declare buf#
    dim buf#,1024

    if tofile&

        if fileexists(destinationFileName)

            var delfh&=assign(destinationFileName$)
            erase delfh&
            assign delfh&,""

        endif

        var fh&=assign(destinationFileName$)
        openrw fh&

    endif

    case downloadCallerProc& : call(downloadCallerProc&,-1)
    var bytesread&=0
    var accbytesread&=0

    while 1

        external("wininet.dll","InternetReadFile",hFile&,buf#,1024,addr(bytesread&))

        if bytesread&>0

            if tofile

                blockwrite fh&,buf#,0,bytesread&
                accbytesread&=accbytesread&+bytesread&

            else

                content$=content$+char$(buf#,0,bytesread&)

            endif

            case downloadCallerProc& : call(downloadCallerProc&,bytesread&)

        else

            break

        endif

    wend

    case downloadCallerProc& : call(downloadCallerProc&,-2)
    external("wininet.dll","InternetCloseHandle",hFile&)
    external("wininet.dll","InternetCloseHandle",hInet&)
    dispose buf#
    freedll dllh&
    set("FileMode",ofm&)
    set("ErrorLevel",oel&)

    if tofile&

        closerw fh&
        assign fh&,""
        return accbytesread&

    end
return content$ endproc
 
05/28/10  
 



Spars you, The Vars must too yet lane...
 
05/28/10  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

29.130 Views

Untitledvor 0 min.
Gast.0815 vor 11 Tagen
Erhard Wirth06/14/24
Pascal ter Haseborg05/25/23
Cyberangle02/03/23
More...

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie