I'd like to send an email to myself with ip address each time i connect to the internet. How can i manage it?
<yannis>
You could just go to www.ipchicken.com to get your ip when you log on, not sure how to make it automated though
_
Help save lives by doing cancer research! Click here to see the Zeropaid.com UD member page. Please take a few minutes to sign up for our UD cancer research program, it uses idle cpu cycles to help fight cancer by helping to find new drugs. This thread has more info, or you can PM me with questions/comments. I hope to finish the guide on how to start using UD soon
when you are connected
start>run : then type cmd(or command)
once you get a dos window(if thats what you can call it) type
ipconfig,
that will show your IP, subnet mask, gateway. everything you need to know. you can do this anytime you are on the net to get your IP address.
foreverboard
(theonlybob)
"There's gonna be some stuff u gonna see that's gonna make it hard To smile in the future, but through whatever you see, Through all the rain and all the pain, you gotta keep your sense of humor. you gotta be able to smile through all this bullshit"
-Tupac Shakur
www.theonlybob.com
Do YOU Streamload?????? www.Streamload.com
I think that what he really want to do is send a proggy to a friend (enemy?) of him that will send to hima mail, with his friend/enemy ip address attached...
Ain't I right ??
What I would do... althout it's a long way, and not at all "invisible" is:
make a proggy that redirect to a predifined homepage every time he connects to the internet.
This webpage would be on a PHP host.
Then I catch up the IP of my "fiend" using the $HTTP_REMOTE_ADDR variable of PHP
and then use the $mail() function to get the mail with his ip attached ...
It does work ;)
Any way... another way...
instead of using email, if you have a static IP, you could use the NetSend feature from any NT kernel windows system...
Originally posted by Skeptikal
I think that what he really want to do is send a proggy to a friend (enemy?) of him that will send to hima mail, with his friend/enemy ip address attached...
Ain't I right ??
What I would do... althout it's a long way, and not at all "invisible" is:
make a proggy that redirect to a predifined homepage every time he connects to the internet.
This webpage would be on a PHP host.
Then I catch up the IP of my "fiend" using the $HTTP_REMOTE_ADDR variable of PHP
and then use the $mail() function to get the mail with his ip attached ...
It does work ;)
Any way... another way...
instead of using email, if you have a static IP, you could use the NetSend feature from any NT kernel windows system...
Whew!! sure glad you got that out of a one liner queation, we might have been here for days.
foreverboard
(theonlybob)
"There's gonna be some stuff u gonna see that's gonna make it hard To smile in the future, but through whatever you see, Through all the rain and all the pain, you gotta keep your sense of humor. you gotta be able to smile through all this bullshit"
-Tupac Shakur
www.theonlybob.com
Do YOU Streamload?????? www.Streamload.com
Bookmarks