Help - Search - Member List - Calendar
Full Version: new domain questions.
Krazy Letter Forums > Technology > Tech Help
ShammyKon
I just ordered my second domain name, i got it with the cheapest hsoting possible because i wanted it to use a certain ftp that i already have. Is this possible?

For example. I just ordered site A.com and i want it to use site B.com's storage.

so it would show the same stuff as site B on site A...
lappy512
Yeah, it is possible, depending on your host. What host are you using?
thisoldmage
I'm confused, you mean using a script like this ????
Got it from a random .tk website (www.dot.tk for more info)
CODE


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
 <head>
   <title>techdisk.tk</title>
   <META HTTP-EQUIV="expires" CONTENT="0">
   <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   <meta name="description" content="I have the ultimate PC teck disk">
   <meta name="keywords" content="A+, boot disk, computer repair, computers, fix mbr, tch disk">

   <script type="text/javascript" language="JavaScript"><!--
     function determineLocation()
     {
       MyPopup = window.open("/1142829368193.ban?fldpromonr=1&fldbannernr=0&country=1&flddomainnr=8672343&ip=71.112.40.254&tid=1142829368193","1142829368193","height=100,width=486");

       if (MyPopup == null) {
         forward_url   = '/adstart?fldpromonr=4&fldbannernr=0&flddomainnr=8672343&ip=71.112.40.254&tid=1142829368193&fwurl=http://members.shaw.ca/homesecurity/&country=1&fallback=yes';
         register_url  = '/black.html';
       } else {
         forward_url   = 'http://members.shaw.ca/homesecurity/';
         register_url  = '/register.html';
         MyPopUnder = window.open("/1142829368193.bun?country=1", "DotTK", "height=300,width=450");
MyPopUnder.blur();
self.focus();
MyPopup.focus();

       }
       dot_tk_frame_content.location  = forward_url;
       dot_tk_frame_register.location = register_url;
     }
   // --></script>
 </head>
 <script type="text/javascript" language="JavaScript">
   <!--
     document.write('<frameset rows="35px,*" onload="Javascript:determineLocation()" framespacing="0" border="0" frameborder="NO">');
     document.write('<frame src="" name="dot_tk_frame_register" scrolling="no" noresize>');
     document.write('<frame src="" name="dot_tk_frame_content" scrolling="auto" noresize>');
     document.write('</frameset>');
   // -->
 </script>
 <noscript>
   <frameset rows="35px,*" framespacing="0" border="0" frameborder="NO">
     <frame src="/black.html" name="dot_tk_frame_register" scrolling="no" noresize>
     <frame src="/adstart?fldpromonr=4&fldbannernr=0&flddomainnr=8672343&ip=71.112.40.254&tid=1142829368193&fwurl=http://members.shaw.ca/homesecurity/&country=1&fallback=yes" name="dot_tk_frame_content" scrolling="auto" noresize>
   </frameset>
 </noscript>
</html>


Wouldn't that work????
Mynck
Client-side Javascript probably won't do a server-side job. Unless that's a simple redirect. That could be annoying, though.
thisoldmage
QUOTE(Mynck @ Mar 19 2006, 10:22 PM)
Client-side Javascript probably won't do a server-side job. Unless that's a simple redirect. That could be annoying, though.
*


It is a simple redirect, for the most part. It just uses a window before linking you to the site. See www.krazyletter.tk for an example. I didn't know someone made that.
lappy512
But, you need someone to host the html page....
ShammyKon
well thanks for trying guys im sure ill figure somting you but keep the answers comming tongue.gif
lappy512
In short, it depends on your webhost.
thisoldmage
QUOTE(lappy512 @ Mar 20 2006, 01:07 PM)
In short, it depends on your webhost.
*


I'm sure most would be willing to host that small of a page.
lappy512
Because the DNS requires overhead, no. By the way, those HTML redirects are stupid. Just put it in a DNS cname, and that will work better.
Mynck
Redirects are annoying. You could just upload the same stuff twice everytime. tongue.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.