English
Source / code snippets

Adressen actually Reading internet

 

CompileMarkSeparation
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Internet: aktuelle IP-Adresse(n) auslesen
+-----------------------------------------------------------------+
| enumip.prf - IP-Adressen aufzählen                              |
| Autor: Sebastian König                                          |
| email: feedback@sekoenig.de                                     |
| Homepage: http://www.sekoenig.de                                |
| Copyright ©2001 Sebastian König                                 |
|                                                                 |
| Dieser Quellcode demonstriert, wie alle aktuellen IP-Adressen   |
| ausgelesen werden können.                                       |
|                                                                 |
+-----------------------------------------------------------------+
---Benötigte Funktionen definieren:
DEF WSAStartup(2) !WS2_32.DLL,WSAStartup
DEF WSACleanup(0) !WS2_32.DLL,WSACleanup
DEF gethostname(2) !WS2_32.DLL,gethostname
DEF gethostbyname(1) !WS2_32.DLL,gethostbyname
DEF inet_ntoa(1) !WS2_32.DLL,inet_ntoa
---Variablen deklarieren:
declare WSADATA#,hostname#
declare pHostent&,pArray&,ip&
declare count%
---Bereichsvariablen dimensionieren:
dim WSADATA#,14
dim hostname#,100
---WS2_32.DLL laden:
declare hDll&
let hDll& = UseDLL(WS2_32.DLL)
---Neues Fenster erstellen:
windowtitle Aktuelle IP-Adresse(n) ermitteln
window 100,100-400,300
---Windows Sockets initialisieren:
WSAStartup($0101,WSADATA#)
---Host-Info ermitteln:
gethostname(hostname#, 100);
pHostent& = gethostbyname(hostname#)
---IP-Adressen aus HOSTENT-Struktur auslesen:
let pArray& = @long(pHostent&,16)
let count% = 0
print Hostname:,@string$(hostname#,0)
print
print IP-Adresse(n):

while @byte(pArray&,@add(count%,4))

    IP in String umwandeln...
    ip& = inet_ntoa(@long(pArray&,count%))
    ...und ausgeben
    print @string$(ip&,0)
    add count%,4

wend

print
print Mit Taste oder Mausklick beenden!
waitinput
---Aufräumen:
WSACleanup()
FreeDLL hDll&
dispose WSADATA#
dispose hostname#
---Ende:
4 href='./../../Function-References/XProfan/end/'>end
 
07/15/07  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

5.308 Views

Untitledvor 0 min.
RudiB.11/25/21
Georg Teles02/09/20
Chregu Mueller04/04/14
Thomas Freier07/03/13
More...

Themeninformationen

this Topic has 1 subscriber:

unbekannt (1x)


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