| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		hc2995 -
 
  Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
  | 
		
			
				 Posted: Tue Apr 10, 2007 5:01 am    Post subject: Random domains point to my IP :P | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Thu Apr 12, 2007 5:40 pm    Post subject: Re: Random domains point to my IP :P | 
				      | 
			 
			
				
  | 
			 
			
				hc2995,
 
 
Is your IP dynamic or static? _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		hc2995 -
 
  Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
  | 
		
			
				 Posted: Thu Apr 12, 2007 9:45 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			           | 
		
	
	
		  | 
	
	
		rrinc -
 
  Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
  | 
		
			
				 Posted: Sun Apr 15, 2007 4:11 am    Post subject: Re: Random domains point to my IP :P | 
				      | 
			 
			
				
  | 
			 
			
				 	  | 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 | 
		
			             | 
		
	
	
		  | 
	
	
		hc2995 -
 
  Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
  | 
		
			
				 Posted: Sun Apr 15, 2007 4:43 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			           | 
		
	
	
		  | 
	
	
		rrinc -
 
  Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
  | 
		
			
				 Posted: Sun Apr 15, 2007 4:52 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			             | 
		
	
	
		  | 
	
	
		AbyssUnderground -
 
  Joined: 31 Dec 2004 Posts: 3855
 
  | 
		
			
				 Posted: Sun Apr 15, 2007 9:24 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Either that or it points to localhost. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
 
www.abyssunderground.co.uk | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		Vahn -
 
  Joined: 10 Aug 2005 Posts: 51 Location: At my computer
  | 
		
			
				 Posted: Sun Apr 15, 2007 8:16 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			               | 
		
	
	
		  | 
	
	
		RTAdams89 -
 
  Joined: 06 Nov 2005 Posts: 102
 
  | 
		
			
				 Posted: Sun Apr 15, 2007 10:09 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| How did you "notice" these domains point to your ip? | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		hc2995 -
 
  Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
  | 
		
			
				 Posted: Mon Apr 16, 2007 5:32 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			           | 
		
	
	
		  | 
	
	
		roganty -
 
  Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
  | 
		
			
				 Posted: Wed Apr 18, 2007 11:40 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | 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 | 
		
			           | 
		
	
	
		  | 
	
	
		RTAdams89 -
 
  Joined: 06 Nov 2005 Posts: 102
 
  | 
		
			
				 Posted: Thu Apr 19, 2007 3:48 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| I meant, how did you find this website? Were you just typing in random domain names or what? | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		Tom Chapman -
 
  Joined: 09 Jul 2005 Posts: 933 Location: Australia
  | 
		
			
				 Posted: Thu Apr 19, 2007 6:48 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | AbyssUnderground wrote: | 	 		  | Either that or it points to localhost. | 	  
 
 
Definately. | 
			 
		  | 
	
	
		| Back to top | 
		
			            | 
		
	
	
		  | 
	
	
		hc2995 -
 
  Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
  | 
		
			
				 Posted: Thu Apr 19, 2007 12:42 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | 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 | 
		
			           | 
		
	
	
		  | 
	
	
		rrinc -
 
  Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
  | 
		
			
				 Posted: Thu Apr 19, 2007 1:21 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			             | 
		
	
	
		  | 
	
	
		 |