Results 1 to 5 of 5

Thread: IP address

  1. #1

    Zeropaid Noob

    Join Date
    Nov 2002
    Posts
    1

    IP address

    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>

  2. #2
    phalkon30's Avatar

    Jay Leno Geek

    Join Date
    Nov 2002
    Location
    Lacrosse, Wi.
    Posts
    4,214
    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

  3. #3
    Foreverboard's Avatar

    Alien in Penguin suit....

    Join Date
    Apr 2002
    Location
    somewhere....
    Posts
    851
    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

  4. #4
    Skeptikal's Avatar

    .:Protecting the Masses:.

    Join Date
    Oct 2002
    Posts
    292
    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...

  5. #5
    Foreverboard's Avatar

    Alien in Penguin suit....

    Join Date
    Apr 2002
    Location
    somewhere....
    Posts
    851
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •