FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > General Site Owner Support (All may read/respond) > Open Discussions
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 08-05-1999, 07:31 AM   Postid: 7833
bofh
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Jul 1999
Location: Hoorn, NH, The Netherlands
Posts: 5
'Stealth' domain-name

Hello folks

Some hosting-providers / redirection providers provide
a 'stealth' function, where the domain-name is saved in the URL bar. Meaning, when you type http://www.nl-bofh.com now, it changes to www.xs4all.nl/~bitwise/nl-bofh and with stealthing it stays as www.nl-bofh.com

Does FQ offer this in any way?

Thank you for your attention!

Andre de Vet, NL

(edited for I goofed )
[This message has been edited by bofh (edited 08-05-99)]
bofh is offline   Reply With Quote
Old 08-05-1999, 11:10 AM   Postid: 7834
 Deb
FutureQuest, Inc.
 
Deb's Avatar
 
Join Date: Jun 1998
Location: Franktown Colorado
Posts: 6,781
Hello Andre,

If the web site that the domain name is being redirected to is not on our servers then the URL will in fact change to the URL where the web site is located at.

If the web site that the domain name is being redirected to is on our servers, then the URL will maintain it's structure with the Domain Name being what you see and the 'actual' URL remaining hidden.

HTH
Deb
 -
  p.s. you may also want to view http://www.FutureQuest.net/irm.html for more info.
Deb is offline   Reply With Quote
Old 08-05-1999, 01:44 PM   Postid: 7835
Rich
Merchant Rep
 
Rich's Avatar

Forum Notability:
153 pts: Ambassador of Goodwill
[Post Feedback]
 
Join Date: Nov 1998
Location: Indiana, USA
Posts: 1,658
While we are on the subject of stealth:

I occasionally get a piece of spam mail that says something like "visit http://348785" for more info.

How is this done? Is this from someone that has "diddled" with the DNS entries?

Rich
Rich is offline   Reply With Quote
Old 08-05-1999, 02:09 PM   Postid: 7836
bofh
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Jul 1999
Location: Hoorn, NH, The Netherlands
Posts: 5
>If the web site that the domain name is being redirected to >is not on our servers then the URL will in fact
>change to the URL where the web site is located at.

Ah. I gathered as much from the redirection info pages. I understand this is not a service you offer (for a price)?

Reason I ask: I have no need for a 'full' domain. I have some space, and have no need for PHP and such. It would however be nice if the URL remained as www.nl-bofh.com. It would be slightly wastefull for me to pay 25$ a month just for that

Andre
bofh is offline   Reply With Quote
Old 08-05-1999, 02:18 PM   Postid: 7837
 Deb
FutureQuest, Inc.
 
Deb's Avatar
 
Join Date: Jun 1998
Location: Franktown Colorado
Posts: 6,781
Just to clarify... it's not $25 per month.  It is a $25 setup fee.  Once the setup fee is paid there are no other fees.  There is also a place at http://www.redirectme.com/ that I understand will do the redirections for free.  I'm not quite sure what the details are but you may want to check them out.

Deb is offline   Reply With Quote
Old 08-05-1999, 02:35 PM   Postid: 7838
 Terra
CTO FutureQuest, Inc.
 
Terra's Avatar
 
Join Date: Jun 1998
Location: Z'ha'dum
Posts: 7,672
Quote:
something like "visit http://348785" for more info.
It is a valid address that is munged into an inet address form...

The formula, if I remember correctly is:
(x>>24)+"."+((x>>16)&255)+"."+((x>>8)&amp ;255)+"."+(x&255)

Doing the match, that number equals IP address (dotted quad form):
0.5.82.113

###This is only proof of concept, I just whipped up!
Quick perl script to demunge that: (NOT Tested!)
#!/usr/local/bin/perl
use strict

my $inet = shift || usage();
$inet =~ /^\d+$/ or usage();

demunge($inet);
sub demunge {
  my $x=shift;
  print "And the dotted quad isn";
  print (x>>24),".",((x>>16)&255),".",((x>>8)&amp ;255),".",(x&255),"\n";
}
sub usage {
  die "Please enter a valid inet address\n";
}
__END__

--
Terra
--Within complexity lives simplicity--
FutureQuest
[This message has been edited by ccTech (edited 08-05-99)]
Terra is offline   Reply With Quote
Old 08-05-1999, 04:11 PM   Postid: 7839
Justin
Visitor
 
Justin's Avatar

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Jan 1999
Location: Kissimmee, FL
Posts: 3,672
Quote:
Some hosting-providers / redirection providers provide a 'stealth' function, where the domain-name is saved in the URL bar
What they are doing is putting up a frames page with a single frame. This single frame links to your real site...

This is a bad idea, though, because you can't bookmark a page - it would always show just the domain name without any path or filename... it's a simple, cheap way of providing a redirect.

Hope this helps.

------------------
Justin Nelson
FutureQuest Support
Justin is offline   Reply With Quote
Old 08-05-1999, 04:14 PM   Postid: 7840
jokesplus
Site Owner
 
jokesplus's Avatar

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: May 1999
Location: Cheltenham, UK
Posts: 149
[quote]
something like "visit http://348785" for more info.
[quote]

Alternative to Terra's script is to run the munged IP address through the decipher option at www.samspade.org.

Jarrod

------------------
For humor on-line check out Jokesplus
http://www.jokesplus.com
jokesplus is offline   Reply With Quote
Old 08-05-1999, 04:24 PM   Postid: 7841
YFS200
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: May 1999
Location: Ca
Posts: 390
I had one of the redirection services before I moved to FQ.
It just forwarded everything from www.yourdomain.com to www.host.com/~mypage.  And it did show www.host.com/~mypage after the redirection.

Just before I left, they offered a "URL lock down" so it only showed www.yourdomain.com in the URL. It worked, but the combo of frames and Java used caused chaos with some of my pages. In the end I turned it off.

Eddie
    
YFS200 is offline   Reply With Quote
Old 08-06-1999, 12:48 AM   Postid: 7842
bofh
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Jul 1999
Location: Hoorn, NH, The Netherlands
Posts: 5
Justing, YFS200,

Thank you both. That was all I needed to know!

Deb,

I am aware of the pricing scheme for redirection, since I paid already and have no intentions to do so again

And once again, may I thank you all for the fast reply? You guys are wunnerful

Andre
bofh is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 07:33 PM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.