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
[Tuts] Basic Tuts In here [Tuts]
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="Adem" data-source="post: 134876" data-attributes="member: 20352"><p><strong>How to Change your hotel Logo</strong></p><p>Hello and this is my 3rd tut so far, hope you enjoy it since it's easy.</p><p> </p><p>Step 1. Get a logo, either make one or generate one. I get generate ones. Link: <a href="http://www.habbcrazy.net/#/goodies/fonts" target="_blank">http://www.habbcrazy.net/#/goodies/fonts</a></p><p> </p><p>Step 2. If you are doing the Generated one, pick your font and your hotel name then click generate.</p><p> </p><p>Step 3. Go to your layout file in your htdocs, C:\xampp\htdocs\app\tpl\skins\</p><p>then pick your layout you are using and then "images". Find the current one you are using, (the current logo). And copy its name of the picture.</p><p> </p><p>Step 4. Go back to the logo you made then save it (if you are on the generated one, right click it then save). With the current logo name while you are saving and over-write the current one.</p><p> </p><p>Step 5. Reload your hotel and look at your hotel logo! You are done!</p><p> </p><p><strong>How to fix a register problem</strong></p><p><span style="font-family: 'Tahoma'">If you registration fails and you see this: </span></p><p><span style="font-family: 'Consolas'">Unknown column 'seckey' in 'field list'</span></p><p> </p><p><span style="font-family: 'Consolas'">Go to <a href="http://www.localhost/phpmyadmin" target="_blank">http://www.localhost/phpmyadmin</a> and go to your database, </span></p><p><span style="font-family: 'Consolas'">Click on MYSQL and enter this code: </span><span style="font-family: 'Consolas'">ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL</span></p><p> </p><p><strong>Why cant I enter the hotel index?</strong></p><p>If you type in localhost/index and see 2-3 words that say: "Revcms 1.9.9.9", Thumbs.db etc, spread your files, dont put the folders all in a folder.</p><p> </p><p><strong>How to change api.php to client</strong></p><p>Go to your layout files, if you are using mango go to C:\xampp\htdocs\app\tpl\skins\Mango. Then go to the files that the enter client button (eg:me, staff, news, disconnected account, etc) are and click Ctrl H, Find api.php and replace all with client.</p><p> </p><p>Thats all for now, comment if there are any problems with any of them. I will be posting more tuts soon!</p></blockquote><p></p>
[QUOTE="Adem, post: 134876, member: 20352"] [B]How to Change your hotel Logo[/B] Hello and this is my 3rd tut so far, hope you enjoy it since it's easy. Step 1. Get a logo, either make one or generate one. I get generate ones. Link: [URL]http://www.habbcrazy.net/#/goodies/fonts[/URL] Step 2. If you are doing the Generated one, pick your font and your hotel name then click generate. Step 3. Go to your layout file in your htdocs, C:\xampp\htdocs\app\tpl\skins\ then pick your layout you are using and then "images". Find the current one you are using, (the current logo). And copy its name of the picture. Step 4. Go back to the logo you made then save it (if you are on the generated one, right click it then save). With the current logo name while you are saving and over-write the current one. Step 5. Reload your hotel and look at your hotel logo! You are done! [B]How to fix a register problem[/B] [FONT=Tahoma]If you registration fails and you see this: [/FONT] [FONT=Consolas]Unknown column 'seckey' in 'field list'[/FONT] [FONT=Consolas]Go to [URL]http://www.localhost/phpmyadmin[/URL] and go to your database, [/FONT] [FONT=Consolas]Click on MYSQL and enter this code: [/FONT][FONT=Consolas]ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL[/FONT] [B]Why cant I enter the hotel index?[/B] If you type in localhost/index and see 2-3 words that say: "Revcms 1.9.9.9", Thumbs.db etc, spread your files, dont put the folders all in a folder. [B]How to change api.php to client[/B] Go to your layout files, if you are using mango go to C:\xampp\htdocs\app\tpl\skins\Mango. Then go to the files that the enter client button (eg:me, staff, news, disconnected account, etc) are and click Ctrl H, Find api.php and replace all with client. Thats all for now, comment if there are any problems with any of them. I will be posting more tuts soon! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[Tuts] Basic Tuts In here [Tuts]
Top