Random domains point to my IP :P

 
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions
View previous topic :: View next topic  
Author Message
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Tue Apr 10, 2007 5:01 am    Post subject: Random domains point to my IP :P Reply with quote

Just noticed that 4 or 5 domains point to my IP address (68.55.75.14) i know its nothing special but its random lol

This is just an example: http://www.serversoft.us.to/
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Apr 12, 2007 5:40 pm    Post subject: Re: Random domains point to my IP :P Reply with quote

hc2995,

Is your IP dynamic or static?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Thu Apr 12, 2007 9:45 pm    Post subject: Reply with quote

Its dynamic, but iv had the same IP for about 7 months now, MY ISP is getting mad and i think they blocked incoming port 80 lol
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Sun Apr 15, 2007 4:11 am    Post subject: Re: Random domains point to my IP :P Reply with quote

hc2995 wrote:
Just noticed that 4 or 5 domains point to my IP address (68.55.75.14) i know its nothing special but its random lol

This is just an example: http://www.serversoft.us.to/

When I visit that URL it displays my website. Is this a proxy that shows the website being hosted at the IP addresses of it's visitors? I had a friend (he doesn't run a webserver) visit the URL and it gives him an error.
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Sun Apr 15, 2007 4:43 am    Post subject: Reply with quote

You know, i never thought of that but it just might be a proxy that displays the visitors IP
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Sun Apr 15, 2007 4:52 am    Post subject: Reply with quote

It sounds probable, I bet I could make something like that myself.

Edit: http://randomresources.org/you.php

Code:
<?php
$ip = $_SERVER['REMOTE_ADDR'];
header("Location: http://$ip/");
?>


Add some fancy URL rewriting and I'm sure you could get it to mask the url of the visitor.
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Sun Apr 15, 2007 9:24 am    Post subject: Reply with quote

Either that or it points to localhost.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Vahn
-


Joined: 10 Aug 2005
Posts: 51
Location: At my computer

PostPosted: Sun Apr 15, 2007 8:16 pm    Post subject: Reply with quote

Thats pretty Nifty.. it could come in useful some how.. i assume...

-shrug- who knows
_________________
A ship in the harbor is safe, But thats not what Ships were Built for. ~ John Shedd
Success Comes before Work only in the Dictionary ~ Harvey Mackay
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
RTAdams89
-


Joined: 06 Nov 2005
Posts: 102

PostPosted: Sun Apr 15, 2007 10:09 pm    Post subject: Reply with quote

How did you "notice" these domains point to your ip?
Back to top View user's profile Send private message
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Mon Apr 16, 2007 5:32 am    Post subject: Reply with quote

Well the first time i saw my site i thought it was cookie problem, then i cleared then and tried again, i thought i was crazy, thought "This cant be my site, someones copying me" then i went to URL/my_file.php and the file worked! Im thinking, no way they could have gotten the source, onless they copied the output so i went to URL/FOLDER/captcha.php?6592, and i saw a captcha appear! This couldnt possibly be a copy and paste thing, couse php is dynamic, thats how i first found out.
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
roganty
-


Joined: 08 Jun 2004
Posts: 357
Location: Bristol, UK

PostPosted: Wed Apr 18, 2007 11:40 pm    Post subject: Reply with quote

AbyssUnderground wrote:
Either that or it points to localhost.


Ive found this site before, and I wondered the same thing
But a quick ping later reveled that the ip address was [url]127.0.0.1[/url]
_________________
Anthony R

Roganty
| Links-Links.co.uk
Back to top View user's profile Send private message Visit poster's website
RTAdams89
-


Joined: 06 Nov 2005
Posts: 102

PostPosted: Thu Apr 19, 2007 3:48 am    Post subject: Reply with quote

I meant, how did you find this website? Were you just typing in random domain names or what?
Back to top View user's profile Send private message
Tom Chapman
-


Joined: 09 Jul 2005
Posts: 933
Location: Australia

PostPosted: Thu Apr 19, 2007 6:48 am    Post subject: Reply with quote

AbyssUnderground wrote:
Either that or it points to localhost.


Definately.
Back to top View user's profile Send private message Visit poster's website MSN Messenger
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Thu Apr 19, 2007 12:42 pm    Post subject: Reply with quote

RTAdams89 wrote:
I meant, how did you find this website? Were you just typing in random domain names or what?



Oh, lol look at this thread: http://www.aprelium.com/forum/viewtopic.php?t=7353 under IM servers
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Thu Apr 19, 2007 1:21 pm    Post subject: Reply with quote

Well, the most reliable host is 127.0.0.1 (localhost), so its fine on that list.
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group