a batch using the : AT command will be nice too...
i only need to know how to make it find the local ip and than send it....
anyone ?
|
Full Version: Tagger ? Ip Sender?
is need a little prog that can send the local ip the a remote ip using net sen or to an icq number every couple of hours...
a batch using the : AT command will be nice too... i only need to know how to make it find the local ip and than send it.... anyone ?
ok, all we need if the IP right? set a CGI script to log the IP of all who visit... then schedule a task to GET the cgi url, this can be done pretty easily with a number of tools (the browser, etc..) - almost all networks allow HTTP traffic here is an example: serverside cgi:
client side script:
now, we can either put a timer in the perl script - or use another scheduling tool (like those offered with most OS's ) this is the same kind of setup i have on my home box. that way all i have to do (if my IP changes) is goto http://our.server/blah.txt and looks for the latest entry...
sorry m8...
but its too tricky for me any other sugestions?
why dont you just set up a Dynamic DNS-Service like DynDNS?
just my 2cents
easy to do in C (or C++)
execute dos command "ipconfig >file.txt" It will redirect what is usualy shows in a file Analyse file.txt to find the ip adress execute dos command "net send IP_adress" where IP_adress is what you grab in file.txt You set it in windows start: In [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run], you create a new key with the name you want and set the value to the path of your exe That's all PS: If you don't know how to start dos commands in C, it's system("example_command"); and you must include stdlib.h
Obviously Free Dynamic DNS-Service is the best way to go
just get needed tools nut that hard to setup /-GOOGLE-/ ^^ hmmm - http://www.dyns.net is a good one tho or some trojan does send ip to icq / web page too, optix coderZ did made such tools i think... This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
|
||||