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
How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 3)
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="Object" data-source="post: 472893" data-attributes="member: 78351"><p>Thank you very much! it really means a lot <img src="/styles/default/xenforo/smilies/emojione/biggrin.png" class="smilie" loading="lazy" alt=":D" title="Big Grin :D" data-shortname=":D" /></p><p></p><p>I probably won't be making one explaining in depth how to do it locally however it's not so different for what the tutorial explains.</p><p></p><p>Since you're pretty new I would probably just download the latest version of Xampp as this will give you both the web server and the mysql sever you need.</p><p></p><p>Once that's done go to C:/xampp/apache/conf/httpd.conf and open the "httpd.conf" scroll down to the:</p><p>DocumentRoot "C:/xampp/htdocs" and change it to DocumentRoot "C:/xampp/htdocs/Cosmic/Public"</p><p></p><p>If you can't find the folder mentioned above, you can also edit it by doing what's done below</p><p></p><p>[ATTACH=full]13154[/ATTACH]</p><p></p><p>Then simply follow the tutorial and skip the IIS setup, MYSQL setup and PHP setup as Xampp comes with all of these out of the box - It's also important to note, you can't just copy and paste the command prompt commands i've provided as on xampp your files gotta go into the "C:/xampp/htdocs" folder instead of the "C:/inetpub/wwwroot" folder</p><p></p><p>Your MYSQL password will also be empty, so when connecting to your database you just leave the password field blank and to access your site just search for "localhost" in your browser once you have started the apache server and mysql server in the xampp control panel</p><p></p><p>And for the nitro websocket part instead of "wss://" which stand for "Web socket secure" you just use "ws://" which will just be "Web socket"</p><p>[automerge]1643275893[/automerge]</p><p></p><p>[ATTACH=full]13153[/ATTACH]</p><p></p><p>This is a CORS issue, try changing <a href="http://www.domain.nl" target="_blank">www.domain.nl</a> to just domain.nl in your configuration files</p></blockquote><p></p>
[QUOTE="Object, post: 472893, member: 78351"] Thank you very much! it really means a lot :D I probably won't be making one explaining in depth how to do it locally however it's not so different for what the tutorial explains. Since you're pretty new I would probably just download the latest version of Xampp as this will give you both the web server and the mysql sever you need. Once that's done go to C:/xampp/apache/conf/httpd.conf and open the "httpd.conf" scroll down to the: DocumentRoot "C:/xampp/htdocs" and change it to DocumentRoot "C:/xampp/htdocs/Cosmic/Public" If you can't find the folder mentioned above, you can also edit it by doing what's done below [ATTACH type="full"]13154[/ATTACH] Then simply follow the tutorial and skip the IIS setup, MYSQL setup and PHP setup as Xampp comes with all of these out of the box - It's also important to note, you can't just copy and paste the command prompt commands i've provided as on xampp your files gotta go into the "C:/xampp/htdocs" folder instead of the "C:/inetpub/wwwroot" folder Your MYSQL password will also be empty, so when connecting to your database you just leave the password field blank and to access your site just search for "localhost" in your browser once you have started the apache server and mysql server in the xampp control panel And for the nitro websocket part instead of "wss://" which stand for "Web socket secure" you just use "ws://" which will just be "Web socket" [automerge]1643275893[/automerge] [ATTACH type="full" alt="1643275857374.png"]13153[/ATTACH] This is a CORS issue, try changing [URL='http://www.domain.nl']www.domain.nl[/URL] to just domain.nl in your configuration files [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 3)
Top