server monitoring
+ Reply to Thread
Results 1 to 7 of 7

Thread: Help

  1. #1
    Join Date
    Apr 2007
    Posts
    40

    Question Help

    I am just starting to get interested in programming. I have Microsoft Visual Studio Professional 2005, mySQL, Frontpage, PHP software (I have no idea how to use it, or even open it...lol) and an iMac that has UNIX. I want to try to get the IP to a MySpace account, an e-mail, and whatever else, but I have no clue how. How do upload somthing to a server to ***** an IP? I have seen things on other threads, but I don't even know how to do that, and I don't really want to put UNIX on my Windows laptop. I am a total "n00b" but everyone has to start somewhere. I need a basic step-by-step tutorial.

    Thanks

  2. #2
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by iDavies View Post
    I am just starting to get interested in programming. I have Microsoft Visual Studio Professional 2005, mySQL, Frontpage, PHP software (I have no idea how to use it, or even open it...lol) and an iMac that has UNIX. I want to try to get the IP to a MySpace account, an e-mail, and whatever else, but I have no clue how. How do upload somthing to a server to ***** an IP?
    To get someone's IP address, you could upload a script to your own website that logs all IP addresses, then give a link to this script to your target.

    Try researching web languages like HTML, XHTML, CSS and Javascript, and server-side languages like PHP. Also, research FTP.

    I have seen things on other threads, but I don't even know how to do that, and I don't really want to put UNIX on my Windows laptop. I am a total "n00b" but everyone has to start somewhere. I need a basic step-by-step tutorial.

    Thanks
    Just start searching on Google and Wikipedia.

  3. #3
    Join Date
    Apr 2007
    Posts
    40
    Quote Originally Posted by mike*5* View Post
    To get someone's IP address, you could upload a script to your own website that logs all IP addresses, then give a link to this script to your target.

    Would that ***** visitors or the person who logs into it? What is the best place to get a free website? What script do I need?

    -Sorry if i'm getting annoying...lol
    60GB Sony PS*; PS Eye; Toshiba 62" DLP *080i Display; Wii; iMac; 8GB iPhone
    [URL="http://www.dvdspot.com/list.php?member=AaronD&list=owned"]BD Collection[/URL] : : [URL="http://myspace.com/bluraydisc"]Blu-ray MySpace[/URL] : : [URL="http://www.gamespot.com/users/Aaron-/games_table?mode=own"]My PS* Games[/URL]

  4. #4
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by iDavies View Post
    Would that ***** visitors or the person who logs into it?
    It would log all the IP numbers of people who click the link to the page.

    What is the best place to get a free website?
    Search the web for "free PHP hosting", or try here:

    [url]http://www.agigforfree.com/[/url]

    What script do I need?
    Any server-side script that logs visitor information; for example a PHP script. Try learning PHP from [url]www.w*schools.com[/url] or [url]www.php.net[/url], or search for such a script.

    I'm too lazy to write out a whole file-logging script, but this would print the user's IP address to their screen:

    [PHP]<?php

    print($_SERVER["REMOTE_ADDR");

    ?>[/PHP]

  5. #5
    Join Date
    Apr 2007
    Posts
    40
    So they would have to access it through my website for me to get the IP, could I put somthing in my profile that would get it? I appreciate the help.
    60GB Sony PS*; PS Eye; Toshiba 62" DLP *080i Display; Wii; iMac; 8GB iPhone
    [URL="http://www.dvdspot.com/list.php?member=AaronD&list=owned"]BD Collection[/URL] : : [URL="http://myspace.com/bluraydisc"]Blu-ray MySpace[/URL] : : [URL="http://www.gamespot.com/users/Aaron-/games_table?mode=own"]My PS* Games[/URL]

  6. #6
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by iDavies View Post
    So they would have to access it through my website for me to get the IP, could I put somthing in my profile that would get it? I appreciate the help.
    Well, you could place an image on your page that links to the PHP script -- that way they are still requesting the script, they just don't know it.

  7. #7
    Join Date
    Apr 2007
    Posts
    40
    I put a *****er on it that logs the IP, it was a lot easier..lol Now I just need to know what to do with those IPs...hmmm
    60GB Sony PS*; PS Eye; Toshiba 62" DLP *080i Display; Wii; iMac; 8GB iPhone
    [URL="http://www.dvdspot.com/list.php?member=AaronD&list=owned"]BD Collection[/URL] : : [URL="http://myspace.com/bluraydisc"]Blu-ray MySpace[/URL] : : [URL="http://www.gamespot.com/users/Aaron-/games_table?mode=own"]My PS* Games[/URL]

+ Reply to Thread

Posting Permissions

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