BurninDragon08 said:
Excellent Idea!
But if I was you, I would just ask them for the DNS and transfer the domain name. Because some people would steal it.
Also, if you didn't want to wait on DNS to update and be able to have the "site of the week" show up immediately, you can use an old HTML trick with IFRAME.
I am not a developer, but this code i easy to use. It displays the contents of another page within a page. I used in some of my old eBay listings and with one of my first sites where I had bought the domain then signed up with VStore. VStore did not provide a means to display the store contents directly on your domain. My old site is still in archive.org. Here is
the link . Hopefully, displaying a little code here doesn't make this offtopic for this part of the forum.
If you view the "page source", the code I am referring to is:
HTML:
<!--webbot bot="HTMLMarkup" startspan TAG="XBOT" --><p align="center"><IFRAME SRC="http://pixflix.vstoremovies.com" width="788" height="1800"><!--webbot
bot="HTMLMarkup" endspan -->
<!--webbot bot="HTMLMarkup" startspan TAG="XBOT" --></IFRAME><!--webbot
bot="HTMLMarkup" endspan -->
As you probably figured out, it displays that big "vstoremovies.com" page. Also, it allows for you to adjust the height and width of the content to "fit" the page being displayed. Also, any navigation done within the IFRAME stays within the IFRAME. However, I am not sure if the contents of the page displayed in the IFRAME is crawled/indexed by the search engines.
Anyway, it's just an idea. If you use it, change the "SRC=xxx.xxxx.com" to whatever page you want to display. I like your idea of "roaming, random" content. Wish I had thought of it.
rxmr