Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
Importing your Domain to your Hotel.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Baevus" data-source="post: 192989" data-attributes="member: 24159"><p>Hey guys, A quick TUT on how to use your hotel to make it have a nice domain.</p><p>You Need:</p><ul> <li data-xf-list-type="ul">No-IP.COM Accont or A Domain from 1and1.com you can set to (A)</li> <li data-xf-list-type="ul">NO WEBHOSTING</li> <li data-xf-list-type="ul">A VPS (Or 24/7 site)</li> </ul><p><strong>1: </strong>Setting your domain to (A)</p><p>On no-ip.com just leave it and type in ip.</p><p>On 1and1.com go to control panel change domain type to (A) and type ip.</p><p> </p><p> </p><p><strong>2:</strong> Adding it to your cms</p><p>This part is self explanatory, But i'll still go through with it.</p><p>Just add your link NOT where IP is, but where link is.</p><p>So replace like...</p><p>$_CONFIG['hotel']['url'] = '<a href="http://localhost/Hotel';" target="_blank">http://localhost/Hotel';</a> //Does not end with a "/"</p><p>With</p><p>$_CONFIG['hotel']['url'] = '<a href="http://devbest-hotel.com';" target="_blank">http://devbest-hotel.com';</a> //Does not end with a "/"</p><p> </p><p> </p><p><strong>3: </strong>Just securing it (Cloudflare) <strong>*Not needed</strong></p><p>Now its done, But you want it to be secure.</p><p>So go to cloudflare.com type your domain in and register.</p><p>Once its all loaded, Do NOTHING, Keep clicking next.</p><p>Once you get to update your nameservers, Don't bother. It'll still work.</p><p> </p><p> </p><p><strong>4: </strong>Account type (Cloudflare) <strong>*Not needed</strong></p><p>Now simple pick your account (Free one if you don't want to pay)</p><p>Or buy the options <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p> </p><p> </p><p><strong>Now your hotel has a domain! <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></strong></p></blockquote><p></p>
[QUOTE="Baevus, post: 192989, member: 24159"] Hey guys, A quick TUT on how to use your hotel to make it have a nice domain. You Need: [LIST] [*]No-IP.COM Accont or A Domain from 1and1.com you can set to (A) [*]NO WEBHOSTING [*]A VPS (Or 24/7 site) [/LIST] [B]1: [/B]Setting your domain to (A) On no-ip.com just leave it and type in ip. On 1and1.com go to control panel change domain type to (A) and type ip. [B]2:[/B] Adding it to your cms This part is self explanatory, But i'll still go through with it. Just add your link NOT where IP is, but where link is. So replace like... $_CONFIG['hotel']['url'] = '[URL]http://localhost/Hotel';[/URL] //Does not end with a "/" With $_CONFIG['hotel']['url'] = '[URL]http://devbest-hotel.com';[/URL] //Does not end with a "/" [B]3: [/B]Just securing it (Cloudflare) [B]*Not needed[/B] Now its done, But you want it to be secure. So go to cloudflare.com type your domain in and register. Once its all loaded, Do NOTHING, Keep clicking next. Once you get to update your nameservers, Don't bother. It'll still work. [B]4: [/B]Account type (Cloudflare) [B]*Not needed[/B] Now simple pick your account (Free one if you don't want to pay) Or buy the options :) [B]Now your hotel has a domain! :)[/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
Importing your Domain to your Hotel.
Top